|
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
DiffPart xsi:type in the
diff 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 |
clearAdd()
Clear the add from this DiffPart. |
void |
clearRemove()
Clear the remove from this DiffPart. |
IAdd |
getAdd()
Get the add from this DiffPart. |
IRemove |
getRemove()
Get the remove from this DiffPart. |
boolean |
hasAdd(IAdd addToCheck)
Determine if this DiffPart has the given add |
boolean |
hasRemove(IRemove removeToCheck)
Determine if this DiffPart has the given remove |
boolean |
isEquivalent(IDiffPart DiffPartToCheck)
Determine if another DiffPart is equivalent to this one, ignoring ID's. |
void |
setAdd(IAdd value)
Set the add for this DiffPart. |
void |
setRemove(IRemove value)
Set the remove for this DiffPart. |
| 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 setAdd(IAdd value)
value - new addpublic void clearAdd()
public IAdd getAdd()
public boolean hasAdd(IAdd addToCheck)
addToCheck - add to compare
true if the adds are equivalent,
false otherwisepublic void setRemove(IRemove value)
value - new removepublic void clearRemove()
public IRemove getRemove()
public boolean hasRemove(IRemove removeToCheck)
removeToCheck - remove to compare
true if the removes are equivalent,
false otherwisepublic boolean isEquivalent(IDiffPart DiffPartToCheck)
DiffPartToCheck - DiffPart to compare to this one.
true if all the child elements of this
DiffPart 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 | |||||||||