|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
Point[] |
bendPoints()
Returns the bend points of the control connector instance. |
boolean |
isEmpty()
Indicates whether no control connector instance information is available. |
Type |
kind()
States the kind of the control connector instance, whether it is a transition condition or the "otherwise" connector. |
java.lang.String |
name()
Returns the name associated with the control connector instance. |
java.lang.String |
persistentOidOfSourceActivity()
Returns the object ID of the activity instance which is the source of this control connector instance. |
java.lang.String |
persistentOidOfTargetActivity()
Returns the object ID of the activity instance which is the target of this control connector instance. |
EvaluationState |
state()
Returns the state of the control connector instance, whether it is evaluated, and the result of evaluation. |
java.lang.String |
transitionCondition()
Returns the transition condition of the control connector instance. |
Method Detail |
public boolean isEmpty() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public Type kind() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public Point[] bendPoints() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String name() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String persistentOidOfSourceActivity() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String persistentOidOfTargetActivity() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public EvaluationState state() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String transitionCondition() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |