org.infolayer.model
Class UmlState

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

public class UmlState
extends UmlStateVertex
implements de.pleumann.statemachine.model.State

Author:
J�rg Pleumann 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
UmlState()
           
 
Method Summary
 java.lang.Object getDeferrableEvent(int index)
           
 int getDeferrableEventCount()
           
 java.lang.Object getDoActivity()
           
 java.lang.Object getEntry()
           
 java.lang.Object getExit()
           
 java.lang.String getFullName()
           
 java.lang.Object getProperty(int index)
           
 int getPropertyCount()
           
 void getPropertyInfo(int index, java.util.Hashtable props, org.ksoap2.serialization.PropertyInfo info)
           
 void setProperty(int index, java.lang.Object value)
           
 
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

UmlState

public UmlState()
Method Detail

getProperty

public java.lang.Object getProperty(int index)
Specified by:
getProperty in interface org.ksoap2.serialization.KvmSerializable
Overrides:
getProperty in class UmlStateVertex
See Also:
org.ksoap2.marshal.KvmSerializable#getProperty(int)

getPropertyCount

public int getPropertyCount()
Specified by:
getPropertyCount in interface org.ksoap2.serialization.KvmSerializable
Overrides:
getPropertyCount in class UmlStateVertex
See Also:
org.ksoap2.marshal.KvmSerializable#getPropertyCount()

setProperty

public void setProperty(int index,
                        java.lang.Object value)
Specified by:
setProperty in interface org.ksoap2.serialization.KvmSerializable
Overrides:
setProperty in class UmlStateVertex
See Also:
org.ksoap2.marshal.KvmSerializable#setProperty(int, Object)

getPropertyInfo

public void getPropertyInfo(int index,
                            java.util.Hashtable props,
                            org.ksoap2.serialization.PropertyInfo info)
Specified by:
getPropertyInfo in interface org.ksoap2.serialization.KvmSerializable
Overrides:
getPropertyInfo in class UmlStateVertex
See Also:
org.ksoap2.marshal.KvmSerializable#getPropertyInfo(int, PropertyInfo)

getDeferrableEvent

public java.lang.Object getDeferrableEvent(int index)
Specified by:
getDeferrableEvent in interface de.pleumann.statemachine.model.State
See Also:
statemachine.core.State#getDeferrableEvent(int)

getDeferrableEventCount

public int getDeferrableEventCount()
Specified by:
getDeferrableEventCount in interface de.pleumann.statemachine.model.State
See Also:
statemachine.core.State#getDeferrableEventCount()

getDoActivity

public java.lang.Object getDoActivity()
Specified by:
getDoActivity in interface de.pleumann.statemachine.model.State
See Also:
statemachine.core.State#getDoActivity()

getEntry

public java.lang.Object getEntry()
Specified by:
getEntry in interface de.pleumann.statemachine.model.State
See Also:
statemachine.core.State#getEntry()

getExit

public java.lang.Object getExit()
Specified by:
getExit in interface de.pleumann.statemachine.model.State
See Also:
statemachine.core.State#getExit()

getFullName

public java.lang.String getFullName()