Class ExpressionStructure
java.lang.Object
com.inductiveautomation.perspective.gateway.binding.expression.structure.ExpressionStructure
- 
Constructor SummaryConstructorsConstructorDescriptionExpressionStructure(com.inductiveautomation.ignition.common.gson.JsonElement struct, PerspectiveExpressionFactory expressionFactory, BindingContext context, boolean waitOnAll, boolean waitOnInitialValue) 
- 
Method SummaryModifier and TypeMethodDescriptionabstract ObjectgetLock()booleanisDirty()Returns true when one or more mappings have "dirty" values that haven't been consumed by an execution.booleanisReady()Returns true when all mappings have received valid valuesread()abstract voidvoidshutdown()voidstartup()
- 
Constructor Details- 
ExpressionStructurepublic ExpressionStructure(com.inductiveautomation.ignition.common.gson.JsonElement struct, PerspectiveExpressionFactory expressionFactory, BindingContext context, boolean waitOnAll, boolean waitOnInitialValue) 
 
- 
- 
Method Details- 
getLock
- 
scheduleNowpublic abstract void scheduleNow()
- 
read
- 
resolveReferences
- 
startuppublic void startup()
- 
shutdownpublic void shutdown()
- 
isReadypublic boolean isReady()Returns true when all mappings have received valid values
- 
isDirtypublic boolean isDirty()Returns true when one or more mappings have "dirty" values that haven't been consumed by an execution.
 
-