|
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
PLADiff 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 |
clearDiffPart()
Clear the diffPart from this PLADiff. |
IDiffPart |
getDiffPart()
Get the diffPart from this PLADiff. |
boolean |
hasDiffPart(IDiffPart diffPartToCheck)
Determine if this PLADiff has the given diffPart |
boolean |
isEquivalent(IPLADiff PLADiffToCheck)
Determine if another PLADiff is equivalent to this one, ignoring ID's. |
void |
setDiffPart(IDiffPart value)
Set the diffPart for this PLADiff. |
| 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 setDiffPart(IDiffPart value)
value - new diffPartpublic void clearDiffPart()
public IDiffPart getDiffPart()
public boolean hasDiffPart(IDiffPart diffPartToCheck)
diffPartToCheck - diffPart to compare
true if the diffParts are equivalent,
false otherwisepublic boolean isEquivalent(IPLADiff PLADiffToCheck)
PLADiffToCheck - PLADiff to compare to this one.
true if all the child elements of this
PLADiff 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 | |||||||||