org.eclipse.uml2
Interface ConditionalNode

All Superinterfaces:
Action, ActivityGroup, ActivityNode, Element, EModelElement, EObject, ExecutableNode, NamedElement, Namespace, Notifier, RedefinableElement, StructuredActivityNode, TemplateableElement

public interface ConditionalNode
extends StructuredActivityNode

A representation of the model object 'Conditional Node'.

The following features are supported:

See Also:
UML2Package.getConditionalNode()

Field Summary
static String copyright
           
 
Fields inherited from interface org.eclipse.uml2.NamedElement
SEPARATOR
 
Method Summary
 Clause createClause(EClass eClass)
          Creates a Clause and appends it to the 'Clause' containment reference list
 OutputPin createResult(EClass eClass)
          Creates a OutputPin and appends it to the 'Result' containment reference list
 EList getClauses()
          Returns the value of the 'Clause' containment reference list.
 EList getOutputs()
           
 EList getOwnedElements()
           
 OutputPin getResult(String unqualifiedName)
          Retrieves the OutputPin with the specified name from the 'Result' containment reference list
 EList getResults()
          Returns the value of the 'Result' containment reference list.
 boolean isAssured()
          Returns the value of the 'Is Assured' attribute
 boolean isDeterminate()
          Returns the value of the 'Is Determinate' attribute
 void setIsAssured(boolean value)
          Sets the value of the 'Is Assured' attribute
 void setIsDeterminate(boolean value)
          Sets the value of the 'Is Determinate' attribute
 
Methods inherited from interface org.eclipse.uml2.StructuredActivityNode
createContainedEdge, createContainedNode, createVariable, getActivity, getActivityGroup_activity, getContainedEdge, getContainedEdges, getContainedNode, getContainedNodes, getOwnedMembers, getVariable, getVariables, isMustIsolate, setActivity, setActivityGroup_activity, setMustIsolate
 
Methods inherited from interface org.eclipse.uml2.Action
createLocalPostcondition, createLocalPrecondition, getContext, getEffect, getInput, getInputs, getLocalPostcondition, getLocalPostconditions, getLocalPrecondition, getLocalPreconditions, getOutput, setEffect
 
Methods inherited from interface org.eclipse.uml2.ExecutableNode
createHandler, getHandlers
 
Methods inherited from interface org.eclipse.uml2.ActivityNode
getIncoming, getIncomings, getInGroups, getInInterruptibleRegions, getInPartition, getInPartitions, getInStructuredNode, getOutgoing, getOutgoings, getOwner, getRedefinedElement, getRedefinedElements, setInStructuredNode
 
Methods inherited from interface org.eclipse.uml2.RedefinableElement
getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid
 
Methods inherited from interface org.eclipse.uml2.NamedElement
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership
 
Methods inherited from interface org.eclipse.uml2.TemplateableElement
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature
 
Methods inherited from interface org.eclipse.uml2.Element
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, 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
 
Methods inherited from interface org.eclipse.uml2.Namespace
createElementImport, createOwnedRule, createPackageImport, excludeCollisions, getElementImports, getImportedMember, getImportedMembers, getImportedPackages, getMember, getMembers, getNamesOfMember, getOwnedRule, getOwnedRules, getPackageImports, importedMember, importElement, importMembers, importPackage, membersAreDistinguishable, validateImportedMemberDerived, validateMembersAreDistinguishable
 
Methods inherited from interface org.eclipse.uml2.ActivityGroup
getOwner, getSubgroups, getSuperGroup
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

isDeterminate

public boolean isDeterminate()
Returns the value of the 'Is Determinate' attribute.

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

Returns:
the value of the 'Is Determinate' attribute.
See Also:
setIsDeterminate(boolean), UML2Package.getConditionalNode_IsDeterminate()

setIsDeterminate

public void setIsDeterminate(boolean value)
Sets the value of the 'Is Determinate' attribute.

Parameters:
value - the new value of the 'Is Determinate' attribute.
See Also:
isDeterminate()

isAssured

public boolean isAssured()
Returns the value of the 'Is Assured' attribute.

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

Returns:
the value of the 'Is Assured' attribute.
See Also:
setIsAssured(boolean), UML2Package.getConditionalNode_IsAssured()

setIsAssured

public void setIsAssured(boolean value)
Sets the value of the 'Is Assured' attribute.

Parameters:
value - the new value of the 'Is Assured' attribute.
See Also:
isAssured()

getClauses

public EList getClauses()
Returns the value of the 'Clause' containment reference list. The list contents are of type Clause.

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

Returns:
the value of the 'Clause' containment reference list.
See Also:
UML2Package.getConditionalNode_Clause()

createClause

public Clause createClause(EClass eClass)
Creates a Clause and appends it to the 'Clause' containment reference list.

Parameters:
eClass - The Ecore class of the Clause to create.
Returns:
The new Clause.
See Also:
getClauses()

getResults

public EList getResults()
Returns the value of the 'Result' containment reference list. The list contents are of type OutputPin.

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

A list of output pins that constitute the data flow outputs of the conditional.

Returns:
the value of the 'Result' containment reference list.
See Also:
UML2Package.getConditionalNode_Result()

getResult

public OutputPin getResult(String unqualifiedName)
Retrieves the OutputPin with the specified name from the 'Result' containment reference list.

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

createResult

public OutputPin createResult(EClass eClass)
Creates a OutputPin and appends it to the 'Result' containment reference list.

Parameters:
eClass - The Ecore class of the OutputPin to create.
Returns:
The new OutputPin.
See Also:
getResults()

getOwnedElements

public EList getOwnedElements()

Specified by:
getOwnedElements in interface Action

getOutputs

public EList getOutputs()

Specified by:
getOutputs in interface Action
Returns:
the value of the 'Output' reference list.
See Also:
UML2Package.getAction_Output()

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