org.infolayer.model
Class UmlGuard
java.lang.Object
org.infolayer.model.UmlModelElement
org.infolayer.model.UmlStateMachineElement
org.infolayer.model.UmlGuard
- All Implemented Interfaces:
- de.pleumann.statemachine.model.Guard, org.ksoap2.serialization.KvmSerializable
- public class UmlGuard
- extends UmlStateMachineElement
- implements de.pleumann.statemachine.model.Guard
- Author:
- Stefan Haustein
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
Method Summary |
boolean |
evaluate(de.pleumann.statemachine.runtime.StateMachineRunner runner,
de.pleumann.statemachine.model.Transition transition)
|
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)
|
java.lang.String |
toString()
|
Methods inherited from class org.infolayer.model.UmlModelElement |
getComment, getLabel, getName, getTaggedValue, getTaggedValue, getVisibility, init, setName, setTaggedValue, setVisibility, setVisibility |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UmlGuard
public UmlGuard()
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)
evaluate
public boolean evaluate(de.pleumann.statemachine.runtime.StateMachineRunner runner,
de.pleumann.statemachine.model.Transition transition)
- Specified by:
evaluate
in interface de.pleumann.statemachine.model.Guard
- See Also:
statemachine.core.Guard#evaluate()
toString
public java.lang.String toString()
- Overrides:
toString
in class UmlModelElement