java.lang.Object
swim.streamlet.AbstractInoutlet<I,O>
swim.streamlet.StreamletInoutlet<I,O>
An
Inoutlet that decoheres a parameterized Streamlet
whenever the Inoutlet decoheres, that recoheres the parameterized
Streamlet whenever the Inoutlet recoheres, and which gets
its state from the parameterized Streamlet.-
Field Summary
FieldsFields inherited from class swim.streamlet.AbstractInoutlet
input, outputs, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voiddidRecohere(int version) get()Returns the current state of thisOutlet.protected voidprotected voidwillRecohere(int version) Methods inherited from class swim.streamlet.AbstractInoutlet
bindInput, bindOutput, decohere, decohereInput, decohereOutput, disconnectInputs, disconnectOutputs, input, onDecohere, onRecohere, outputIterator, recohere, recohereInput, recohereOutput, unbindInput, unbindOutput, unbindOutputs
-
Field Details
-
streamlet
-
-
Constructor Details
-
StreamletInoutlet
-
-
Method Details
-
streamlet
-
get
Description copied from interface:OutletReturns the current state of thisOutlet. -
willDecohere
protected void willDecohere()- Overrides:
willDecoherein classAbstractInoutlet<I,O>
-
didDecohere
protected void didDecohere()- Overrides:
didDecoherein classAbstractInoutlet<I,O>
-
willRecohere
protected void willRecohere(int version) - Overrides:
willRecoherein classAbstractInoutlet<I,O>
-
didRecohere
protected void didRecohere(int version) - Overrides:
didRecoherein classAbstractInoutlet<I,O>
-