Package com.inductiveautomation.sfc.rpc
Class ChartStatus
java.lang.Object
com.inductiveautomation.sfc.rpc.ChartStatus
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfacestatic classstatic classstatic class
- 
Constructor SummaryConstructorsConstructorDescriptionChartStatus(byte[] model, JSONObject chartScopeJson, ChartStateEnum chartState, Map<UUID, ChartStatus.ElementStatus> elementStatus) 
- 
Method Summary
- 
Constructor Details- 
ChartStatuspublic ChartStatus(byte[] model, JSONObject chartScopeJson, ChartStateEnum chartState, Map<UUID, ChartStatus.ElementStatus> elementStatus) 
 
- 
- 
Method Details- 
getModelpublic com.google.common.base.Optional<byte[]> getModel()
- 
getChartScopeJson- Throws:
- JSONException
 
- 
getChartState
- 
getElementStatus
- 
isBreakpointActivepublic boolean isBreakpointActive()
 
-