Class Path
Representation of a location of an event in a DCR graph.
Inheritance
System.Object
Path
Namespace: DCR
Assembly: Engine.dll
Syntax
public class Path : Object
Remarks
Events in a DCR graph have a placement within the graph in two senses:
- it is defined (belongs) either at the root or inside some subprocess, or
- it is located inside a nesting event or a container event.
A Path represents such a location.
See also the Locations guide.
Constructors
Path()
Construct the Path object which identifies the root of a DCR graph.
Declaration
public Path()
Path(String)
Construct a Path object from a string description
Declaration
public Path(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Examples
Examples of valid string inputs are:
String | Meaning |
---|---|
A |
Event A located at the root |
A.B |
Event A located within event B |
P[8].A |
Event A located at within instance 8 of subprocess P |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |