W
- the write payloadpublic interface WriteExpression<W> extends WriteExpressionList<W>
Don't implement objects with this interface, use WriteExpressionImpl
.
Modifier and Type | Method and Description |
---|---|
void |
fillWriteRecipe(PVWriterDirector director,
WriteRecipeBuilder builder)
Prepares the recipe to connect the channels needed by this expression.
|
String |
getName()
Name of this expression.
|
WriteExpressionImpl<W> |
getWriteExpressionImpl()
The implementation of this expression.
|
WriteFunction<W> |
getWriteFunction()
The function that implements this expression.
|
and, getWriteExpressions
String getName()
WriteFunction<W> getWriteFunction()
void fillWriteRecipe(PVWriterDirector director, WriteRecipeBuilder builder)
A dynamic expression, one for which the child expressions can change, can keep a reference to the director to connect/disconnect new child expressions.
director
- the director for the readerbuilder
- the recipe to fillWriteExpressionImpl<W> getWriteExpressionImpl()
Copyright © 2010–2015. All rights reserved.