org.ucworkbench.model.testing
Interface Activity

All Superinterfaces:
EUCObject, IUCElement

public interface Activity
extends EUCObject

A representation of the model object 'Activity'.

The following features are supported:

See Also:
TestingPackage.getActivity()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList getConditionOperation()
          Returns the value of the 'Condition Operation' containment reference list.
 EList getStep()
          Returns the value of the 'Step' containment reference list.
 TestCase getTestCase()
          Returns the value of the 'Test Case' container reference.
 void setTestCase(TestCase value)
          Sets the value of the 'Test Case' container reference.
 
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

TestCase getTestCase()
Returns the value of the 'Test Case' container reference. It is bidirectional and its opposite is 'Activity'.

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

Returns:
the value of the 'Test Case' container reference.
See Also:
setTestCase(TestCase), TestingPackage.getActivity_TestCase(), TestCase.getActivity()

setTestCase

void setTestCase(TestCase value)
Sets the value of the 'Test Case' container reference.

Parameters:
value - the new value of the 'Test Case' container reference.
See Also:
getTestCase()

getStep

EList getStep()
Returns the value of the 'Step' containment reference list. The list contents are of type Step. It is bidirectional and its opposite is 'Activity'.

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

Returns:
the value of the 'Step' containment reference list.
See Also:
TestingPackage.getActivity_Step(), Step.getActivity()

getConditionOperation

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

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

Returns:
the value of the 'Condition Operation' containment reference list.
See Also:
TestingPackage.getActivity_ConditionOperation(), ConditionOperation.getActivity()