Overload List
| Name | Description | |
|---|---|---|
|
|
StateFunction()()()() |
This method creates an instance of state function.
|
|
|
StateFunction(String) |
This method creates an instance of state function.
You can specify a name of your own
choice.
|
|
|
StateFunction(ITransitionDistance) |
This method creates an instance of state function with transition distance
tdist.
|
|
|
StateFunction(ITransitionDistance, String) |
This method creates an instance of state function with transition distance
tdist. You can specify a name of your own choice.
|