org.infolayer.model
Class UmlSimpleState

java.lang.Object
  extended byorg.infolayer.model.UmlModelElement
      extended byorg.infolayer.model.UmlStateMachineElement
          extended byorg.infolayer.model.UmlStateVertex
              extended byorg.infolayer.model.UmlState
                  extended byorg.infolayer.model.UmlSimpleState
All Implemented Interfaces:
org.ksoap2.serialization.KvmSerializable, de.pleumann.statemachine.model.State, de.pleumann.statemachine.model.StateVertex

public class UmlSimpleState
extends UmlState

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
UmlSimpleState()
           
 
Methods inherited from class org.infolayer.model.UmlState
getDeferrableEvent, getDeferrableEventCount, getDoActivity, getEntry, getExit, getFullName, getProperty, getPropertyCount, getPropertyInfo, setProperty
 
Methods inherited from class org.infolayer.model.UmlStateVertex
getContainer, getIncoming, getIncomingCount, getOutgoing, getOutgoingCount, init
 
Methods inherited from class org.infolayer.model.UmlStateMachineElement
getMdInfo, setMdInfo
 
Methods inherited from class org.infolayer.model.UmlModelElement
getComment, getLabel, getName, getTaggedValue, getTaggedValue, getVisibility, setName, setTaggedValue, setVisibility, setVisibility, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.pleumann.statemachine.model.StateVertex
getContainer, getIncoming, getIncomingCount, getOutgoing, getOutgoingCount
 

Constructor Detail

UmlSimpleState

public UmlSimpleState()