|
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
RemoveTypeEntity 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 |
clearDiffLocation()
Clear the diffLocation from this RemoveTypeEntity. |
void |
clearRemoveSignatureInterfaceMapping()
Clear the removeSignatureInterfaceMapping from this RemoveTypeEntity. |
void |
clearSignature()
Clear the signature from this RemoveTypeEntity. |
void |
clearSubArchitecture()
Clear the subArchitecture from this RemoveTypeEntity. |
void |
clearVariant()
Clear the variant from this RemoveTypeEntity. |
IDiffLocation |
getDiffLocation()
Get the diffLocation from this RemoveTypeEntity. |
IRemoveSignatureInterfaceMapping |
getRemoveSignatureInterfaceMapping()
Get the removeSignatureInterfaceMapping from this RemoveTypeEntity. |
IDescription |
getSignature()
Get the signature from this RemoveTypeEntity. |
IDescription |
getSubArchitecture()
Get the subArchitecture from this RemoveTypeEntity. |
IDescription |
getVariant()
Get the variant from this RemoveTypeEntity. |
boolean |
hasDiffLocation(IDiffLocation diffLocationToCheck)
Determine if this RemoveTypeEntity has the given diffLocation |
boolean |
hasRemoveSignatureInterfaceMapping(IRemoveSignatureInterfaceMapping removeSignatureInterfaceMappingToCheck)
Determine if this RemoveTypeEntity has the given removeSignatureInterfaceMapping |
boolean |
hasSignature(IDescription signatureToCheck)
Determine if this RemoveTypeEntity has the given signature |
boolean |
hasSubArchitecture(IDescription subArchitectureToCheck)
Determine if this RemoveTypeEntity has the given subArchitecture |
boolean |
hasVariant(IDescription variantToCheck)
Determine if this RemoveTypeEntity has the given variant |
boolean |
isEquivalent(IRemoveTypeEntity RemoveTypeEntityToCheck)
Determine if another RemoveTypeEntity is equivalent to this one, ignoring ID's. |
void |
setDiffLocation(IDiffLocation value)
Set the diffLocation for this RemoveTypeEntity. |
void |
setRemoveSignatureInterfaceMapping(IRemoveSignatureInterfaceMapping value)
Set the removeSignatureInterfaceMapping for this RemoveTypeEntity. |
void |
setSignature(IDescription value)
Set the signature for this RemoveTypeEntity. |
void |
setSubArchitecture(IDescription value)
Set the subArchitecture for this RemoveTypeEntity. |
void |
setVariant(IDescription value)
Set the variant for this RemoveTypeEntity. |
| 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 setDiffLocation(IDiffLocation value)
value - new diffLocationpublic void clearDiffLocation()
public IDiffLocation getDiffLocation()
public boolean hasDiffLocation(IDiffLocation diffLocationToCheck)
diffLocationToCheck - diffLocation to compare
true if the diffLocations are equivalent,
false otherwisepublic void setSignature(IDescription value)
value - new signaturepublic void clearSignature()
public IDescription getSignature()
public boolean hasSignature(IDescription signatureToCheck)
signatureToCheck - signature to compare
true if the signatures are equivalent,
false otherwisepublic void setSubArchitecture(IDescription value)
value - new subArchitecturepublic void clearSubArchitecture()
public IDescription getSubArchitecture()
public boolean hasSubArchitecture(IDescription subArchitectureToCheck)
subArchitectureToCheck - subArchitecture to compare
true if the subArchitectures are equivalent,
false otherwisepublic void setVariant(IDescription value)
value - new variantpublic void clearVariant()
public IDescription getVariant()
public boolean hasVariant(IDescription variantToCheck)
variantToCheck - variant to compare
true if the variants are equivalent,
false otherwisepublic void setRemoveSignatureInterfaceMapping(IRemoveSignatureInterfaceMapping value)
value - new removeSignatureInterfaceMappingpublic void clearRemoveSignatureInterfaceMapping()
public IRemoveSignatureInterfaceMapping getRemoveSignatureInterfaceMapping()
public boolean hasRemoveSignatureInterfaceMapping(IRemoveSignatureInterfaceMapping removeSignatureInterfaceMappingToCheck)
removeSignatureInterfaceMappingToCheck - removeSignatureInterfaceMapping to compare
true if the removeSignatureInterfaceMappings are equivalent,
false otherwisepublic boolean isEquivalent(IRemoveTypeEntity RemoveTypeEntityToCheck)
RemoveTypeEntityToCheck - RemoveTypeEntity to compare to this one.
true if all the child elements of this
RemoveTypeEntity 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 | |||||||||