
LogicalNot |
ptolemy.actor.lib.logic.LogicalNot |
This actor implements a logical NOT operator. It has one input and
one output port, neither of which is a multiport, and both of which have
type boolean. A BooleanToken that arrives in the input
will be negated and sent on the output.
If no input token is available, then no output is produced.
Author(s): John Li
Version:$Id: LogicalNot.java,v 1.34 2005/10/28 20:16:19 cxh Exp $
Pt.Proposed Rating:Green (pwhitake)
Pt.Accepted Rating:Green (pwhitake)