edu.uci.isr.xarch.options
Interface IGuard
- All Superinterfaces:
- IXArchElement
- All Known Subinterfaces:
- IBooleanGuard
- All Known Implementing Classes:
- BooleanGuardImpl, GuardImpl
- public interface IGuard
- extends IXArchElement
Interface for accessing objects of the
Guard xsi:type in the
options namespace.
- Author:
- Automatically generated by xArch apigen
|
Method Summary |
boolean |
isEquivalent(IGuard GuardToCheck)
Determine if another Guard is equivalent to this one, ignoring
ID's. |
TYPE_METADATA
public static final XArchTypeMetadata TYPE_METADATA
isEquivalent
public boolean isEquivalent(IGuard GuardToCheck)
- Determine if another Guard is equivalent to this one, ignoring
ID's.
- Parameters:
GuardToCheck - Guard to compare to this one.
- Returns:
true if all the child elements of this
Guard are equivalent, false otherwise.