org.infolayer.model
Class UmlTransition

java.lang.Object
  extended byorg.infolayer.model.UmlModelElement
      extended byorg.infolayer.model.UmlStateMachineElement
          extended byorg.infolayer.model.UmlTransition
All Implemented Interfaces:
org.ksoap2.serialization.KvmSerializable, de.pleumann.statemachine.model.Transition

public class UmlTransition
extends UmlStateMachineElement
implements de.pleumann.statemachine.model.Transition

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
UmlTransition()
           
 
Method Summary
 java.lang.Object getEffect()
           
 de.pleumann.statemachine.model.Guard getGuard()
           
 java.lang.Object getProperty(int index)
           
 int getPropertyCount()
           
 void getPropertyInfo(int index, java.util.Hashtable props, org.ksoap2.serialization.PropertyInfo info)
           
 de.pleumann.statemachine.model.StateVertex getSource()
           
 de.pleumann.statemachine.model.StateVertex getTarget()
           
 java.lang.Object getTrigger()
           
 void setProperty(int index, java.lang.Object value)
           
 
Methods inherited from class org.infolayer.model.UmlStateMachineElement
getMdInfo, setMdInfo
 
Methods inherited from class org.infolayer.model.UmlModelElement
getComment, getLabel, getName, getTaggedValue, getTaggedValue, getVisibility, init, setName, setTaggedValue, setVisibility, setVisibility, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UmlTransition

public UmlTransition()
Method Detail

getProperty

public java.lang.Object getProperty(int index)
Specified by:
getProperty in interface org.ksoap2.serialization.KvmSerializable
Overrides:
getProperty in class UmlModelElement
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 UmlModelElement
See Also:
org.ksoap2.marshal.KvmSerializable#getPropertyCount()

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 UmlModelElement
See Also:
org.ksoap2.marshal.KvmSerializable#getPropertyInfo(int, PropertyInfo)

setProperty

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

getEffect

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

getGuard

public de.pleumann.statemachine.model.Guard getGuard()
Specified by:
getGuard in interface de.pleumann.statemachine.model.Transition
See Also:
statemachine.core.Transition#getGuard()

getSource

public de.pleumann.statemachine.model.StateVertex getSource()
Specified by:
getSource in interface de.pleumann.statemachine.model.Transition
See Also:
statemachine.core.Transition#getSource()

getTarget

public de.pleumann.statemachine.model.StateVertex getTarget()
Specified by:
getTarget in interface de.pleumann.statemachine.model.Transition
See Also:
statemachine.core.Transition#getTarget()

getTrigger

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