java.lang.Object
swim.streamlet.AbstractInlet<I>
swim.streamlet.StreamletInlet<I>
- All Implemented Interfaces:
Inlet<I>
An
Inlet
that decoheres a parameterized Streamlet
whenever
the Inlet
decoheres, and that recoheres the parameterized
Streamlet
whenever the Inlet
recoheres.-
Field Summary
FieldsFields inherited from class swim.streamlet.AbstractInlet
input, version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
didRecohereOutput
(int version) protected void
protected void
willRecohereOutput
(int version) Methods inherited from class swim.streamlet.AbstractInlet
bindInput, decohereOutput, disconnectInputs, disconnectOutputs, input, onDecohereOutput, onRecohereOutput, recohereOutput, unbindInput
-
Field Details
-
streamlet
-
-
Constructor Details
-
StreamletInlet
-
-
Method Details
-
streamlet
-
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>
-