org.ucworkbench.model.testing
Interface ConditionRegistry
- All Superinterfaces:
- EUCObject, IUCElement
public interface ConditionRegistry
- extends EUCObject
A representation of the model object 'Condition Registry'.
The following features are supported:
- See Also:
TestingPackage.getConditionRegistry()
Field Summary |
static java.lang.String |
copyright
|
Method Summary |
EList |
getCondition()
Returns the value of the 'Condition' containment
reference list. |
Methods inherited from interface org.ucworkbench.model.IUCElement |
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getParent, getPath, getUCProject, getUnderlyingResource |
copyright
static final java.lang.String copyright
-
- See Also:
- Constant Field Values
getCondition
EList getCondition()
- Returns the value of the 'Condition' containment
reference list. The list contents are of type
Condition
. It is bidirectional and
its opposite is 'Condition Registry
'.
If the meaning of the 'Condition' containment reference list
isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Condition' containment reference
list.
- See Also:
TestingPackage.getConditionRegistry_Condition()
,
Condition.getConditionRegistry()