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