Skip to content

Commit

Permalink
feat: clarify state variable description more
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Oct 23, 2024
1 parent 4feadcb commit 0b13f38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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.")
@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) using the TimeDerivative entity. They can also be discontinuously modified using elements in Dynamics such as OnStarts, OnEvents, and OnConditions. StateVariables may be linked to exposures.")
public class StateVariable implements Valued {

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

0 comments on commit 0b13f38

Please sign in to comment.