Interface Resource<Dynamics>


public interface Resource<Dynamics>
  • Method Details

    • getType

      String getType()
    • getOutputType

      OutputType<Dynamics> getOutputType()
    • getDynamics

      Dynamics getDynamics(Querier querier)
      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.