|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omwg.mediation.language.objectModel.Condition
org.omwg.mediation.language.objectModel.AttributeCondition
public abstract class AttributeCondition
Extends Condition. Creates an attribute condition with an assigned attribute id within a condition class (assigned class id). Has three extensions: ValueCondition, ClassExpressionValueCondition, & DataliteralValueCondition
| Constructor Summary | |
|---|---|
AttributeCondition(Id classId,
Id attributeId)
Contructs an attribute condition object with an attribute id and class id (to which it belongs) |
|
| Method Summary | |
|---|---|
Id |
getAttributeID()
Returns attribute condition Id when predefined |
Id |
getClassID()
Returns the class Id (to which the attribute condition belongs) when predefined |
void |
setAttributeID(Id attributeID)
Sets attribute condition Id |
void |
setClassID(Id classID)
Sets the class Id (to which the attribute condition belongs) |
| 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 |
|---|
public AttributeCondition(Id classId,
Id attributeId)
Contructs an attribute condition object with an attribute id and class id (to which it belongs)
classId - (referring to the condition class that the attribute belongs)attributeId - | Method Detail |
|---|
public Id getAttributeID()
Returns attribute condition Id when predefined
public void setAttributeID(Id attributeID)
Sets attribute condition Id
attributeID - public Id getClassID()
Returns the class Id (to which the attribute condition belongs) when predefined
public void setClassID(Id classID)
Sets the class Id (to which the attribute condition belongs)
classID -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||