|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.pvm.internal.model.ProcessElementImpl
org.ow2.orchestra.pvm.internal.model.ObservableElementImpl
org.ow2.orchestra.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.orchestra.pvm.internal.model.ObservableElementImpl |
|---|
description, events, name |
| Fields inherited from class org.ow2.orchestra.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(String name)
|
void |
setSource(NodeImpl source)
|
void |
setTakeAsync(boolean isTakeAsync)
|
void |
setWaitConditionDescriptor(Descriptor waitConditionDescriptor)
see Wait conditions |
String |
toString()
|
| Methods inherited from class org.ow2.orchestra.pvm.internal.model.ObservableElementImpl |
|---|
addEvent, createEvent, getDescription, getEvent, getEvents, getName, hasEvent, setDescription, setEvents |
| Methods inherited from class org.ow2.orchestra.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.orchestra.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 String toString()
toString in class Objectpublic EventImpl createEvent()
public ObservableElementImpl getParent()
getParent in interface ObservableElementgetParent in class ObservableElementImplpublic void setName(String name)
setName in class ObservableElementImplpublic Condition getCondition()
Transition
getCondition in interface Transitionpublic Condition getWaitCondition()
public EventImpl getEvent()
public NodeImpl getSource()
Transition
getSource in interface Transitionpublic void setSource(NodeImpl source)
public NodeImpl getDestination()
Transition
getDestination in interface Transitionpublic 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 | |||||||||