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