- java.lang.Object
-
- swim.streamlet.AbstractOutlet<swim.structure.Value>
-
- swim.dataflow.operator.UnaryOutlet
-
- All Implemented Interfaces:
swim.streamlet.Outlet<swim.structure.Value>
- Direct Known Subclasses:
BitwiseNotOutlet,NegativeOutlet,NotOutlet,PositiveOutlet
public abstract class UnaryOutlet extends swim.streamlet.AbstractOutlet<swim.structure.Value>
-
-
Constructor Summary
Constructors Constructor Description UnaryOutlet()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract swim.structure.Itemevaluate(swim.structure.Value argument)swim.structure.Valueget()swim.streamlet.Inlet<swim.structure.Value>operandInlet()-
Methods inherited from class swim.streamlet.AbstractOutlet
bindOutput, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInput
-
-
-
-
Method Detail
-
operandInlet
public swim.streamlet.Inlet<swim.structure.Value> operandInlet()
-
get
public swim.structure.Value get()
- Specified by:
getin interfaceswim.streamlet.Outlet<swim.structure.Value>- Specified by:
getin classswim.streamlet.AbstractOutlet<swim.structure.Value>
-
evaluate
protected abstract swim.structure.Item evaluate(swim.structure.Value argument)
-
-