|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for accessing objects of the
Add xsi:type in the
pladiff namespace.
| Field Summary | |
static XArchTypeMetadata |
TYPE_METADATA
|
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Method Summary | |
void |
clearAddStructuralEntity()
Clear the addStructuralEntity from this Add. |
void |
clearAddTypeEntity()
Clear the addTypeEntity from this Add. |
IAddStructuralEntity |
getAddStructuralEntity()
Get the addStructuralEntity from this Add. |
IAddTypeEntity |
getAddTypeEntity()
Get the addTypeEntity from this Add. |
boolean |
hasAddStructuralEntity(IAddStructuralEntity addStructuralEntityToCheck)
Determine if this Add has the given addStructuralEntity |
boolean |
hasAddTypeEntity(IAddTypeEntity addTypeEntityToCheck)
Determine if this Add has the given addTypeEntity |
boolean |
isEquivalent(IAdd AddToCheck)
Determine if another Add is equivalent to this one, ignoring ID's. |
void |
setAddStructuralEntity(IAddStructuralEntity value)
Set the addStructuralEntity for this Add. |
void |
setAddTypeEntity(IAddTypeEntity value)
Set the addTypeEntity for this Add. |
| Methods inherited from interface edu.uci.isr.xarch.IXArchElement |
cloneElement, getInstanceMetadata, getTypeMetadata, getXArch, setXArch |
| Field Detail |
public static final XArchTypeMetadata TYPE_METADATA
| Method Detail |
public void setAddStructuralEntity(IAddStructuralEntity value)
value - new addStructuralEntitypublic void clearAddStructuralEntity()
public IAddStructuralEntity getAddStructuralEntity()
public boolean hasAddStructuralEntity(IAddStructuralEntity addStructuralEntityToCheck)
addStructuralEntityToCheck - addStructuralEntity to compare
true if the addStructuralEntitys are equivalent,
false otherwisepublic void setAddTypeEntity(IAddTypeEntity value)
value - new addTypeEntitypublic void clearAddTypeEntity()
public IAddTypeEntity getAddTypeEntity()
public boolean hasAddTypeEntity(IAddTypeEntity addTypeEntityToCheck)
addTypeEntityToCheck - addTypeEntity to compare
true if the addTypeEntitys are equivalent,
false otherwisepublic boolean isEquivalent(IAdd AddToCheck)
AddToCheck - Add to compare to this one.
true if all the child elements of this
Add are equivalent, false otherwise.
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||