public static class GraphNode.Transition extends Object implements Comparable<GraphNode.Transition>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
| String | chain | 
| String | condition | 
| String | id | 
| String | label | 
| boolean | loopComputed by graph. | 
| List<GraphNode.Point> | path | 
| MapProperty | prop | 
| boolean | result | 
| GraphNode | source | 
| String | target | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | Transition(GraphNode source,
          Property p) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(GraphNode.Transition other) | 
| protected List<GraphNode.Point> | computePath() | 
| String | getId() | 
| String | getLabel() | 
| List<GraphNode.Point> | getPath() | 
| String | getTarget() | 
| protected void | setResult(boolean bool) | 
| String | toString() | 
public MapProperty prop
public boolean result
public List<GraphNode.Point> path
public boolean loop
protected Transition(GraphNode source, Property p)
protected void setResult(boolean bool)
public int compareTo(GraphNode.Transition other)
compareTo in interface Comparable<GraphNode.Transition>public List<GraphNode.Point> getPath()
protected List<GraphNode.Point> computePath()
Copyright © 2018 Nuxeo. All rights reserved.