- java.lang.Object
-
- swim.streamlet.AbstractInlet<I>
-
- swim.streamlet.StreamletInlet<I>
-
- All Implemented Interfaces:
Inlet<I>
public class StreamletInlet<I> extends AbstractInlet<I>
AnInlet
that decoheres a parameterizedStreamlet
whenever theInlet
decoheres, and that recoheres the parameterizedStreamlet
whenever theInlet
recoheres.
-
-
Constructor Summary
Constructors Constructor Description StreamletInlet(Streamlet<? super I,?> streamlet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
didDecohereOutput()
protected void
didRecohereOutput(int version)
Streamlet<? super I,?>
streamlet()
protected void
willDecohereOutput()
protected void
willRecohereOutput(int version)
-
Methods inherited from class swim.streamlet.AbstractInlet
bindInput, decohereOutput, disconnectInputs, disconnectOutputs, input, onDecohereOutput, onRecohereOutput, recohereOutput, unbindInput
-
-
-
-
Method Detail
-
willDecohereOutput
protected void willDecohereOutput()
- Overrides:
willDecohereOutput
in classAbstractInlet<I>
-
didDecohereOutput
protected void didDecohereOutput()
- Overrides:
didDecohereOutput
in classAbstractInlet<I>
-
willRecohereOutput
protected void willRecohereOutput(int version)
- Overrides:
willRecohereOutput
in classAbstractInlet<I>
-
didRecohereOutput
protected void didRecohereOutput(int version)
- Overrides:
didRecohereOutput
in classAbstractInlet<I>
-
-