Package | Description |
---|---|
org.lemsml.jlems.api | |
org.lemsml.jlems.api.interfaces |
Modifier and Type | Class and Description |
---|---|
class |
StateIdentifier |
Modifier and Type | Method and Description |
---|---|
IStateIdentifier |
StateRecord.getState() |
Modifier and Type | Method and Description |
---|---|
Collection<IStateIdentifier> |
LEMSSimulator.getAvailableStates() |
Map<IStateIdentifier,LEMSRecordedState> |
LEMSResultsContainer.getStates() |
Modifier and Type | Method and Description |
---|---|
void |
LEMSResultsContainer.addState(IStateIdentifier state,
String dimension) |
void |
LEMSResultsContainer.addStateValue(IStateIdentifier state,
ALEMSValue value) |
LEMSRecordedState |
LEMSResultsContainer.getState(IStateIdentifier state) |
ALEMSValue |
LEMSResultsContainer.getStateValue(IStateIdentifier state,
int timeStep) |
boolean |
LEMSResultsContainer.hasState(IStateIdentifier stateIdentifier) |
Constructor and Description |
---|
LEMSRecordedState(IStateIdentifier stateIdentifier,
String dimension) |
StateRecord(IStateIdentifier state) |
StateRecord(IStateIdentifier state,
int startTimeStep) |
StateRecord(IStateIdentifier state,
int startTimeStep,
int endTimeStep) |
Modifier and Type | Method and Description |
---|---|
IStateIdentifier |
IStateRecord.getState() |
Modifier and Type | Method and Description |
---|---|
Collection<IStateIdentifier> |
ILEMSSimulator.getAvailableStates() |
Map<IStateIdentifier,LEMSRecordedState> |
ILEMSResultsContainer.getStates() |
Modifier and Type | Method and Description |
---|---|
void |
ILEMSResultsContainer.addState(IStateIdentifier state,
String dimension) |
void |
ILEMSResultsContainer.addStateValue(IStateIdentifier state,
ALEMSValue value) |
LEMSRecordedState |
ILEMSResultsContainer.getState(IStateIdentifier state) |
ALEMSValue |
ILEMSResultsContainer.getStateValue(IStateIdentifier state,
int timeStep) |
boolean |
ILEMSResultsContainer.hasState(IStateIdentifier state) |
Copyright © 2020. All rights reserved.