Skip to content

Commit

Permalink
Merge pull request #129 from LEMS/feat-add-state-var-doc
Browse files Browse the repository at this point in the history
docs: add doc for StateVariable
  • Loading branch information
sanjayankur31 authored Oct 22, 2024
2 parents 069a8d1 + 7b33ca8 commit 4feadcb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.lemsml.jlems.core.type.dynamics;

import org.lemsml.jlems.core.annotation.ModelElement;
import org.lemsml.jlems.core.annotation.ModelProperty;
import org.lemsml.jlems.core.expression.Dimensional;
import org.lemsml.jlems.core.expression.Valued;
Expand All @@ -13,6 +14,7 @@



@ModelElement(info="Specifies a state variable that stores values that define the state of the system at a point in time. The dynamics of state variables may be defined as Ordinary Differential Equations (ODEs) in TimeDerivatives. StateVariables may be linked to exposures.")
public class StateVariable implements Valued {

@ModelProperty(info="Name of the state variable")
Expand Down

0 comments on commit 4feadcb

Please sign in to comment.