|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.FumlObject
fUML.Semantics.Loci.LociL1.SemanticVisitor
fUML.Semantics.Classes.Kernel.Value
fUML.Semantics.Classes.Kernel.StructuredValue
fUML.Semantics.Classes.Kernel.CompoundValue
fUML.Semantics.Classes.Kernel.ExtensionalValue
fUML.Semantics.Classes.Kernel.Object_
fUML.Semantics.CommonBehaviors.BasicBehaviors.Execution
public abstract class Execution
| Field Summary | |
|---|---|
Object_ |
context
|
ParameterValueList |
parameterValues
|
| Fields inherited from class fUML.Semantics.Classes.Kernel.Object_ |
|---|
objectActivation, types |
| Fields inherited from class fUML.Semantics.Classes.Kernel.ExtensionalValue |
|---|
locus |
| Fields inherited from class fUML.Semantics.Classes.Kernel.CompoundValue |
|---|
featureValues |
| Constructor Summary | |
|---|---|
Execution()
|
|
| Method Summary | |
|---|---|
Value |
copy()
|
abstract void |
execute()
|
Behavior |
getBehavior()
|
ParameterValueList |
getOutputParameterValues()
|
ParameterValue |
getParameterValue(Parameter parameter)
|
abstract Value |
new_()
|
void |
setParameterValue(ParameterValue parameterValue)
|
void |
terminate()
|
| Methods inherited from class fUML.Semantics.Classes.Kernel.Object_ |
|---|
destroy, dispatch, getTypes, register, send, startBehavior, unregister |
| Methods inherited from class fUML.Semantics.Classes.Kernel.CompoundValue |
|---|
equals, getFeatureValue, getFeatureValues, removeFeatureValues, setFeatureValue, toString |
| Methods inherited from class fUML.Semantics.Classes.Kernel.StructuredValue |
|---|
createFeatureValues, specify |
| Methods inherited from class fUML.Semantics.Classes.Kernel.Value |
|---|
hasType, objectId |
| Methods inherited from class fUML.Semantics.Loci.LociL1.SemanticVisitor |
|---|
_beginIsolation, _endIsolation |
| Methods inherited from class org.modeldriven.fuml.FumlObject |
|---|
getHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Object_ context
public ParameterValueList parameterValues
| Constructor Detail |
|---|
public Execution()
| Method Detail |
|---|
public abstract void execute()
public void terminate()
public Value copy()
copy in class Object_public abstract Value new_()
new_ in class Object_public void setParameterValue(ParameterValue parameterValue)
public ParameterValue getParameterValue(Parameter parameter)
public ParameterValueList getOutputParameterValues()
public Behavior getBehavior()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||