org.ucworkbench.model.testing
Interface Condition

All Superinterfaces:
EUCObject, IUCElement

public interface Condition
extends EUCObject

A representation of the model object 'Condition'.

The following features are supported:

See Also:
TestingPackage.getCondition()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList getConditionOperation()
          Returns the value of the 'Condition Operation' reference list.
 ConditionRegistry getConditionRegistry()
          Returns the value of the 'Condition Registry' container reference.
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 EList getTestCase()
          Returns the value of the 'Test Case' reference list.
 void setConditionRegistry(ConditionRegistry value)
          Sets the value of the 'Condition Registry' container reference.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 
Methods inherited from interface org.ucworkbench.model.IUCElement
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getParent, getPath, getUCProject, getUnderlyingResource
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getTestCase

EList getTestCase()
Returns the value of the 'Test Case' reference list. The list contents are of type TestCase. It is bidirectional and its opposite is 'Precondition'.

If the meaning of the 'Test Case' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Test Case' reference list.
See Also:
TestingPackage.getCondition_TestCase(), TestCase.getPrecondition()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), TestingPackage.getCondition_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getConditionRegistry

ConditionRegistry getConditionRegistry()
Returns the value of the 'Condition Registry' container reference. It is bidirectional and its opposite is 'Condition'.

If the meaning of the 'Condition Registry' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition Registry' container reference.
See Also:
setConditionRegistry(ConditionRegistry), TestingPackage.getCondition_ConditionRegistry(), ConditionRegistry.getCondition()

setConditionRegistry

void setConditionRegistry(ConditionRegistry value)
Sets the value of the 'Condition Registry' container reference.

Parameters:
value - the new value of the 'Condition Registry' container reference.
See Also:
getConditionRegistry()

getConditionOperation

EList getConditionOperation()
Returns the value of the 'Condition Operation' reference list. The list contents are of type ConditionOperation. It is bidirectional and its opposite is 'Condition'.

If the meaning of the 'Condition Operation' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition Operation' reference list.
See Also:
TestingPackage.getCondition_ConditionOperation(), ConditionOperation.getCondition()