A C D E G I J L M N O R S T V

A

addAnnotation(Annotation) - Method in class org.omwg.mediation.language.objectModel.MappingDocument
Add the given annotation to the annotations list/collection
addAnnotation(Annotation) - Method in class org.omwg.mediation.language.objectModel.MappingRule
Attributes a collection of annotations of the mapping rule
addCondition(Condition) - Method in class org.omwg.mediation.language.objectModel.MappingRule
Adds a condition (with value) to a new conditions array (collection), if the conditions array (collection) is empty
addExpression(AttributeExpr) - Method in class org.omwg.mediation.language.objectModel.AttributeExpr
Sends the attribute expression to the Expression class.
addExpression(AttributeExpr, int) - Method in class org.omwg.mediation.language.objectModel.AttributeExpr
Sends the attribute expression and index to the Expression class.
addExpression(ClassExpr) - Method in class org.omwg.mediation.language.objectModel.ClassExpr
Sends the class expression to the Expression class.
addExpression(ClassExpr, int) - Method in class org.omwg.mediation.language.objectModel.ClassExpr
Sends the class expression and index to the Expression class.
addExpression(RelationExpr) - Method in class org.omwg.mediation.language.objectModel.RelationExpr
Sends the relation expression to the Expression class.
addExpression(RelationExpr, int) - Method in class org.omwg.mediation.language.objectModel.RelationExpr
Sends the relation expression and index to the Expression class.
addLogicalExpressions(LogicalExpression) - Method in class org.omwg.mediation.language.objectModel.MappingRule
Adds a logical expression (with value) to a new logical expression array (collection), if the logical expression array (collection) is empty
addRule(MappingRule) - Method in class org.omwg.mediation.language.objectModel.MappingDocument
Used to add a rule to the mapping rule collection
AND_OPERATOR - Static variable in class org.omwg.mediation.language.objectModel.Expression
Represents string type "and" operator
Annotation - Class in org.omwg.mediation.language.objectModel
Annotations represent additionnal informations to a mapping
Annotation() - Constructor for class org.omwg.mediation.language.objectModel.Annotation
Constructor for a new empty annotation
Annotation(Id, String) - Constructor for class org.omwg.mediation.language.objectModel.Annotation
Constructor for a new annotation
AttributeCondition - Class in org.omwg.mediation.language.objectModel
Extends Condition.
AttributeCondition(Id, Id) - Constructor for class org.omwg.mediation.language.objectModel.AttributeCondition
Contructs an attribute condition object with an attribute id and class id (to which it belongs)
AttributeExpr - Class in org.omwg.mediation.language.objectModel
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)
AttributeExpr(Id) - Constructor for class org.omwg.mediation.language.objectModel.AttributeExpr
Constructs an attribute expression object with an id
AttributeExpr(ArrayList, String) - Constructor for class org.omwg.mediation.language.objectModel.AttributeExpr
Constructs an attribute expression object with an array list of sub-expressions and a string representation (operator)
AttributeOccurenceCondition - Class in org.omwg.mediation.language.objectModel
Extends ClassCondition.
AttributeOccurenceCondition(Id, Id) - Constructor for class org.omwg.mediation.language.objectModel.AttributeOccurenceCondition
Constructs attribute occurence condition object consisting of a class id and an attribute id
AttributeValueCondition - Class in org.omwg.mediation.language.objectModel
Extends ClassCondition.
AttributeValueCondition(Id, Id) - Constructor for class org.omwg.mediation.language.objectModel.AttributeValueCondition
Contructs an attribute value condition object with an attribute id and class id (to which it belongs)

A C D E G I J L M N O R S T V