JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
grammarscope.artifacts
Interface Graph.IGraphEdge<N>
All Known Subinterfaces:
IGraphEdgeWithIndices
<V>
All Known Implementing Classes:
GraphEdge
Enclosing class:
Graph
<
N
extends
Graph.IGraphNode
<
E
>,
E
extends
Graph.IGraphEdge
<
N
>>
public static interface
Graph.IGraphEdge<N>
Graph Edge interface
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
N
getSource
()
Edge source node
N
getTarget
()
Edge target node
Method Detail
getSource
N
getSource()
Edge source node
Returns:
source node
getTarget
N
getTarget()
Edge target node
Returns:
target node
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method