org.eclipse.uml2
Interface Clause

All Superinterfaces:
Element, EModelElement, EObject, Notifier

public interface Clause
extends Element

A representation of the model object 'Clause'.

The following features are supported:

See Also:
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

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getTests

public EList getTests()
Returns the value of the 'Test' reference list. The list contents are of type ActivityNode.

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

Returns:
the value of the 'Test' reference list.
See Also:
UML2Package.getClause_Test()

getTest

public ActivityNode getTest(String unqualifiedName)
Retrieves the ActivityNode with the specified name from the 'Test' reference list.

Parameters:
unqualifiedName - The unqualified name of the ActivityNode to retrieve.
Returns:
The ActivityNode with the specified name, or null.
See Also:
getTests()

getBodies

public EList getBodies()
Returns the value of the 'Body' reference list. The list contents are of type ActivityNode.

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

Returns:
the value of the 'Body' reference list.
See Also:
UML2Package.getClause_Body()

getBody

public ActivityNode getBody(String unqualifiedName)
Retrieves the ActivityNode with the specified name from the 'Body' reference list.

Parameters:
unqualifiedName - The unqualified name of the ActivityNode to retrieve.
Returns:
The ActivityNode with the specified name, or null.
See Also:
getBodies()

getPredecessorClauses

public EList getPredecessorClauses()
Returns the value of the 'Predecessor Clause' reference list. The list contents are of type 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...

Returns:
the value of the 'Predecessor Clause' reference list.
See Also:
UML2Package.getClause_PredecessorClause(), getSuccessorClauses()

getSuccessorClauses

public EList getSuccessorClauses()
Returns the value of the 'Successor Clause' reference list. The list contents are of type 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...

Returns:
the value of the 'Successor Clause' reference list.
See Also:
UML2Package.getClause_SuccessorClause(), getPredecessorClauses()

getDecider

public OutputPin getDecider()
Returns the value of the 'Decider' reference.

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

Returns:
the value of the 'Decider' reference.
See Also:
setDecider(OutputPin), UML2Package.getClause_Decider()

setDecider

public void setDecider(OutputPin value)
Sets the value of the 'Decider' reference.

Parameters:
value - the new value of the 'Decider' reference.
See Also:
getDecider()

getBodyOutputs

public EList getBodyOutputs()
Returns the value of the 'Body Output' reference list. The list contents are of type 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.

Returns:
the value of the 'Body Output' reference list.
See Also:
UML2Package.getClause_BodyOutput()

getBodyOutput

public OutputPin getBodyOutput(String unqualifiedName)
Retrieves the OutputPin with the specified name from the 'Body Output' reference list.

Parameters:
unqualifiedName - The unqualified name of the OutputPin to retrieve.
Returns:
The OutputPin with the specified name, or null.
See Also:
getBodyOutputs()

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.