|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.route.NotFilter
Combines notify and boolean inputs into a logical NOT output, with corresponding notify events.
Constructor Summary | |
NotFilter()
|
|
NotFilter(boolean onChange)
|
Method Summary | |
BooleanField.EventIn |
getActiveIn()
Ignored if onChange is true and this equals activeOut. |
BooleanField.EventOut |
getActiveOut()
|
BooleanField.EventIn |
getNotActiveIn()
Ignored if onChange is true and this equals notActiveOut. |
BooleanField.EventOut |
getNotActiveOut()
|
NotifyNode.EventIn |
getStartIn()
Ignored if onChange is true and activeOut is true. |
NotifyNode.EventOut |
getStartOut()
|
NotifyNode.EventIn |
getStopIn()
Ignored if onChange is true and activeOut is false. |
NotifyNode.EventOut |
getStopOut()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NotFilter()
public NotFilter(boolean onChange)
Method Detail |
public NotifyNode.EventIn getStartIn()
public NotifyNode.EventIn getStopIn()
public BooleanField.EventIn getActiveIn()
public BooleanField.EventIn getNotActiveIn()
public NotifyNode.EventOut getStartOut()
public NotifyNode.EventOut getStopOut()
public BooleanField.EventOut getActiveOut()
public BooleanField.EventOut getNotActiveOut()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |