Package ch.bailu.gtk.gst
Schnittstelle PadLinkReturn
public interface PadLinkReturn
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intpads do not have common formatstatic final intpads cannot cooperate in schedulingstatic final intlink succeededstatic final intrefused for some reasonstatic final intpad was already linkedstatic final intpads have wrong directionstatic final intpads have no common grandparent
-
Felddetails
-
OK
static final int OKlink succeeded- Siehe auch:
-
WRONG_HIERARCHY
static final int WRONG_HIERARCHYpads have no common grandparent- Siehe auch:
-
WAS_LINKED
static final int WAS_LINKEDpad was already linked- Siehe auch:
-
WRONG_DIRECTION
static final int WRONG_DIRECTIONpads have wrong direction- Siehe auch:
-
NOFORMAT
static final int NOFORMATpads do not have common format- Siehe auch:
-
NOSCHED
static final int NOSCHEDpads cannot cooperate in scheduling- Siehe auch:
-
REFUSED
static final int REFUSEDrefused for some reason- Siehe auch:
-