Searched refs:tailNodeId (Results 1 – 1 of 1) sorted by relevance
34 private final NodeId tailNodeId; field in GraphvizEdge41 public GraphvizEdge(NodeId tailNodeId, NodeId headNodeId) { in GraphvizEdge() argument42 this.tailNodeId = tailNodeId; in GraphvizEdge()77 return tailNodeId; in getTailNodeId()