Package ch.bailu.gtk.gst
Schnittstelle PadLinkReturn
public interface PadLinkReturn
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
pads do not have common formatstatic final int
pads cannot cooperate in schedulingstatic final int
link succeededstatic final int
refused for some reasonstatic final int
pad was already linkedstatic final int
pads have wrong directionstatic final int
pads 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:
-