- java.lang.Object
-
- swim.streamlet.AbstractOutlet<swim.structure.Value>
-
- swim.dataflow.operator.BinaryOutlet
-
- All Implemented Interfaces:
swim.streamlet.Outlet<swim.structure.Value>
- Direct Known Subclasses:
BitwiseAndOutlet,BitwiseOrOutlet,BitwiseXorOutlet,DivideOutlet,EqOutlet,GeOutlet,GtOutlet,LeOutlet,LtOutlet,MinusOutlet,ModuloOutlet,NeOutlet,PlusOutlet,TimesOutlet
public abstract class BinaryOutlet extends swim.streamlet.AbstractOutlet<swim.structure.Value>
-
-
Constructor Summary
Constructors Constructor Description BinaryOutlet()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract swim.structure.Itemevaluate(swim.structure.Value argument1, swim.structure.Value argument2)swim.structure.Valueget()swim.streamlet.Inlet<swim.structure.Value>operand1Inlet()swim.streamlet.Inlet<swim.structure.Value>operand2Inlet()-
Methods inherited from class swim.streamlet.AbstractOutlet
bindOutput, didInvalidateInput, didReconcileInput, disconnectInputs, disconnectOutputs, invalidateInput, onInvalidateInput, onReconcileInput, outputIterator, reconcileInput, unbindOutput, unbindOutputs, willInvalidateInput, willReconcileInput
-
-
-
-
Method Detail
-
operand1Inlet
public swim.streamlet.Inlet<swim.structure.Value> operand1Inlet()
-
operand2Inlet
public swim.streamlet.Inlet<swim.structure.Value> operand2Inlet()
-
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 argument1, swim.structure.Value argument2)
-
-