Serialized Form
- 
Package org.jgrapht.alg.connectivity
- 
Class org.jgrapht.alg.connectivity.BlockCutpointGraph extends SimpleGraph<Graph<V,E>,DefaultEdge> implements Serializable
- serialVersionUID:
 - -9101341117013163934L
 
 
 - 
 - 
Package org.jgrapht.alg.drawing.model
- 
Class org.jgrapht.alg.drawing.model.Box2D extends java.lang.Object implements Serializable
- serialVersionUID:
 - -1855277817131669241L
 
- 
Serialized Fields
- 
coordinates
double[] coordinates
The coordinates of the lower corner - 
sides
double[] sides
The side lengths 
 - 
 
 - 
Class org.jgrapht.alg.drawing.model.Point2D extends java.lang.Object implements Serializable
- serialVersionUID:
 - -5410937389829502498L
 
- 
Serialized Fields
- 
x
double x
 - 
y
double y
 
 - 
 
 
 - 
 - 
Package org.jgrapht.alg.interfaces
- 
Class org.jgrapht.alg.interfaces.CapacitatedSpanningTreeAlgorithm.CapacitatedSpanningTreeImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - 7088989899889893333L
 
 - 
Class org.jgrapht.alg.interfaces.CliqueAlgorithm.CliqueImpl extends WeightedUnmodifiableSet<V> implements Serializable
- serialVersionUID:
 - -4336873008459736342L
 
 - 
Class org.jgrapht.alg.interfaces.ClusteringAlgorithm.ClusteringImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - -5718903410443848101L
 
- 
Serialized Fields
- 
clusters
java.util.List<java.util.Set<V>> clusters
 
 - 
 
 - 
Class org.jgrapht.alg.interfaces.CycleBasisAlgorithm.CycleBasisImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - -1420882459022219505L
 
 - 
Class org.jgrapht.alg.interfaces.IndependentSetAlgorithm.IndependentSetImpl extends WeightedUnmodifiableSet<V> implements Serializable
- serialVersionUID:
 - 4572451196544323306L
 
 - 
Class org.jgrapht.alg.interfaces.MatchingAlgorithm.MatchingImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - 4767675421846527768L
 
 - 
Class org.jgrapht.alg.interfaces.PartitioningAlgorithm.PartitioningImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - 3702471090706836080L
 
- 
Serialized Fields
- 
classes
java.util.List<java.util.Set<V>> classes
 
 - 
 
 - 
Class org.jgrapht.alg.interfaces.SpannerAlgorithm.SpannerImpl extends WeightedUnmodifiableSet<E> implements Serializable
- serialVersionUID:
 - 5951646499902668516L
 
 - 
Class org.jgrapht.alg.interfaces.SpanningTreeAlgorithm.SpanningTreeImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - 402707108331703333L
 
- 
Serialized Fields
- 
edges
java.util.Set<E> edges
 - 
weight
double weight
 
 - 
 
 - 
Class org.jgrapht.alg.interfaces.TreeToPathDecompositionAlgorithm.PathDecompositionImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - 8468626434814461297L
 
 - 
Class org.jgrapht.alg.interfaces.VertexColoringAlgorithm.ColoringImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - -8456580091672353150L
 
- 
Serialized Fields
- 
colors
java.util.Map<V,java.lang.Integer> colors
 - 
numberColors
int numberColors
 
 - 
 
 - 
Class org.jgrapht.alg.interfaces.VertexCoverAlgorithm.VertexCoverImpl extends WeightedUnmodifiableSet<V> implements Serializable
- serialVersionUID:
 - 3922451519162460179L
 
 
 - 
 - 
Package org.jgrapht.alg.isomorphism
- 
Class org.jgrapht.alg.isomorphism.IsomorphismUndecidableException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
 - 4703220562690821852L
 
 
 - 
 - 
Package org.jgrapht.alg.linkprediction
- 
Class org.jgrapht.alg.linkprediction.LinkPredictionIndexNotWellDefinedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
 - -8832535053621910719L
 
- 
Serialized Fields
- 
vertexPair
Pair<?,?> vertexPair
 
 - 
 
 
 - 
 - 
Package org.jgrapht.alg.shortestpath
- 
Class org.jgrapht.alg.shortestpath.ListMultiObjectiveSingleSourcePathsImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - -6213225353391554721L
 
 - 
Class org.jgrapht.alg.shortestpath.ListSingleSourcePathsImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - -60070018446561686L
 
 - 
Class org.jgrapht.alg.shortestpath.NegativeCycleDetectedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
 - -8064609917721881630L
 
- 
Serialized Fields
- 
cycle
GraphPath<?,?> cycle
 
 - 
 
 - 
Class org.jgrapht.alg.shortestpath.TreeSingleSourcePathsImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - -5914007312734512847L
 
 
 - 
 - 
Package org.jgrapht.alg.util
- 
Class org.jgrapht.alg.util.Pair extends java.lang.Object implements Serializable
- serialVersionUID:
 - 8176288675989092842L
 
 - 
Class org.jgrapht.alg.util.ToleranceDoubleComparator extends java.lang.Object implements Serializable
- serialVersionUID:
 - -3819451375975842372L
 
- 
Serialized Fields
- 
epsilon
double epsilon
 
 - 
 
 - 
Class org.jgrapht.alg.util.Triple extends java.lang.Object implements Serializable
- serialVersionUID:
 - -7076291895521537427L
 
 - 
Class org.jgrapht.alg.util.UnorderedPair extends Pair<A,B> implements Serializable
- serialVersionUID:
 - -3110454174542533876L
 
 
 - 
 - 
Package org.jgrapht.demo
- 
Class org.jgrapht.demo.JGraphXAdapterDemo extends javax.swing.JApplet implements Serializable
- serialVersionUID:
 - 2202072534703043194L
 
- 
Serialized Fields
- 
jgxAdapter
JGraphXAdapter<java.lang.String,DefaultEdge> jgxAdapter
 
 - 
 
 
 - 
 - 
Package org.jgrapht.event
- 
Class org.jgrapht.event.ConnectedComponentTraversalEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
 - 3834311717709822262L
 
- 
Serialized Fields
- 
type
int type
The type of this event. 
 - 
 
 - 
Class org.jgrapht.event.EdgeTraversalEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
 - 4050768173789820979L
 
- 
Serialized Fields
- 
edge
E edge
The traversed edge. 
 - 
 
 - 
Class org.jgrapht.event.GraphChangeEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
 - 3834592106026382391L
 
- 
Serialized Fields
- 
type
int type
The type of graph change this event indicates. 
 - 
 
 - 
Class org.jgrapht.event.GraphEdgeChangeEvent extends GraphChangeEvent implements Serializable
- serialVersionUID:
 - -4421610303769803253L
 
- 
Serialized Fields
- 
edge
E edge
The edge that this event is related to. - 
edgeSource
V edgeSource
The source vertex of the edge that this event is related to. - 
edgeTarget
V edgeTarget
The target vertex of the edge that this event is related to. - 
edgeWeight
double edgeWeight
The weight of the edge that this event is related to. 
 - 
 
 - 
Class org.jgrapht.event.GraphVertexChangeEvent extends GraphChangeEvent implements Serializable
- serialVersionUID:
 - 3690189962679104053L
 
- 
Serialized Fields
- 
vertex
V vertex
The vertex that this event is related to. 
 - 
 
 - 
Class org.jgrapht.event.VertexTraversalEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
 - 3688790267213918768L
 
- 
Serialized Fields
- 
vertex
V vertex
The traversed vertex. 
 - 
 
 
 - 
 - 
Package org.jgrapht.generate
- 
Class org.jgrapht.generate.TooManyFailuresException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
 - 7986467967127358163L
 
 
 - 
 - 
Package org.jgrapht.graph
- 
Class org.jgrapht.graph.AbstractBaseGraph extends AbstractGraph<V,E> implements Serializable
- serialVersionUID:
 - -3582386521833998627L
 
- 
Serialized Fields
- 
edgeSupplier
java.util.function.Supplier<E> edgeSupplier
 - 
graphSpecificsStrategy
GraphSpecificsStrategy<V,E> graphSpecificsStrategy
 - 
intrusiveEdgesSpecifics
IntrusiveEdgesSpecifics<V,E> intrusiveEdgesSpecifics
 - 
specifics
Specifics<V,E> specifics
 - 
type
GraphType type
 - 
vertexSupplier
java.util.function.Supplier<V> vertexSupplier
 
 - 
 
 - 
Class org.jgrapht.graph.AsGraphUnion extends AbstractGraph<V,E> implements Serializable
- serialVersionUID:
 - -3848082143382987713L
 
 - 
Class org.jgrapht.graph.AsSubgraph extends AbstractGraph<V,E> implements Serializable
- serialVersionUID:
 - -1471811754881775298L
 
 - 
Class org.jgrapht.graph.AsUndirectedGraph extends GraphDelegator<V,E> implements Serializable
- serialVersionUID:
 - 325983813283133557L
 
 - 
Class org.jgrapht.graph.AsUnmodifiableGraph extends GraphDelegator<V,E> implements Serializable
- serialVersionUID:
 - -8186686968362705760L
 
 - 
Class org.jgrapht.graph.AsUnweightedGraph extends GraphDelegator<V,E> implements Serializable
- serialVersionUID:
 - -5186421272597767751L
 
 - 
Class org.jgrapht.graph.AsWeightedGraph extends GraphDelegator<V,E> implements Serializable
- serialVersionUID:
 - -6838132233557L
 
 - 
Class org.jgrapht.graph.BaseIntrusiveEdgesSpecifics extends java.lang.Object implements Serializable
- serialVersionUID:
 - -7498268216742485L
 
 - 
Class org.jgrapht.graph.DefaultDirectedGraph extends AbstractBaseGraph<V,E> implements Serializable
- serialVersionUID:
 - -2066644490824847621L
 
 - 
Class org.jgrapht.graph.DefaultDirectedWeightedGraph extends DefaultDirectedGraph<V,E> implements Serializable
- serialVersionUID:
 - -4867672646995721544L
 
 - 
Class org.jgrapht.graph.DefaultEdge extends org.jgrapht.graph.IntrusiveEdge implements Serializable
- serialVersionUID:
 - 3258408452177932855L
 
 - 
Class org.jgrapht.graph.DefaultEdgeFunction extends java.lang.Object implements Serializable
- serialVersionUID:
 - -4247429315268336855L
 
 - 
Class org.jgrapht.graph.DefaultGraphSpecificsStrategy extends java.lang.Object implements Serializable
- serialVersionUID:
 - 7615319421753562075L
 
 - 
Class org.jgrapht.graph.DefaultGraphType extends java.lang.Object implements Serializable
- serialVersionUID:
 - 4291049312119347474L
 
- 
Serialized Fields
- 
allowsCycles
boolean allowsCycles
 - 
directed
boolean directed
 - 
modifiable
boolean modifiable
 - 
multipleEdges
boolean multipleEdges
 - 
selfLoops
boolean selfLoops
 - 
undirected
boolean undirected
 - 
weighted
boolean weighted
 
 - 
 
 - 
Class org.jgrapht.graph.DefaultListenableGraph extends GraphDelegator<V,E> implements Serializable
- serialVersionUID:
 - -1156773351121025002L
 
- 
Serialized Fields
- 
graphListeners
java.util.List<GraphListener<V,E>> graphListeners
 - 
reuseableEdgeEvent
org.jgrapht.graph.DefaultListenableGraph.FlyweightEdgeEvent<V,E> reuseableEdgeEvent
 - 
reuseableVertexEvent
org.jgrapht.graph.DefaultListenableGraph.FlyweightVertexEvent<V> reuseableVertexEvent
 - 
reuseEvents
boolean reuseEvents
 - 
vertexSetListeners
java.util.List<VertexSetListener<V>> vertexSetListeners
 
 - 
 
 - 
Class org.jgrapht.graph.DefaultUndirectedGraph extends AbstractBaseGraph<V,E> implements Serializable
- serialVersionUID:
 - -2066644490824847621L
 
 - 
Class org.jgrapht.graph.DefaultUndirectedWeightedGraph extends DefaultUndirectedGraph<V,E> implements Serializable
- serialVersionUID:
 - -1008165881690129042L
 
 - 
Class org.jgrapht.graph.DefaultWeightedEdge extends org.jgrapht.graph.IntrusiveWeightedEdge implements Serializable
- serialVersionUID:
 - -3259071493169286685L
 
 - 
Class org.jgrapht.graph.DirectedAcyclicGraph extends AbstractBaseGraph<V,E> implements Serializable
- serialVersionUID:
 - 4522128427004938150L
 
- 
Serialized Fields
- 
maxTopoIndex
int maxTopoIndex
 - 
minTopoIndex
int minTopoIndex
 - 
topoComparator
java.util.Comparator<V> topoComparator
 - 
topoOrderMap
DirectedAcyclicGraph.TopoOrderMap<V> topoOrderMap
 - 
visitedStrategyFactory
DirectedAcyclicGraph.VisitedStrategyFactory visitedStrategyFactory
The visited strategy factory to use. Subclasses can change this. 
 - 
 
 - 
Class org.jgrapht.graph.DirectedAcyclicGraph.Region extends java.lang.Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
finish
int finish
 - 
start
int start
 
 - 
 
 - 
Class org.jgrapht.graph.DirectedAcyclicGraph.TopoVertexBiMap extends java.lang.Object implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.jgrapht.graph.DirectedAcyclicGraph.TopoVertexMap extends java.lang.Object implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.jgrapht.graph.DirectedAcyclicGraph.VisitedArrayImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
region
DirectedAcyclicGraph.Region region
 - 
visited
boolean[] visited
 
 - 
 
 - 
Class org.jgrapht.graph.DirectedAcyclicGraph.VisitedArrayListImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
affectedRegion
DirectedAcyclicGraph.Region affectedRegion
 - 
visited
java.util.List<java.lang.Boolean> visited
 
 - 
 
 - 
Class org.jgrapht.graph.DirectedAcyclicGraph.VisitedBitSetImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
affectedRegion
DirectedAcyclicGraph.Region affectedRegion
 - 
visited
java.util.BitSet visited
 
 - 
 
 - 
Class org.jgrapht.graph.DirectedAcyclicGraph.VisitedHashSetImpl extends java.lang.Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
visited
java.util.Set<java.lang.Integer> visited
 
 - 
 
 - 
Class org.jgrapht.graph.DirectedMultigraph extends AbstractBaseGraph<V,E> implements Serializable
- serialVersionUID:
 - 2919338637676573948L
 
 - 
Class org.jgrapht.graph.DirectedPseudograph extends AbstractBaseGraph<V,E> implements Serializable
- serialVersionUID:
 - -7461248851245878913L
 
 - 
Class org.jgrapht.graph.DirectedWeightedMultigraph extends DirectedMultigraph<V,E> implements Serializable
- serialVersionUID:
 - 1984381120642160572L
 
 - 
Class org.jgrapht.graph.DirectedWeightedPseudograph extends DirectedPseudograph<V,E> implements Serializable
- serialVersionUID:
 - -4775269773843490859L
 
 - 
Class org.jgrapht.graph.EdgeReversedGraph extends GraphDelegator<V,E> implements Serializable
- serialVersionUID:
 - -3806030402468293063L
 
 - 
Class org.jgrapht.graph.FastLookupGraphSpecificsStrategy extends java.lang.Object implements Serializable
- serialVersionUID:
 - -5490869870275054280L
 
 - 
Class org.jgrapht.graph.GraphDelegator extends AbstractGraph<V,E> implements Serializable
- serialVersionUID:
 - -215068279981825448L
 
 - 
Class org.jgrapht.graph.GraphWalk extends java.lang.Object implements Serializable
- serialVersionUID:
 - 7663410644865380676L
 
 - 
Class org.jgrapht.graph.IntrusiveEdgeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
 - 7261763645809925025L
 
 - 
Class org.jgrapht.graph.InvalidGraphWalkException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
 - 3811666107707436479L
 
 - 
Class org.jgrapht.graph.MaskSubgraph extends AbstractGraph<V,E> implements Serializable
- serialVersionUID:
 - -7397441126669119179L
 
 - 
Class org.jgrapht.graph.Multigraph extends AbstractBaseGraph<V,E> implements Serializable
- serialVersionUID:
 - -8313058939737164595L
 
 - 
Class org.jgrapht.graph.ParanoidGraph extends GraphDelegator<V,E> implements Serializable
- serialVersionUID:
 - 5075284167422166539L
 
 - 
Class org.jgrapht.graph.Pseudograph extends AbstractBaseGraph<V,E> implements Serializable
- serialVersionUID:
 - -7574564204896552581L
 
 - 
Class org.jgrapht.graph.SimpleDirectedGraph extends AbstractBaseGraph<V,E> implements Serializable
- serialVersionUID:
 - 1665314455034181409L
 
 - 
Class org.jgrapht.graph.SimpleDirectedWeightedGraph extends SimpleDirectedGraph<V,E> implements Serializable
- serialVersionUID:
 - -3301373580757772501L
 
 - 
Class org.jgrapht.graph.SimpleGraph extends AbstractBaseGraph<V,E> implements Serializable
- serialVersionUID:
 - 4607246833824317836L
 
 - 
Class org.jgrapht.graph.SimpleWeightedGraph extends SimpleGraph<V,E> implements Serializable
- serialVersionUID:
 - -1568410577378365671L
 
 - 
Class org.jgrapht.graph.UniformIntrusiveEdgesSpecifics extends BaseIntrusiveEdgesSpecifics<V,E,org.jgrapht.graph.IntrusiveEdge> implements Serializable
- serialVersionUID:
 - -5736320893697031114L
 
 - 
Class org.jgrapht.graph.WeightedIntrusiveEdgesSpecifics extends BaseIntrusiveEdgesSpecifics<V,E,org.jgrapht.graph.IntrusiveWeightedEdge> implements Serializable
- serialVersionUID:
 - 5327226615635500554L
 
 - 
Class org.jgrapht.graph.WeightedMultigraph extends Multigraph<V,E> implements Serializable
- serialVersionUID:
 - -6009321659287373874L
 
 - 
Class org.jgrapht.graph.WeightedPseudograph extends Pseudograph<V,E> implements Serializable
- serialVersionUID:
 - 3037964528481084240L
 
 
 - 
 - 
Package org.jgrapht.graph.concurrent
- 
Class org.jgrapht.graph.concurrent.AsSynchronizedGraph extends GraphDelegator<V,E> implements Serializable
- serialVersionUID:
 - 5144561442831050752L
 
 
 - 
 - 
Package org.jgrapht.graph.guava
- 
Class org.jgrapht.graph.guava.BaseGraphAdapter extends AbstractGraph<V,com.google.common.graph.EndpointPair<V>> implements Serializable
- serialVersionUID:
 - -6742507788742087708L
 
- 
Serialized Fields
- 
edgeSupplier
java.util.function.Supplier<com.google.common.graph.EndpointPair<V>> edgeSupplier
 - 
vertexOrderMethod
ElementOrderMethod<V> vertexOrderMethod
 - 
vertexSupplier
java.util.function.Supplier<V> vertexSupplier
 
 - 
 
 - 
Class org.jgrapht.graph.guava.BaseNetworkAdapter extends AbstractGraph<V,E> implements Serializable
- serialVersionUID:
 - -6233085794632237761L
 
- 
Serialized Fields
- 
edgeSupplier
java.util.function.Supplier<E> edgeSupplier
 - 
vertexOrderMethod
ElementOrderMethod<V> vertexOrderMethod
 - 
vertexSupplier
java.util.function.Supplier<V> vertexSupplier
 
 - 
 
 - 
Class org.jgrapht.graph.guava.BaseValueGraphAdapter extends AbstractGraph<V,com.google.common.graph.EndpointPair<V>> implements Serializable
- serialVersionUID:
 - 3833510139696864917L
 
- 
Serialized Fields
- 
edgeSupplier
java.util.function.Supplier<com.google.common.graph.EndpointPair<V>> edgeSupplier
 - 
valueConverter
java.util.function.ToDoubleFunction<W> valueConverter
 - 
vertexOrderMethod
ElementOrderMethod<V> vertexOrderMethod
 - 
vertexSupplier
java.util.function.Supplier<V> vertexSupplier
 
 - 
 
 - 
Class org.jgrapht.graph.guava.ElementOrderMethod extends java.lang.Object implements Serializable
- serialVersionUID:
 - 6774881812704056362L
 
- 
Serialized Fields
- 
comparator
java.util.Comparator<T> comparator
 - 
type
ElementOrderMethod.Type type
 
 - 
 
 - 
Class org.jgrapht.graph.guava.ImmutableDoubleValueGraphAdapter extends ImmutableValueGraphAdapter<V,java.lang.Double> implements Serializable
- serialVersionUID:
 - 8730006126353129360L
 
 - 
Class org.jgrapht.graph.guava.ImmutableGraphAdapter extends BaseGraphAdapter<V,com.google.common.graph.ImmutableGraph<V>> implements Serializable
- serialVersionUID:
 - -6619929013881511474L
 
- 
Serialization Methods
- 
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
 java.lang.ClassNotFoundExceptionjava.io.IOException
 - 
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException- Throws:
 java.io.IOException
 
 - 
 
 - 
Class org.jgrapht.graph.guava.ImmutableNetworkAdapter extends BaseNetworkAdapter<V,E,com.google.common.graph.ImmutableNetwork<V,E>> implements Serializable
- serialVersionUID:
 - 8776276294297681092L
 
- 
Serialization Methods
- 
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
 java.lang.ClassNotFoundExceptionjava.io.IOException
 - 
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException- Throws:
 java.io.IOException
 
 - 
 
 - 
Class org.jgrapht.graph.guava.ImmutableValueGraphAdapter extends BaseValueGraphAdapter<V,W,com.google.common.graph.ImmutableValueGraph<V,W>> implements Serializable
- serialVersionUID:
 - 2629294259825656044L
 
- 
Serialization Methods
- 
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
 java.lang.ClassNotFoundExceptionjava.io.IOException
 - 
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException- Throws:
 java.io.IOException
 
 - 
 
 - 
Class org.jgrapht.graph.guava.MutableDoubleValueGraphAdapter extends MutableValueGraphAdapter<V,java.lang.Double> implements Serializable
- serialVersionUID:
 - -6335845255406679994L
 
 - 
Class org.jgrapht.graph.guava.MutableGraphAdapter extends BaseGraphAdapter<V,com.google.common.graph.MutableGraph<V>> implements Serializable
- serialVersionUID:
 - -7556855931445010748L
 
- 
Serialization Methods
- 
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
 java.lang.ClassNotFoundExceptionjava.io.IOException
 - 
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException- Throws:
 java.io.IOException
 
 - 
 
 - 
Class org.jgrapht.graph.guava.MutableNetworkAdapter extends BaseNetworkAdapter<V,E,com.google.common.graph.MutableNetwork<V,E>> implements Serializable
- serialVersionUID:
 - 7450826703235510224L
 
- 
Serialization Methods
- 
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
 java.lang.ClassNotFoundExceptionjava.io.IOException
 - 
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException- Throws:
 java.io.IOException
 
 - 
 
 - 
Class org.jgrapht.graph.guava.MutableValueGraphAdapter extends BaseValueGraphAdapter<V,W,com.google.common.graph.MutableValueGraph<V,W>> implements Serializable
- serialVersionUID:
 - -5095044027783397573L
 
- 
Serialization Methods
- 
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
 java.lang.ClassNotFoundExceptionjava.io.IOException
 - 
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException- Throws:
 java.io.IOException
 
 - 
 - 
Serialized Fields
- 
defaultValue
W defaultValue
 
 - 
 
 
 - 
 - 
Package org.jgrapht.graph.specifics
- 
Class org.jgrapht.graph.specifics.ArrayUnenforcedSetEdgeSetFactory extends java.lang.Object implements Serializable
- serialVersionUID:
 - 5936902837403445985L
 
 - 
Class org.jgrapht.graph.specifics.DirectedEdgeContainer extends java.lang.Object implements Serializable
- serialVersionUID:
 - 7494242245729767106L
 
 - 
Class org.jgrapht.graph.specifics.DirectedSpecifics extends java.lang.Object implements Serializable
- serialVersionUID:
 - 5964807709682219859L
 
- 
Serialized Fields
- 
edgeSetFactory
EdgeSetFactory<V,E> edgeSetFactory
 - 
graph
Graph<V,E> graph
 - 
vertexMap
java.util.Map<V,DirectedEdgeContainer<V,E>> vertexMap
 
 - 
 
 - 
Class org.jgrapht.graph.specifics.FastLookupDirectedSpecifics extends DirectedSpecifics<V,E> implements Serializable
- serialVersionUID:
 - 4089085208843722263L
 
 - 
Class org.jgrapht.graph.specifics.FastLookupUndirectedSpecifics extends UndirectedSpecifics<V,E> implements Serializable
- serialVersionUID:
 - 225772727571597846L
 
 - 
Class org.jgrapht.graph.specifics.UndirectedEdgeContainer extends java.lang.Object implements Serializable
- serialVersionUID:
 - -6623207588411170010L
 
- 
Serialized Fields
- 
vertexEdges
java.util.Set<E> vertexEdges
 
 - 
 
 - 
Class org.jgrapht.graph.specifics.UndirectedSpecifics extends java.lang.Object implements Serializable
- serialVersionUID:
 - 4206026440450450992L
 
- 
Serialized Fields
- 
edgeSetFactory
EdgeSetFactory<V,E> edgeSetFactory
 - 
graph
Graph<V,E> graph
 - 
vertexMap
java.util.Map<V,UndirectedEdgeContainer<V,E>> vertexMap
 
 - 
 
 
 - 
 - 
Package org.jgrapht.nio
- 
Class org.jgrapht.nio.DefaultAttribute extends java.lang.Object implements Serializable
- serialVersionUID:
 - 366113727410278952L
 
- 
Serialized Fields
- 
type
AttributeType type
 - 
value
T value
 
 - 
 
 - 
Class org.jgrapht.nio.ExportException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.jgrapht.nio.ImportException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
 - 1L
 
 
 - 
 - 
Package org.jgrapht.opt.graph.fastutil
- 
Class org.jgrapht.opt.graph.fastutil.FastutilFastLookupGSS extends java.lang.Object implements Serializable
- serialVersionUID:
 - -1335362823522091418L
 
 - 
Class org.jgrapht.opt.graph.fastutil.FastutilFastLookupIntVertexGSS extends java.lang.Object implements Serializable
- serialVersionUID:
 - 6098261533235930603L
 
 - 
Class org.jgrapht.opt.graph.fastutil.FastutilGSS extends java.lang.Object implements Serializable
- serialVersionUID:
 - -4319431062943632549L
 
 - 
Class org.jgrapht.opt.graph.fastutil.FastutilIntVertexGSS extends java.lang.Object implements Serializable
- serialVersionUID:
 - 803286406699705306L
 
 - 
Class org.jgrapht.opt.graph.fastutil.FastutilMapGraph extends AbstractBaseGraph<V,E> implements Serializable
- serialVersionUID:
 - -2261627370606792673L
 
 - 
Class org.jgrapht.opt.graph.fastutil.FastutilMapIntVertexGraph extends AbstractBaseGraph<java.lang.Integer,E> implements Serializable
- serialVersionUID:
 - 6432747838839788559L
 
 
 - 
 - 
Package org.jgrapht.opt.graph.sparse
- 
Class org.jgrapht.opt.graph.sparse.SparseIntDirectedWeightedGraph extends SparseIntDirectedGraph implements Serializable
- serialVersionUID:
 - -7601401110000642281L
 
- 
Serialized Fields
- 
weights
double[] weights
The edge weights 
 - 
 
 - 
Class org.jgrapht.opt.graph.sparse.SparseIntUndirectedWeightedGraph extends SparseIntUndirectedGraph implements Serializable
- serialVersionUID:
 - -5410680356868181247L
 
- 
Serialized Fields
- 
weights
double[] weights
The edge weights 
 - 
 
 
 - 
 - 
Package org.jgrapht.sux4j
- 
Class org.jgrapht.sux4j.AbstractSuccinctDirectedGraph extends AbstractSuccinctGraph<E> implements Serializable
- serialVersionUID:
 - 0L
 
 - 
Class org.jgrapht.sux4j.AbstractSuccinctGraph extends AbstractGraph<java.lang.Integer,E> implements Serializable
- serialVersionUID:
 - 0L
 
- 
Serialized Fields
- 
m
int m
The number of edges in the graph. - 
n
int n
The number of vertices in the graph. - 
sourceShift
int sourceShift
The shift used to read sources in the successor list. - 
targetMask
long targetMask
The mask used to read targets in the successor list (lowestAbstractSuccinctGraph.sourceShiftbits). 
 - 
 
 - 
Class org.jgrapht.sux4j.AbstractSuccinctUndirectedGraph extends AbstractSuccinctGraph<E> implements Serializable
- serialVersionUID:
 - 0L
 
 - 
Class org.jgrapht.sux4j.SuccinctDirectedGraph extends AbstractSuccinctDirectedGraph<it.unimi.dsi.fastutil.ints.IntIntPair> implements Serializable
- serialVersionUID:
 - 0L
 
- 
Serialized Fields
- 
cumulativeIndegrees
it.unimi.dsi.sux4j.util.EliasFanoMonotoneLongBigList cumulativeIndegrees
The cumulative list of indegrees. - 
cumulativeOutdegrees
it.unimi.dsi.sux4j.util.EliasFanoIndexedMonotoneLongBigList cumulativeOutdegrees
The cumulative list of outdegrees. - 
ITERABLES
GraphIterables<java.lang.Integer,it.unimi.dsi.fastutil.ints.IntIntPair> ITERABLES
 - 
predecessors
it.unimi.dsi.sux4j.util.EliasFanoMonotoneLongBigList predecessors
The cumulative list of predecessor lists. - 
successors
it.unimi.dsi.sux4j.util.EliasFanoIndexedMonotoneLongBigList successors
The cumulative list of successor lists. 
 - 
 
 - 
Class org.jgrapht.sux4j.SuccinctIntDirectedGraph extends AbstractSuccinctDirectedGraph<java.lang.Integer> implements Serializable
- serialVersionUID:
 - 0L
 
- 
Serialized Fields
- 
cumulativeIndegrees
it.unimi.dsi.sux4j.util.EliasFanoMonotoneLongBigList cumulativeIndegrees
The cumulative list of indegrees. - 
cumulativeOutdegrees
it.unimi.dsi.sux4j.util.EliasFanoIndexedMonotoneLongBigList cumulativeOutdegrees
The cumulative list of outdegrees. - 
ITERABLES
GraphIterables<java.lang.Integer,java.lang.Integer> ITERABLES
 - 
predecessors
it.unimi.dsi.sux4j.util.EliasFanoMonotoneLongBigList predecessors
The cumulative list of predecessor lists. - 
successors
it.unimi.dsi.sux4j.util.EliasFanoIndexedMonotoneLongBigList successors
The cumulative list of successor lists. 
 - 
 
 - 
Class org.jgrapht.sux4j.SuccinctIntUndirectedGraph extends AbstractSuccinctUndirectedGraph<java.lang.Integer> implements Serializable
- serialVersionUID:
 - 0L
 
- 
Serialized Fields
- 
cumulativeIndegrees
it.unimi.dsi.sux4j.util.EliasFanoMonotoneLongBigList cumulativeIndegrees
The cumulative list of indegrees (number of edges in reversed order, including loops). - 
cumulativeOutdegrees
it.unimi.dsi.sux4j.util.EliasFanoIndexedMonotoneLongBigList cumulativeOutdegrees
The cumulative list of outdegrees (number of edges in sorted order, including loops). - 
ITERABLES
org.jgrapht.sux4j.SuccinctIntUndirectedGraph.SuccinctGraphIterables ITERABLES
 - 
predecessors
it.unimi.dsi.sux4j.util.EliasFanoMonotoneLongBigList predecessors
The cumulative list of predecessor (edges in reversed order, including loops) lists. - 
successors
it.unimi.dsi.sux4j.util.EliasFanoIndexedMonotoneLongBigList successors
The cumulative list of successor (edges in sorted order, including loops) lists. 
 - 
 
 - 
Class org.jgrapht.sux4j.SuccinctUndirectedGraph extends AbstractSuccinctUndirectedGraph<it.unimi.dsi.fastutil.ints.IntIntSortedPair> implements Serializable
- serialVersionUID:
 - 0L
 
- 
Serialized Fields
- 
cumulativeIndegrees
it.unimi.dsi.sux4j.util.EliasFanoMonotoneLongBigList cumulativeIndegrees
The cumulative list of indegrees (number of edges in reversed order, including loops). - 
cumulativeOutdegrees
it.unimi.dsi.sux4j.util.EliasFanoIndexedMonotoneLongBigList cumulativeOutdegrees
The cumulative list of outdegrees (number of edges in sorted order, including loops). - 
ITERABLES
org.jgrapht.sux4j.SuccinctUndirectedGraph.SuccinctGraphIterables ITERABLES
 - 
predecessors
it.unimi.dsi.sux4j.util.EliasFanoMonotoneLongBigList predecessors
The cumulative list of predecessor (edges in reversed order, including loops) lists. - 
successors
it.unimi.dsi.sux4j.util.EliasFanoIndexedMonotoneLongBigList successors
The cumulative list of successor (edges in sorted order, including loops) lists. 
 - 
 
 
 - 
 - 
Package org.jgrapht.util
- 
Class org.jgrapht.util.ArrayUnenforcedSet extends java.util.ArrayList<E> implements Serializable
- serialVersionUID:
 - -7413250161201811238L
 
 - 
Class org.jgrapht.util.ModifiableInteger extends java.lang.Number implements Serializable
- serialVersionUID:
 - 3618698612851422261L
 
- 
Serialized Fields
- 
value
int value
The int value represented by thisModifiableInteger. 
 - 
 
 - 
Class org.jgrapht.util.SupplierException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
 - -8192314371524515620L
 
 - 
Class org.jgrapht.util.UnmodifiableUnionSet extends java.util.AbstractSet<E> implements Serializable
- serialVersionUID:
 - -1937327799873331354L
 
 - 
Class org.jgrapht.util.WeightedUnmodifiableSet extends java.util.AbstractSet<E> implements Serializable
- serialVersionUID:
 - -5913435131882975869L
 
- 
Serialized Fields
- 
backingSet
java.util.Set<E> backingSet
 - 
weight
double weight
 
 - 
 
 
 -