Uses of Interface
org.opendope.conditions.Evaluable
| Package | Description |
|---|---|
| org.opendope.conditions |
-
Uses of Evaluable in org.opendope.conditions
Classes in org.opendope.conditions that implement Evaluable Modifier and Type Class Description classAndJava class for anonymous complex type.classConditionJava class for anonymous complex type.classConditionrefJava class for anonymous complex type.classNotJava class for anonymous complex type.classOrJava class for anonymous complex type.classXpathrefJava class for anonymous complex type.Fields in org.opendope.conditions declared as Evaluable Modifier and Type Field Description protected EvaluableCondition. particleprotected EvaluableNot. particleFields in org.opendope.conditions with type parameters of type Evaluable Modifier and Type Field Description protected java.util.List<Evaluable>And. xpathrefOrAndOrOrprotected java.util.List<Evaluable>Or. xpathrefOrAndOrOrMethods in org.opendope.conditions that return Evaluable Modifier and Type Method Description EvaluableCondition. getParticle()Gets the value of the particle property.EvaluableNot. getParticle()Gets the value of the particle property.Methods in org.opendope.conditions that return types with arguments of type Evaluable Modifier and Type Method Description java.util.List<Evaluable>And. getXpathrefOrAndOrOr()Gets the value of the xpathrefOrAndOrOr property.java.util.List<Evaluable>Or. getXpathrefOrAndOrOr()Gets the value of the xpathrefOrAndOrOr property.Methods in org.opendope.conditions with parameters of type Evaluable Modifier and Type Method Description voidCondition. setParticle(Evaluable value)Sets the value of the particle property.voidNot. setParticle(Evaluable value)Sets the value of the particle property.