Interface Resource<Dynamics>
public interface Resource<Dynamics>
-
Method Summary
Modifier and TypeMethodDescriptiongetDynamics(Querier querier) Get the current value of this resource.getType()
-
Method Details
-
getType
String getType() -
getOutputType
OutputType<Dynamics> getOutputType() -
getDynamics
Get the current value of this resource.The result of this method must vary only dependent on the cells allocated by the model instance that registered this resource. In other words, it cannot depend on any hidden state.
-