public class StateTransition extends QuiduObject implements Labeled, HasSupplier
EMPTY, LOGGER, params, strict
Constructor and Description |
---|
StateTransition() |
StateTransition(PetalNode parent,
Collection params) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
accept the given visitor
|
Action |
getAction() |
String |
getCondition() |
Event |
getEvent() |
String |
getLabel() |
SendEvent |
getSendEvent() |
String |
getSupplier() |
void |
setAction(Action o) |
void |
setCondition(String o) |
void |
setEvent(Event o) |
void |
setLabel(String o) |
void |
setSendEvent(SendEvent o) |
void |
setSupplier(String o) |
getQuidu, getQuiduAsLong, getReferencedObject, setQuidu, setQuiduAsLong
getQuid, getQuidAsLong, init, setQuid, setQuidAsLong
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildCount, getKind
public StateTransition(PetalNode parent, Collection params)
public StateTransition()
public String getSupplier()
getSupplier
in interface HasSupplier
public void setSupplier(String o)
setSupplier
in interface HasSupplier
public Event getEvent()
public void setEvent(Event o)
public Action getAction()
public void setAction(Action o)
public SendEvent getSendEvent()
public void setSendEvent(SendEvent o)
public String getCondition()
public void setCondition(String o)
Copyright © 2018 BITPlan GmbH. All rights reserved.