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, setQuiduAsLonggetQuid, getQuidAsLong, init, setQuid, setQuidAsLongaddProperty, 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, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildCount, getKindpublic StateTransition(PetalNode parent, Collection params)
public StateTransition()
public String getSupplier()
getSupplier in interface HasSupplierpublic void setSupplier(String o)
setSupplier in interface HasSupplierpublic 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.