Package org.jgrapht.graph
Class IntrusiveEdge
- java.lang.Object
-
- org.jgrapht.graph.IntrusiveEdge
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Direct Known Subclasses:
DefaultEdge
class IntrusiveEdge extends java.lang.Object implements java.lang.Cloneable, java.io.Serializable
IntrusiveEdge encapsulates the internals for the default edge implementation. It is not intended to be referenced directly (which is why it's not public); use DefaultEdge for that.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
(package private) java.lang.Object
source
(package private) java.lang.Object
target
-
Constructor Summary
Constructors Constructor Description IntrusiveEdge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
source
java.lang.Object source
-
target
java.lang.Object target
-
-