|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassExpr | |
---|---|
org.omwg.mediation.language.objectModel |
Uses of ClassExpr in org.omwg.mediation.language.objectModel |
---|
Methods in org.omwg.mediation.language.objectModel that return ClassExpr | |
---|---|
ClassExpr |
ClassExpressionValueCondition.getClassExpression()
Returns a class expression when predefined |
ClassExpr |
ClassExpressionAttributeValueCondition.getClassExpression()
Returns a class expression when predefined |
Methods in org.omwg.mediation.language.objectModel with parameters of type ClassExpr | |
---|---|
boolean |
ClassExpr.addExpression(ClassExpr expression)
Sends the class expression to the Expression class. |
boolean |
ClassExpr.addExpression(ClassExpr expression,
int index)
Sends the class expression and index to the Expression class. |
void |
ClassExpressionValueCondition.setClassExpression(ClassExpr classExpression)
Sets a class expression |
void |
ClassExpressionAttributeValueCondition.setClassExpression(ClassExpr classExpression)
Sets a class expression |
Constructors in org.omwg.mediation.language.objectModel with parameters of type ClassExpr | |
---|---|
ClassExpressionAttributeValueCondition(Id attributeID,
ClassExpr valueClassExpr)
Constructs a ClassExpressionAttributeValueCondition object with an attribute id & class expression attribute value condition (ClassExpr type) |
|
ClassExpressionAttributeValueCondition(Id classID,
Id attributeID,
ClassExpr valueClassExpr)
Constructs a ClassExpressionAttributeValueCondition object with a class id, attribute id, & class expression attribute value condition (ClassExpr type) |
|
ClassExpressionValueCondition(Id attributeId,
ClassExpr classExpression)
Constructs a ClassExpressionValueCondition object with an attribute id & class expression value condition (ClassExpr type) |
|
ClassExpressionValueCondition(Id classId,
Id attributeId,
ClassExpr classExpression)
Constructs a ClassExpressionValueCondition object with a class id, attribute id, & class expression value condition (ClassExpr type) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |