public interface RawData extends Node
Modifier and Type | Method and Description |
---|---|
String[] |
getAllEnabledVariable() |
boolean |
getStateVariableState(String variableId) |
boolean |
isValid()
validity of a mediator
|
Measure[] |
measures(String variableId) |
Map |
toMap() |
int |
viability(String variableId,
Measure measure)
checks if the measure is out of bounds
|
boolean isValid() throws CiliaIllegalStateException
CiliaIllegalStateException
String[] getAllEnabledVariable() throws CiliaIllegalStateException
CiliaIllegalStateException
boolean getStateVariableState(String variableId) throws CiliaIllegalStateException, CiliaIllegalParameterException
variableId
- CiliaIllegalStateException
CiliaIllegalParameterException
Measure[] measures(String variableId) throws CiliaIllegalParameterException, CiliaIllegalStateException
variableId
- CiliaRuntimeException
CiliaIllegalParameterException
CiliaIllegalStateException
int viability(String variableId, Measure measure) throws CiliaIllegalParameterException, CiliaIllegalStateException
CiliaIllegalParameterException
CiliaIllegalStateException
Map toMap()
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.