|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Clause'.
The following features are supported:
UML2Package.getClause()
Field Summary | |
static String |
copyright
|
Method Summary | |
EList |
getBodies()
Returns the value of the 'Body' reference list. |
ActivityNode |
getBody(String unqualifiedName)
Retrieves the ActivityNode with the specified name from the 'Body' reference list |
OutputPin |
getBodyOutput(String unqualifiedName)
Retrieves the OutputPin with the specified name from the 'Body Output' reference list |
EList |
getBodyOutputs()
Returns the value of the 'Body Output' reference list. |
OutputPin |
getDecider()
Returns the value of the 'Decider' reference |
EList |
getPredecessorClauses()
Returns the value of the 'Predecessor Clause' reference list. |
EList |
getSuccessorClauses()
Returns the value of the 'Successor Clause' reference list. |
ActivityNode |
getTest(String unqualifiedName)
Retrieves the ActivityNode with the specified name from the 'Test' reference list |
EList |
getTests()
Returns the value of the 'Test' reference list. |
void |
setDecider(OutputPin value)
Sets the value of the ' Decider ' reference |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
public static final String copyright
Method Detail |
public EList getTests()
ActivityNode
.
If the meaning of the 'Test' reference list isn't clear, there really should be more of a description here...
UML2Package.getClause_Test()
public ActivityNode getTest(String unqualifiedName)
ActivityNode
with the specified name from the 'Test' reference list.
unqualifiedName
- The unqualified name of the ActivityNode
to retrieve.
ActivityNode
with the specified name, or null
.getTests()
public EList getBodies()
ActivityNode
.
If the meaning of the 'Body' reference list isn't clear, there really should be more of a description here...
UML2Package.getClause_Body()
public ActivityNode getBody(String unqualifiedName)
ActivityNode
with the specified name from the 'Body' reference list.
unqualifiedName
- The unqualified name of the ActivityNode
to retrieve.
ActivityNode
with the specified name, or null
.getBodies()
public EList getPredecessorClauses()
Clause
.
It is bidirectional and its opposite is 'Successor Clause
'.
If the meaning of the 'Predecessor Clause' reference list isn't clear, there really should be more of a description here...
UML2Package.getClause_PredecessorClause()
,
getSuccessorClauses()
public EList getSuccessorClauses()
Clause
.
It is bidirectional and its opposite is 'Predecessor Clause
'.
If the meaning of the 'Successor Clause' reference list isn't clear, there really should be more of a description here...
UML2Package.getClause_SuccessorClause()
,
getPredecessorClauses()
public OutputPin getDecider()
If the meaning of the 'Decider' reference isn't clear, there really should be more of a description here...
setDecider(OutputPin)
,
UML2Package.getClause_Decider()
public void setDecider(OutputPin value)
Decider
' reference.
value
- the new value of the 'Decider' reference.getDecider()
public EList getBodyOutputs()
OutputPin
.
If the meaning of the 'Body Output' reference list isn't clear, there really should be more of a description here...
A list of output pins within the body fragment whose values are copied to the result pins of the containing conditional node or conditional node after execution of the clause body.
UML2Package.getClause_BodyOutput()
public OutputPin getBodyOutput(String unqualifiedName)
OutputPin
with the specified name from the 'Body Output' reference list.
unqualifiedName
- The unqualified name of the OutputPin
to retrieve.
OutputPin
with the specified name, or null
.getBodyOutputs()
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |