Initializes a new instance of the RoutePattern class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public RoutePattern ( |
A string representing a sequence of RouteSteps.
RemarksMembers of the RouteStepKind enumeration are represented by three-character acronyms, with a numerical value appended to advance- steps.
ExampleThe following route can be represented by "ADR0.5 TRR ADR1 TRL ADR0.5" string.
Java
Copy Code
|
|---|
RoutePattern rightZigzag = new RoutePattern(); |
See Also