|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.pvm.internal.model.ProcessElementImpl
org.ow2.bonita.pvm.internal.model.ObservableElementImpl
org.ow2.bonita.pvm.internal.model.TransitionImpl
public class TransitionImpl
Field Summary | |
---|---|
protected Descriptor |
conditionDescriptor
|
protected NodeImpl |
destination
|
protected boolean |
isTakeAsync
|
protected NodeImpl |
source
|
protected Descriptor |
waitConditionDescriptor
|
Fields inherited from class org.ow2.bonita.pvm.internal.model.ObservableElementImpl |
---|
description, events, name |
Fields inherited from class org.ow2.bonita.pvm.internal.model.ProcessElementImpl |
---|
dbid, dbversion, exceptionHandlers, processDefinition, properties |
Method Summary | |
---|---|
EventImpl |
createEvent()
|
Condition |
getCondition()
the general purpose condition that can be used in various ways by the activities. |
Descriptor |
getConditionDescriptor()
see Conditions |
NodeImpl |
getDestination()
the node in which this transition arrives. |
EventImpl |
getEvent()
|
ObservableElementImpl |
getParent()
the first common parent between the source and the destination node. |
NodeImpl |
getSource()
the node from which this transition leaves. |
Condition |
getWaitCondition()
|
Descriptor |
getWaitConditionDescriptor()
see Wait conditions |
boolean |
isTakeAsync()
|
void |
makeDefault()
|
void |
setConditionDescriptor(Descriptor conditionDescriptor)
see Conditions |
void |
setDestination(NodeImpl destination)
|
void |
setName(java.lang.String name)
|
void |
setSource(NodeImpl source)
|
void |
setTakeAsync(boolean isTakeAsync)
|
void |
setWaitConditionDescriptor(Descriptor waitConditionDescriptor)
see Wait conditions |
java.lang.String |
toString()
|
Methods inherited from class org.ow2.bonita.pvm.internal.model.ObservableElementImpl |
---|
addEvent, createEvent, getDescription, getEvent, getEvents, getName, hasEvent, setDescription, setEvents |
Methods inherited from class org.ow2.bonita.pvm.internal.model.ProcessElementImpl |
---|
addExceptionHandler, addProperty, createExceptionHandler, getDbid, getExceptionHandlers, getProcessDefinition, getProperties, getProperty, getPropertyKeys, setExceptionHandlers, setProcessDefinition, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ow2.bonita.pvm.model.ObservableElement |
---|
getDbid, getName, getProcessDefinition, getProperty, getPropertyKeys, hasEvent |
Field Detail |
---|
protected NodeImpl source
protected NodeImpl destination
protected Descriptor conditionDescriptor
protected Descriptor waitConditionDescriptor
protected boolean isTakeAsync
Method Detail |
---|
public void makeDefault()
public java.lang.String toString()
toString
in class java.lang.Object
public EventImpl createEvent()
public ObservableElementImpl getParent()
getParent
in interface ObservableElement
getParent
in class ObservableElementImpl
public void setName(java.lang.String name)
setName
in class ObservableElementImpl
public Condition getCondition()
Transition
getCondition
in interface Transition
public Condition getWaitCondition()
public EventImpl getEvent()
public NodeImpl getSource()
Transition
getSource
in interface Transition
public void setSource(NodeImpl source)
public NodeImpl getDestination()
Transition
getDestination
in interface Transition
public void setDestination(NodeImpl destination)
public Descriptor getConditionDescriptor()
public void setConditionDescriptor(Descriptor conditionDescriptor)
public Descriptor getWaitConditionDescriptor()
public void setWaitConditionDescriptor(Descriptor waitConditionDescriptor)
public boolean isTakeAsync()
public void setTakeAsync(boolean isTakeAsync)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |