|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Conditional Node'.
The following features are supported:
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.ActivityGroup |
getOwner, getSubgroups, getSuperGroup |
Field Detail |
public static final String copyright
Method Detail |
public boolean isDeterminate()
If the meaning of the 'Is Determinate' attribute isn't clear, there really should be more of a description here...
setIsDeterminate(boolean)
,
UML2Package.getConditionalNode_IsDeterminate()
public void setIsDeterminate(boolean value)
Is Determinate
' attribute.
value
- the new value of the 'Is Determinate' attribute.isDeterminate()
public boolean isAssured()
If the meaning of the 'Is Assured' attribute isn't clear, there really should be more of a description here...
setIsAssured(boolean)
,
UML2Package.getConditionalNode_IsAssured()
public void setIsAssured(boolean value)
Is Assured
' attribute.
value
- the new value of the 'Is Assured' attribute.isAssured()
public EList getClauses()
Clause
.
If the meaning of the 'Clause' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getConditionalNode_Clause()
public Clause createClause(EClass eClass)
Clause
and appends it to the 'Clause' containment reference list.
eClass
- The Ecore class of the Clause
to create.
Clause
.getClauses()
public EList getResults()
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.
UML2Package.getConditionalNode_Result()
public OutputPin getResult(String unqualifiedName)
OutputPin
with the specified name from the 'Result' containment reference list.
unqualifiedName
- The unqualified name of the OutputPin
to retrieve.
OutputPin
with the specified name, or null
.getResults()
public OutputPin createResult(EClass eClass)
OutputPin
and appends it to the 'Result' containment reference list.
eClass
- The Ecore class of the OutputPin
to create.
OutputPin
.getResults()
public EList getOwnedElements()
getOwnedElements
in interface Action
public EList getOutputs()
getOutputs
in interface Action
UML2Package.getAction_Output()
|
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 |