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 voidprotected voiddidRecohereOutput(int version) protected voidprotected voidwillRecohereOutput(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:
willDecohereOutputin classAbstractInlet<I>
-
didDecohereOutput
protected void didDecohereOutput()- Overrides:
didDecohereOutputin classAbstractInlet<I>
-
willRecohereOutput
protected void willRecohereOutput(int version) - Overrides:
willRecohereOutputin classAbstractInlet<I>
-
didRecohereOutput
protected void didRecohereOutput(int version) - Overrides:
didRecohereOutputin classAbstractInlet<I>
-