java.lang.Object
swim.streamlet.AbstractOutlet<O>
swim.streamlet.StreamletOutlet<O>
- All Implemented Interfaces:
Outlet<O>
An
Outlet that decoheres a parameterized Streamlet
whenever the Outlet decoheres, and which gets its state from
the parameterized Streamlet.-
Field Summary
FieldsFields inherited from class swim.streamlet.AbstractOutlet
outputs, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voiddidRecohereInput(int version) get()Returns the current state of thisOutlet.protected voidprotected voidwillRecohereInput(int version) Methods inherited from class swim.streamlet.AbstractOutlet
bindOutput, decohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs
-
Field Details
-
streamlet
-
-
Constructor Details
-
StreamletOutlet
-
-
Method Details
-
streamlet
-
get
Description copied from interface:OutletReturns the current state of thisOutlet. -
willDecohereInput
protected void willDecohereInput()- Overrides:
willDecohereInputin classAbstractOutlet<O>
-
didDecohereInput
protected void didDecohereInput()- Overrides:
didDecohereInputin classAbstractOutlet<O>
-
willRecohereInput
protected void willRecohereInput(int version) - Overrides:
willRecohereInputin classAbstractOutlet<O>
-
didRecohereInput
protected void didRecohereInput(int version) - Overrides:
didRecohereInputin classAbstractOutlet<O>
-