Home | History | Annotate | Download | only in tools

Lines Matching defs:Edge

82 class Edge(object):
83 """Represents an edge in the history graph, connecting two pages.
85 If a link is traversed twice, it is one Edge with two entries in
109 # edge['chain'] = chain
161 edges = {} # Map of urlid->urlid->Edge.
168 edge = edges[src][dst] = edges[src].get(dst, Edge(src, dst))
172 edge.transitions.append(trans)
211 for dst, edge in dsts.items():
213 label = [] # Label for the edge.
214 transitions = edge.Transitions()
236 edgeattrs = [] # Graphviz attributes for the edge.
237 # If the edge is from the start and the transitions are fishy, make it