- java.lang.Object
-
- org.jgrapht.graph.IntrusiveEdge
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
- Direct Known Subclasses:
DefaultEdge,IntrusiveWeightedEdge
class IntrusiveEdge extends java.lang.Object implements java.lang.Cloneable, java.io.SerializableIntrusiveEdge 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 longserialVersionUID(package private) java.lang.Objectsource(package private) java.lang.Objecttarget
-
Constructor Summary
Constructors Constructor Description IntrusiveEdge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
source
java.lang.Object source
-
target
java.lang.Object target
-
-