org.infolayer.model
Class UmlFinalState

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.UmlFinalState
All Implemented Interfaces:
de.pleumann.statemachine.model.FinalState, org.ksoap2.serialization.KvmSerializable, de.pleumann.statemachine.model.State, de.pleumann.statemachine.model.StateVertex

public class UmlFinalState
extends UmlState
implements de.pleumann.statemachine.model.FinalState

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
UmlFinalState()
           
 
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.State
getDeferrableEvent, getDeferrableEventCount, getDoActivity, getEntry, getExit
 
Methods inherited from interface de.pleumann.statemachine.model.StateVertex
getContainer, getIncoming, getIncomingCount, getOutgoing, getOutgoingCount
 

Constructor Detail

UmlFinalState

public UmlFinalState()