|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Opaque Action'. An action with implementation-specific semantics.
The following features are supported:
UMLPackage.getOpaqueAction()
Field Summary |
Fields inherited from interface org.eclipse.uml2.uml.NamedElement |
SEPARATOR |
Method Summary | |
InputPin |
createInputValue(String name,
Type type)
Creates a new InputPin , with the specified 'Name', and 'Type', and appends it to the 'Input Value' containment reference list |
InputPin |
createInputValue(String name,
Type type,
EClass eClass)
Creates a new InputPin , with the specified 'Name', and 'Type', and appends it to the 'Input Value' containment reference list |
OutputPin |
createOutputValue(String name,
Type type)
Creates a new OutputPin , with the specified 'Name', and 'Type', and appends it to the 'Output Value' containment reference list |
EList |
getBodies()
Returns the value of the 'Body' attribute list. |
InputPin |
getInputValue(String name,
Type type)
Retrieves the first InputPin with the specified 'Name', and 'Type' from the 'Input Value' containment reference list |
InputPin |
getInputValue(String name,
Type type,
boolean ignoreCase,
EClass eClass)
Retrieves the first InputPin with the specified 'Name', and 'Type' from the 'Input Value' reference list |
InputPin |
getInputValue(String name,
Type type,
boolean ignoreCase,
EClass eClass,
boolean createOnDemand)
Retrieves the first InputPin with the specified 'Name', and 'Type' from the 'Input Value' containment reference list |
EList |
getInputValues()
Returns the value of the 'Input Value' containment reference list. |
EList |
getLanguages()
Returns the value of the 'Language' attribute list. |
OutputPin |
getOutputValue(String name,
Type type)
Retrieves the first OutputPin with the specified 'Name', and 'Type' from the 'Output Value' containment reference list |
OutputPin |
getOutputValue(String name,
Type type,
boolean ignoreCase)
Retrieves the first OutputPin with the specified 'Name', and 'Type' from the 'Output Value' reference list |
OutputPin |
getOutputValue(String name,
Type type,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first OutputPin with the specified 'Name', and 'Type' from the 'Output Value' containment reference list |
EList |
getOutputValues()
Returns the value of the 'Output Value' containment reference list. |
boolean |
isSetBodies()
Returns whether the value of the ' Body ' attribute list is set |
boolean |
isSetLanguages()
Returns whether the value of the ' Language ' attribute list is set |
void |
unsetBodies()
Unsets the value of the ' Body ' attribute list |
void |
unsetLanguages()
Unsets the value of the ' Language ' attribute list |
Methods inherited from interface org.eclipse.uml2.uml.Action |
createLocalPostcondition, createLocalPostcondition, createLocalPrecondition, createLocalPrecondition, getContext, getInput, getInput, getInputs, getLocalPostcondition, getLocalPostcondition, getLocalPostconditions, getLocalPrecondition, getLocalPrecondition, getLocalPreconditions, getOutput, getOutput, getOutputs |
Methods inherited from interface org.eclipse.uml2.uml.ExecutableNode |
createHandler, getHandlers |
Methods inherited from interface org.eclipse.uml2.uml.ActivityNode |
getActivity, getIncoming, getIncoming, getIncomings, getInGroups, getInInterruptibleRegions, getInPartition, getInPartition, getInPartitions, getInStructuredNode, getOutgoing, getOutgoing, getOutgoings, getRedefinedNode, getRedefinedNode, getRedefinedNodes, setActivity, setInStructuredNode, validateOwned, validateOwnedStructuredNode |
Methods inherited from interface org.eclipse.uml2.uml.RedefinableElement |
getRedefinedElement, getRedefinedElement, getRedefinedElements, getRedefinitionContext, getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
Methods inherited from interface org.eclipse.uml2.uml.NamedElement |
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership |
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 |
Method Detail |
public EList getBodies()
String
.
Specifies the action in one or more languages.
OpaqueAction.isSetBodies()
,
OpaqueAction.unsetBodies()
,
UMLPackage.getOpaqueAction_Body()
public void unsetBodies()
Body
' attribute list.
OpaqueAction.isSetBodies()
,
OpaqueAction.getBodies()
public boolean isSetBodies()
Body
' attribute list is set.
OpaqueAction.unsetBodies()
,
OpaqueAction.getBodies()
public EList getLanguages()
String
.
Languages the body strings use, in the same order as the body strings
OpaqueAction.isSetLanguages()
,
OpaqueAction.unsetLanguages()
,
UMLPackage.getOpaqueAction_Language()
public void unsetLanguages()
Language
' attribute list.
OpaqueAction.isSetLanguages()
,
OpaqueAction.getLanguages()
public boolean isSetLanguages()
Language
' attribute list is set.
OpaqueAction.unsetLanguages()
,
OpaqueAction.getLanguages()
public EList getInputValues()
InputPin
.
Provides input to the action.
UMLPackage.getOpaqueAction_InputValue()
public InputPin createInputValue(String name, Type type, EClass eClass)
InputPin
, with the specified 'Name', and 'Type', and appends it to the 'Input Value' containment reference list.
name
- The 'Name' for the new InputPin
, or null
.type
- The 'Type' for the new InputPin
, or null
.eClass
- The Ecore class of the InputPin
to create.
InputPin
.OpaqueAction.getInputValues()
public InputPin createInputValue(String name, Type type)
InputPin
, with the specified 'Name', and 'Type', and appends it to the 'Input Value' containment reference list.
name
- The 'Name' for the new InputPin
, or null
.type
- The 'Type' for the new InputPin
, or null
.
InputPin
.OpaqueAction.getInputValues()
public InputPin getInputValue(String name, Type type)
InputPin
with the specified 'Name', and 'Type' from the 'Input Value' containment reference list.
name
- The 'Name' of the InputPin
to retrieve, or null
.type
- The 'Type' of the InputPin
to retrieve, or null
.
InputPin
with the specified 'Name', and 'Type', or null
.OpaqueAction.getInputValues()
public InputPin getInputValue(String name, Type type, boolean ignoreCase, EClass eClass, boolean createOnDemand)
InputPin
with the specified 'Name', and 'Type' from the 'Input Value' containment reference list.
name
- The 'Name' of the InputPin
to retrieve, or null
.type
- The 'Type' of the InputPin
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the InputPin
to retrieve, or null
.createOnDemand
- Whether to create a InputPin
on demand if not found.
InputPin
with the specified 'Name', and 'Type', or null
.OpaqueAction.getInputValues()
public InputPin getInputValue(String name, Type type, boolean ignoreCase, EClass eClass)
InputPin
with the specified 'Name', and 'Type' from the 'Input Value' reference list.
name
- The 'Name' of the InputPin
to retrieve, or null
.type
- The 'Type' of the InputPin
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the InputPin
to retrieve, or null
.
InputPin
with the specified 'Name', and 'Type', or null
.OpaqueAction.getInputValues()
public EList getOutputValues()
OutputPin
.
Takes output from the action.
UMLPackage.getOpaqueAction_OutputValue()
public OutputPin createOutputValue(String name, Type type)
OutputPin
, with the specified 'Name', and 'Type', and appends it to the 'Output Value' containment reference list.
name
- The 'Name' for the new OutputPin
, or null
.type
- The 'Type' for the new OutputPin
, or null
.
OutputPin
.OpaqueAction.getOutputValues()
public OutputPin getOutputValue(String name, Type type)
OutputPin
with the specified 'Name', and 'Type' from the 'Output Value' containment reference list.
name
- The 'Name' of the OutputPin
to retrieve, or null
.type
- The 'Type' of the OutputPin
to retrieve, or null
.
OutputPin
with the specified 'Name', and 'Type', or null
.OpaqueAction.getOutputValues()
public OutputPin getOutputValue(String name, Type type, boolean ignoreCase, boolean createOnDemand)
OutputPin
with the specified 'Name', and 'Type' from the 'Output Value' containment reference list.
name
- The 'Name' of the OutputPin
to retrieve, or null
.type
- The 'Type' of the OutputPin
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.createOnDemand
- Whether to create a OutputPin
on demand if not found.
OutputPin
with the specified 'Name', and 'Type', or null
.OpaqueAction.getOutputValues()
public OutputPin getOutputValue(String name, Type type, boolean ignoreCase)
OutputPin
with the specified 'Name', and 'Type' from the 'Output Value' reference list.
name
- The 'Name' of the OutputPin
to retrieve, or null
.type
- The 'Type' of the OutputPin
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.
OutputPin
with the specified 'Name', and 'Type', or null
.OpaqueAction.getOutputValues()
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |