|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuntimeConstants
This interface defines the constants used by the runtime data package (rt).
Field Summary | |
---|---|
static int |
ABORTED
Marks a frame or activity as aborted by a detectable |
static int |
ACTIVE
Marks a frame or activity as active, currently worked on |
static int |
ACTIVITY
Marks a statement as created by an activity internally generate by the engine |
static int |
AVAILABLE
Marks a frame or activity available (not started, ready) |
static int |
COMPLETED
Marks a frame or activity as completed by a detectable |
static int |
CONSEQUENCE
Marks a statement as created by a consequence |
static int |
DETECTABLE
Marks a statement as created by a detectable |
static int |
ENDED
Marks a frame or activity as ended, ended due to no more work |
static int |
ENGINE
Marks a statement as created by the engine as a reflection statement |
static int |
EXTERNAL_AGENT
Marks a statement as created by an external agent |
static int |
FROM
Marks the direction of a transfer definition as 'from' the communicated with instances |
static int |
IMPASSED
Marks a frame or activity as impassed |
static int |
INITIAL
Marks a statement as an initial statement defined for a concept |
static int |
INTERRUPTED
Marks a frame or activity as interrupted |
static int |
JAVA_PROPERTY
Marks a statement as created by Java property change support |
static java.lang.String |
sABORTED
Text version of aborted state for use in log messages |
static java.lang.String |
sACTIVE
Text version of active state for use in log messages |
static java.lang.String |
sAVAILABLE
Text version of available state for use in log messages |
static java.lang.String |
sCOMPLETED
Text version of completed state for use in log messages |
static java.lang.String |
sENDED
Text version of ended state for use in log messages |
static java.lang.String |
sIMPASSED
Text version of impassed state for use in log messages |
static java.lang.String |
sINTERRUPTED
Text version of interrupted state for use in log messages |
static java.lang.String |
sUNAVAILABLE
Text version of unavailable state for use in log messages |
static int |
TO
Marks the direction of a transfer definition as 'to' the communicated with instances |
static int |
TRANSFER
Marks a statement as created by a transfer definition in a communication |
static int |
UNAVAILABLE
Marks a frame or activity unavailable (not started, not ready) |
Field Detail |
---|
static final int UNAVAILABLE
static final int AVAILABLE
static final int ACTIVE
static final int INTERRUPTED
static final int IMPASSED
static final int ABORTED
static final int COMPLETED
static final int ENDED
static final java.lang.String sUNAVAILABLE
static final java.lang.String sAVAILABLE
static final java.lang.String sACTIVE
static final java.lang.String sINTERRUPTED
static final java.lang.String sIMPASSED
static final java.lang.String sABORTED
static final java.lang.String sCOMPLETED
static final java.lang.String sENDED
static final int INITIAL
static final int CONSEQUENCE
static final int DETECTABLE
static final int TRANSFER
static final int ACTIVITY
static final int ENGINE
static final int EXTERNAL_AGENT
static final int JAVA_PROPERTY
static final int TO
static final int FROM
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |