public class TransitionView extends Object
Modifier and Type | Field and Description |
---|---|
String |
label |
String |
nodeSourceId |
String |
nodeTargetId |
List<GraphNode.Point> |
path |
Constructor and Description |
---|
TransitionView(String nodeSourceId,
String nodeTargetId,
GraphNode.Transition transition,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getNodeSourceId() |
String |
getNodeTargetId() |
List<GraphNode.Point> |
getPath() |
public String nodeSourceId
public String nodeTargetId
public List<GraphNode.Point> path
public TransitionView(String nodeSourceId, String nodeTargetId, GraphNode.Transition transition, Locale locale)
public String getNodeSourceId()
public String getNodeTargetId()
public List<GraphNode.Point> getPath()
Copyright © 2015 Nuxeo SA. All rights reserved.