|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
org.omwg.mediation.language.objectModel |
Uses of Expression in org.omwg.mediation.language.objectModel |
---|
Subclasses of Expression in org.omwg.mediation.language.objectModel | |
---|---|
class |
AttributeExpr
Extends Expression - constructs a relation expression consisting of either an Id, an expression definition, or an array list of sub-expressions and a string representation (operator) |
class |
ClassExpr
Extends Expression - constructs a class expression consisting of either an Id, an expression definition, or an array list of sub-expressions and a string representation (operator) |
class |
InstanceExpr
Extends Expression - constructs an instance expression consisting of either an Id or an expression definition |
class |
RelationExpr
Extends Expression - constructs a relation expression consisting of either an Id, an expression definition, or an array list of sub-expressions and a string representation (operator) |
Methods in org.omwg.mediation.language.objectModel that return Expression | |
---|---|
Expression |
MappingRule.getSource()
Returns the expression from the source ontology when predefined |
Expression |
RelationExpr.getSubExpression(int index)
Returns the specific relation expression definition from the array list of sub-expressions when the relation expression is complex. |
Expression |
InstanceExpr.getSubExpression(int index)
Returns null affirming that the indicated expression is no longer applicable |
abstract Expression |
Expression.getSubExpression(int index)
Returns specific expression from the array list of sub-expressions that constitute the complex expression when predefined |
Expression |
ClassExpr.getSubExpression(int index)
Returns the specific class expression definition from the array list of sub-expressions when the class expression is complex. |
Expression |
AttributeExpr.getSubExpression(int index)
Returns the specific attribute expression definition from the array list of sub-expressions when the attribute expression is complex. |
Expression |
MappingRule.getTarget()
Returns the expression from the target onotolgy when predefined |
Methods in org.omwg.mediation.language.objectModel with parameters of type Expression | |
---|---|
void |
MappingRule.setSource(Expression source)
Sets the source ontology expression |
void |
MappingRule.setTarget(Expression target)
Sets the target ontology expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |