Click or drag to resize

PrtState Constructor

Initializes a new instance of the PrtState class

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PrtState(
	string name,
	PrtFun entryFun,
	PrtFun exitFun,
	bool hasNullTransition,
	StateTemperature temperature
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:P.Runtime.PrtState.#ctor(System.String,P.Runtime.PrtFun,P.Runtime.PrtFun,System.Boolean,P.Runtime.StateTemperature)"]

entryFun
Type: P.RuntimePrtFun

[Missing <param name="entryFun"/> documentation for "M:P.Runtime.PrtState.#ctor(System.String,P.Runtime.PrtFun,P.Runtime.PrtFun,System.Boolean,P.Runtime.StateTemperature)"]

exitFun
Type: P.RuntimePrtFun

[Missing <param name="exitFun"/> documentation for "M:P.Runtime.PrtState.#ctor(System.String,P.Runtime.PrtFun,P.Runtime.PrtFun,System.Boolean,P.Runtime.StateTemperature)"]

hasNullTransition
Type: SystemBoolean

[Missing <param name="hasNullTransition"/> documentation for "M:P.Runtime.PrtState.#ctor(System.String,P.Runtime.PrtFun,P.Runtime.PrtFun,System.Boolean,P.Runtime.StateTemperature)"]

temperature
Type: P.RuntimeStateTemperature

[Missing <param name="temperature"/> documentation for "M:P.Runtime.PrtState.#ctor(System.String,P.Runtime.PrtFun,P.Runtime.PrtFun,System.Boolean,P.Runtime.StateTemperature)"]

See Also