Uses of Package
org.omwg.mediation.language.objectModel

Packages that use org.omwg.mediation.language.objectModel
org.omwg.mediation.language.objectModel   
 

Classes in org.omwg.mediation.language.objectModel used by org.omwg.mediation.language.objectModel
Annotation
          Annotations represent additionnal informations to a mapping
AttributeCondition
          Extends Condition.
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)
AttributeValueCondition
          Extends ClassCondition.
ClassCondition
          Extension of the Condition Class - creates classes of conditions.
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)
Condition
          Abstract class for creating the condition object
Expression
          Defines the general operators and specific expressions needed for the mapping.
ExpressionDefinition
          Class implemented by ComplexExpression and Id - affirms whether or not the expression is complex, allows access to sub-expressions of a complex expression, and copies the complex expression object
Id
          Class implements ExpressionDefinition - used for non-complex expressions
LogicalExpression
          Models the logical expressions.
MappingRule
          Class for a mapping rule, represented by an id and a directive.
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)