edu.uci.isr.xarch.implementation
Interface IImplementation
- All Superinterfaces:
- IXArchElement
- All Known Subinterfaces:
- IJavaImplementation, IJavaSourceCodeImplementation, ILookupImplementation
- All Known Implementing Classes:
- ImplementationImpl, JavaImplementationImpl, JavaSourceCodeImplementationImpl, LookupImplementationImpl
- public interface IImplementation
- extends IXArchElement
Interface for accessing objects of the
Implementation xsi:type in the
implementation namespace.
- Author:
- Automatically generated by xArch apigen
|
Method Summary |
boolean |
isEquivalent(IImplementation ImplementationToCheck)
Determine if another Implementation is equivalent to this one, ignoring
ID's. |
TYPE_METADATA
public static final XArchTypeMetadata TYPE_METADATA
isEquivalent
public boolean isEquivalent(IImplementation ImplementationToCheck)
- Determine if another Implementation is equivalent to this one, ignoring
ID's.
- Parameters:
ImplementationToCheck - Implementation to compare to this one.
- Returns:
true if all the child elements of this
Implementation are equivalent, false otherwise.