cz.cuni.jagrlib.reg
Interface InfoState


public interface InfoState

State flags for plugs compositions, etc..

Since:
0.23
See Also:
InfoPlug.java

Field Summary
static int ERROR_MASK
          Error mask (bits which indicate error state).
static int NOTCONNECTED_HARD
          At least one mandatory plug is not connected - hard error.
static int NOTCONNECTED_SOFT
          Some non-mandatory plugs are not connected.
static int OK
          Everything is OK.
 

Field Detail

OK

static final int OK
Everything is OK.

See Also:
Constant Field Values

NOTCONNECTED_SOFT

static final int NOTCONNECTED_SOFT
Some non-mandatory plugs are not connected.

See Also:
Constant Field Values

NOTCONNECTED_HARD

static final int NOTCONNECTED_HARD
At least one mandatory plug is not connected - hard error.

See Also:
Constant Field Values

ERROR_MASK

static final int ERROR_MASK
Error mask (bits which indicate error state).

See Also:
Constant Field Values