org.infolayer.model
Class UmlAction

java.lang.Object
  extended byorg.infolayer.model.UmlModelElement
      extended byorg.infolayer.model.UmlStateMachineElement
          extended byorg.infolayer.model.UmlAction
All Implemented Interfaces:
de.pleumann.statemachine.model.Action, org.ksoap2.serialization.KvmSerializable
Direct Known Subclasses:
UmlCallAction, UmlUninterpretedAction

public class UmlAction
extends UmlStateMachineElement
implements de.pleumann.statemachine.model.Action

Author:
Stefan Haustein To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.

Field Summary
 
Fields inherited from class org.infolayer.model.UmlModelElement
PRIVATE, PROTECTED, PUBLIC
 
Constructor Summary
UmlAction()
           
 
Method Summary
 void execute(java.lang.Object context)
           
 
Methods inherited from class org.infolayer.model.UmlStateMachineElement
getMdInfo, setMdInfo
 
Methods inherited from class org.infolayer.model.UmlModelElement
getComment, getLabel, getName, getProperty, getPropertyCount, getPropertyInfo, getTaggedValue, getTaggedValue, getVisibility, init, setName, setProperty, setTaggedValue, setVisibility, setVisibility, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UmlAction

public UmlAction()
Method Detail

execute

public void execute(java.lang.Object context)
Specified by:
execute in interface de.pleumann.statemachine.model.Action
See Also:
statemachine.core.Action#execute(java.lang.Object)