Class Net
This class is only here for backward compatibility reasons. Do not use it
Inherited Members
Namespace: Xareus.Scenarios
Assembly: Xareus.Scenarios.dll
Syntax
public class Net : ComplexSequence
Constructors
Net()
Constructor
Declaration
[Obsolete("Use SafePetriNet instead")]
public Net()
Net(string, string)
Constructor
Declaration
[Obsolete("Use SafePetriNet instead")]
public Net(string id, string label = "")
Parameters
Type | Name | Description |
---|---|---|
string | id | The Id must be unique |
string | label | The label (optional) |