|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IExpression | |
|---|---|
| org.dftproject.genesis.core.data.nodes | |
| Uses of IExpression in org.dftproject.genesis.core.data.nodes |
|---|
| Classes in org.dftproject.genesis.core.data.nodes that implement IExpression | |
|---|---|
class |
CompareExpression
An expression which matches objects according to a comparison. |
class |
ExactExpression
An expression which requires the object to match exactly. |
class |
LikeExpression
An expression which matches objects that are "like" this value. |
class |
OrExpression
An expression which takes the disjunction of one or more other expressions. |
| Methods in org.dftproject.genesis.core.data.nodes with parameters of type IExpression | |
|---|---|
void |
OrExpression.addExpression(IExpression expression)
Add an expression to the list. |
void |
ResourceSet.addRequired(IResourceNode predicate,
IExpression expression)
Adds a required fields that must match the given expression. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||