org.infolayer.model
Class UmlState
java.lang.Object
org.infolayer.model.UmlModelElement
org.infolayer.model.UmlStateMachineElement
org.infolayer.model.UmlStateVertex
org.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.
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 |
UmlState
public UmlState()
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()