This method creates an instance of state function.
You can specify a name of your own
choice.
Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)
Syntax
| C# |
|---|
public IStateFunction StateFunction( string name ) |
| Visual Basic |
|---|
Public Function StateFunction ( _ name As String _ ) As IStateFunction |
Parameters
- name
- Type: System..::..String