org.omwg.mediation.language.objectModel
Class AttributeValueCondition

java.lang.Object
  extended by org.omwg.mediation.language.objectModel.Condition
      extended by org.omwg.mediation.language.objectModel.ClassCondition
          extended by org.omwg.mediation.language.objectModel.AttributeValueCondition
Direct Known Subclasses:
ClassExpressionAttributeValueCondition, DataLiteralAttributeValueCondition

public abstract class AttributeValueCondition
extends ClassCondition

Extends ClassCondition. Constructs attribute value condition object consisting of a class id and an attribute id

Version:
$Revision: 1.4 $ $Date: 2005/06/20 09:54:04 $
Author:
Francois Scharffe, Adrian Mocan Created on 24-Mar-2005 Committed by $Author: grahamhench $ $Source: /cvsroot/dome//dome/src/org/omwg/mediation/language/objectModel/AttributeValueCondition.java,v $,

Constructor Summary
AttributeValueCondition(Id classId, Id attributeID)
          Contructs an attribute value condition object with an attribute id and class id (to which it belongs)
 
Method Summary
 Id getAttributeID()
          Returns the attribute Id when predefined
 void setAttributeID(Id attributeID)
          Sets the attribute Id
 
Methods inherited from class org.omwg.mediation.language.objectModel.ClassCondition
getClassId, setClassId
 
Methods inherited from class org.omwg.mediation.language.objectModel.Condition
clone, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeValueCondition

public AttributeValueCondition(Id classId,
                               Id attributeID)

Contructs an attribute value condition object with an attribute id and class id (to which it belongs)

Parameters:
classId -
attributeID -
Method Detail

getAttributeID

public Id getAttributeID()

Returns the attribute Id when predefined

Returns:
attributeID

setAttributeID

public void setAttributeID(Id attributeID)

Sets the attribute Id

Parameters:
attributeID -