Package de.elo.ix.client
Class WFNodeMatrixC
java.lang.Object
de.elo.ix.client.WFNodeMatrixC
- All Implemented Interfaces:
Serializable
These constants describe the type of connection between two nodes.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Connection type for non-decision nodes.static final int
This connection is the FALSE connection following a decision node.static final int
This connection is only for the case of overtime.static final int
This connection is the TRUE connection following a decision node. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
void
setALWAYS
(int ALWAYS) void
setIF_FALSE
(int IF_FALSE) void
setIF_OVERTIME
(int IF_OVERTIME) void
setIF_TRUE
(int IF_TRUE)
-
Field Details
-
ALWAYS
public static final int ALWAYSConnection type for non-decision nodes. The connection will always be utilised to reach the next node. No conditions have to be fulfilled.- See Also:
-
IF_FALSE
public static final int IF_FALSEThis connection is the FALSE connection following a decision node. This connection will be utilised when the IF requirement is not fulfilled.- See Also:
-
IF_TRUE
public static final int IF_TRUEThis connection is the TRUE connection following a decision node. This connection will be utilised when the IF requirement is fulfilled.- See Also:
-
IF_OVERTIME
public static final int IF_OVERTIMEThis connection is only for the case of overtime.- See Also:
-
-
Constructor Details
-
WFNodeMatrixC
public WFNodeMatrixC()
-
-
Method Details
-
getALWAYS
public int getALWAYS() -
setALWAYS
public void setALWAYS(int ALWAYS) -
getIF_FALSE
public int getIF_FALSE() -
setIF_FALSE
public void setIF_FALSE(int IF_FALSE) -
getIF_TRUE
public int getIF_TRUE() -
setIF_TRUE
public void setIF_TRUE(int IF_TRUE) -
getIF_OVERTIME
public int getIF_OVERTIME() -
setIF_OVERTIME
public void setIF_OVERTIME(int IF_OVERTIME)
-