Searched refs:tailNodeId (Results 1 – 1 of 1) sorted by relevance
36 private final NodeId tailNodeId; field in GraphvizEdge43 public GraphvizEdge(NodeId tailNodeId, NodeId headNodeId) { in GraphvizEdge() argument44 this.tailNodeId = tailNodeId; in GraphvizEdge()79 return tailNodeId; in getTailNodeId()