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
CiliaIllegalStateExceptionString[] getAllEnabledVariable() throws CiliaIllegalStateException
CiliaIllegalStateExceptionboolean getStateVariableState(String variableId) throws CiliaIllegalStateException, CiliaIllegalParameterException
variableId - CiliaIllegalStateExceptionCiliaIllegalParameterExceptionMeasure[] measures(String variableId) throws CiliaIllegalParameterException, CiliaIllegalStateException
variableId - CiliaRuntimeExceptionCiliaIllegalParameterExceptionCiliaIllegalStateExceptionint viability(String variableId, Measure measure) throws CiliaIllegalParameterException, CiliaIllegalStateException
CiliaIllegalParameterExceptionCiliaIllegalStateExceptionMap toMap()
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.