Uses of Class
org.omwg.mediation.language.objectModel.Id

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

Uses of Id in org.omwg.mediation.language.objectModel
 

Subclasses of Id in org.omwg.mediation.language.objectModel
 class IRI
          Ad hoc representation of the International Resource Identifier.
 class MyId
           
 

Methods in org.omwg.mediation.language.objectModel that return Id
 Id AttributeOccurenceCondition.getAttributeId()
          Returns attribute Id when predefined
 Id AttributeValueCondition.getAttributeID()
          Returns the attribute Id when predefined
 Id AttributeCondition.getAttributeID()
          Returns attribute condition Id when predefined
 Id ClassCondition.getClassId()
          Returns class Id when predefined
 Id AttributeCondition.getClassID()
          Returns the class Id (to which the attribute condition belongs) when predefined
 Id MappingDocument.getId()
          Returns the id of the mapping when predefined
 Id Expression.getId()
          Returns expression definition id if the expression is not complex
 Id Annotation.getId()
          Returns annotation id when predefined
 Id MappingDocument.getSource()
          Returns the id of the source ontology when predefined
 Id MappingDocument.getTarget()
          Returns the id of the source ontology when predefined
 

Methods in org.omwg.mediation.language.objectModel with parameters of type Id
 void AttributeOccurenceCondition.setAttributeId(Id attributeId)
          Sets attribute Id
 void AttributeValueCondition.setAttributeID(Id attributeID)
          Sets the attribute Id
 void AttributeCondition.setAttributeID(Id attributeID)
          Sets attribute condition Id
 void ClassCondition.setClassId(Id classId)
          Sets class Id
 void AttributeCondition.setClassID(Id classID)
          Sets the class Id (to which the attribute condition belongs)
 void MappingDocument.setId(Id id)
          Sets the mapping id
 void Annotation.setId(Id id)
          Sets annotation id
 void MappingDocument.setSource(Id source)
          Sets the id of the source ontology
 void MappingDocument.setTarget(Id target)
          Sets the target ontology id
 

Constructors in org.omwg.mediation.language.objectModel with parameters of type Id
Annotation(Id id, java.lang.String value)
          Constructor for a new annotation
AttributeCondition(Id classId, Id attributeId)
          Contructs an attribute condition object with an attribute id and class id (to which it belongs)
AttributeExpr(Id id)
          Constructs an attribute expression object with an id
AttributeOccurenceCondition(Id classId, Id attributeId)
          Constructs attribute occurence condition object consisting of a class id and an attribute id
AttributeValueCondition(Id classId, Id attributeID)
          Contructs an attribute value condition object with an attribute id and class id (to which it belongs)
ClassCondition(Id classId)
          Constructs class condition object with given id
ClassExpr(Id id)
          Constructs class expression object with an id
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)
DataLiteralAttributeValueCondition(Id classId, Id attributeId, java.lang.String literalValue)
          Constructs a DataLiteralAttributeValueCondition object with a class id, attribute id, & data literal attribute value condition (string type)
DataLiteralAttributeValueCondition(Id attributeId, java.lang.String literalValue)
          Constructs a DataLiteralAttributeValueCondition object with an attribute id & data literal attribute value condition (string type)
DataLiteralValueCondition(Id classId, Id attributeId, java.lang.String dataLiteral)
          Constructs a DataLiteralValueCondition object with a class id, attribute id, & data literal value condition (string type)
DataLiteralValueCondition(Id attributeId, java.lang.String dataLiteral)
          Constructs a DataLiteralValueCondition object with an attribute id & data literal value condition (string type)
InstanceExpr(Id id)
          Construct an instance expression object with an expression definition Id
MappingDocument(Id id, Id sourceOnto, Id targetOnto)
          Constructor for a new mapping Document object
RelationExpr(Id id)
          Constructs relation expression object with an id
ValueCondition(Id classId, Id attributeId)
          Overrides to the AttributionCondition class to construct an attribute condition