|
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
AddTypeEntity 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 |
clearAddSignatureInterfaceMapping()
Clear the addSignatureInterfaceMapping from this AddTypeEntity. |
void |
clearDiffLocation()
Clear the diffLocation from this AddTypeEntity. |
void |
clearSignature()
Clear the signature from this AddTypeEntity. |
void |
clearSubArchitecture()
Clear the subArchitecture from this AddTypeEntity. |
void |
clearVariant()
Clear the variant from this AddTypeEntity. |
IAddSignatureInterfaceMapping |
getAddSignatureInterfaceMapping()
Get the addSignatureInterfaceMapping from this AddTypeEntity. |
IDiffLocation |
getDiffLocation()
Get the diffLocation from this AddTypeEntity. |
ISignature |
getSignature()
Get the signature from this AddTypeEntity. |
IDescription |
getSubArchitecture()
Get the subArchitecture from this AddTypeEntity. |
IVariant |
getVariant()
Get the variant from this AddTypeEntity. |
boolean |
hasAddSignatureInterfaceMapping(IAddSignatureInterfaceMapping addSignatureInterfaceMappingToCheck)
Determine if this AddTypeEntity has the given addSignatureInterfaceMapping |
boolean |
hasDiffLocation(IDiffLocation diffLocationToCheck)
Determine if this AddTypeEntity has the given diffLocation |
boolean |
hasSignature(ISignature signatureToCheck)
Determine if this AddTypeEntity has the given signature |
boolean |
hasSubArchitecture(IDescription subArchitectureToCheck)
Determine if this AddTypeEntity has the given subArchitecture |
boolean |
hasVariant(IVariant variantToCheck)
Determine if this AddTypeEntity has the given variant |
boolean |
isEquivalent(IAddTypeEntity AddTypeEntityToCheck)
Determine if another AddTypeEntity is equivalent to this one, ignoring ID's. |
void |
setAddSignatureInterfaceMapping(IAddSignatureInterfaceMapping value)
Set the addSignatureInterfaceMapping for this AddTypeEntity. |
void |
setDiffLocation(IDiffLocation value)
Set the diffLocation for this AddTypeEntity. |
void |
setSignature(ISignature value)
Set the signature for this AddTypeEntity. |
void |
setSubArchitecture(IDescription value)
Set the subArchitecture for this AddTypeEntity. |
void |
setVariant(IVariant value)
Set the variant for this AddTypeEntity. |
| 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(ISignature value)
value - new signaturepublic void clearSignature()
public ISignature getSignature()
public boolean hasSignature(ISignature signatureToCheck)
signatureToCheck - signature to compare
true if the signatures are equivalent,
false otherwisepublic void setVariant(IVariant value)
value - new variantpublic void clearVariant()
public IVariant getVariant()
public boolean hasVariant(IVariant variantToCheck)
variantToCheck - variant to compare
true if the variants 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 setAddSignatureInterfaceMapping(IAddSignatureInterfaceMapping value)
value - new addSignatureInterfaceMappingpublic void clearAddSignatureInterfaceMapping()
public IAddSignatureInterfaceMapping getAddSignatureInterfaceMapping()
public boolean hasAddSignatureInterfaceMapping(IAddSignatureInterfaceMapping addSignatureInterfaceMappingToCheck)
addSignatureInterfaceMappingToCheck - addSignatureInterfaceMapping to compare
true if the addSignatureInterfaceMappings are equivalent,
false otherwisepublic boolean isEquivalent(IAddTypeEntity AddTypeEntityToCheck)
AddTypeEntityToCheck - AddTypeEntity to compare to this one.
true if all the child elements of this
AddTypeEntity 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 | |||||||||