Serialized Form
-
Package org.jgrapht.alg.connectivity
-
Package org.jgrapht.alg.drawing.model
-
Class org.jgrapht.alg.drawing.model.Box2D
class Box2D extends 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
class Point2D extends 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
class CapacitatedSpanningTreeImpl extends Object implements Serializable- serialVersionUID:
- 7088989899889893333L
-
Class org.jgrapht.alg.interfaces.CliqueAlgorithm.CliqueImpl
- serialVersionUID:
- -4336873008459736342L
-
Class org.jgrapht.alg.interfaces.ClusteringAlgorithm.ClusteringImpl
class ClusteringImpl extends Object implements Serializable- serialVersionUID:
- -5718903410443848101L
-
Class org.jgrapht.alg.interfaces.CycleBasisAlgorithm.CycleBasisImpl
class CycleBasisImpl extends Object implements Serializable- serialVersionUID:
- -1420882459022219505L
-
Class org.jgrapht.alg.interfaces.IndependentSetAlgorithm.IndependentSetImpl
- serialVersionUID:
- 4572451196544323306L
-
Class org.jgrapht.alg.interfaces.MatchingAlgorithm.MatchingImpl
class MatchingImpl extends Object implements Serializable- serialVersionUID:
- 4767675421846527768L
-
Class org.jgrapht.alg.interfaces.PartitioningAlgorithm.PartitioningImpl
class PartitioningImpl extends Object implements Serializable- serialVersionUID:
- 3702471090706836080L
-
Class org.jgrapht.alg.interfaces.SpannerAlgorithm.SpannerImpl
- serialVersionUID:
- 5951646499902668516L
-
Class org.jgrapht.alg.interfaces.SpanningTreeAlgorithm.SpanningTreeImpl
class SpanningTreeImpl extends Object implements Serializable- serialVersionUID:
- 402707108331703333L
-
Class org.jgrapht.alg.interfaces.TreeToPathDecompositionAlgorithm.PathDecompositionImpl
class PathDecompositionImpl extends Object implements Serializable- serialVersionUID:
- 8468626434814461297L
-
Class org.jgrapht.alg.interfaces.VertexColoringAlgorithm.ColoringImpl
class ColoringImpl extends Object implements Serializable- serialVersionUID:
- -8456580091672353150L
-
Class org.jgrapht.alg.interfaces.VertexCoverAlgorithm.VertexCoverImpl
- serialVersionUID:
- 3922451519162460179L
-
-
Package org.jgrapht.alg.isomorphism
-
Exception org.jgrapht.alg.isomorphism.IsomorphismUndecidableException
class IsomorphismUndecidableException extends RuntimeException implements Serializable- serialVersionUID:
- 4703220562690821852L
-
-
Package org.jgrapht.alg.linkprediction
-
Exception org.jgrapht.alg.linkprediction.LinkPredictionIndexNotWellDefinedException
class LinkPredictionIndexNotWellDefinedException extends RuntimeException implements Serializable- serialVersionUID:
- -8832535053621910719L
-
Serialized Fields
-
vertexPair
Pair<?,
?> vertexPair
-
-
-
Package org.jgrapht.alg.shortestpath
-
Class org.jgrapht.alg.shortestpath.ListMultiObjectiveSingleSourcePathsImpl
class ListMultiObjectiveSingleSourcePathsImpl extends Object implements Serializable- serialVersionUID:
- -6213225353391554721L
-
Class org.jgrapht.alg.shortestpath.ListSingleSourcePathsImpl
class ListSingleSourcePathsImpl extends Object implements Serializable- serialVersionUID:
- -60070018446561686L
-
Exception org.jgrapht.alg.shortestpath.NegativeCycleDetectedException
class NegativeCycleDetectedException extends RuntimeException implements Serializable- serialVersionUID:
- -8064609917721881630L
-
Serialized Fields
-
cycle
GraphPath<?,
?> cycle
-
-
Class org.jgrapht.alg.shortestpath.TreeSingleSourcePathsImpl
class TreeSingleSourcePathsImpl extends Object implements Serializable- serialVersionUID:
- -5914007312734512847L
-
-
Package org.jgrapht.alg.util
-
Class org.jgrapht.alg.util.Pair
class Pair extends Object implements Serializable- serialVersionUID:
- 8176288675989092842L
-
Class org.jgrapht.alg.util.ToleranceDoubleComparator
class ToleranceDoubleComparator extends Object implements Serializable- serialVersionUID:
- -3819451375975842372L
-
Serialized Fields
-
epsilon
double epsilon
-
-
Class org.jgrapht.alg.util.Triple
class Triple extends Object implements Serializable- serialVersionUID:
- -7076291895521537427L
-
Class org.jgrapht.alg.util.UnorderedPair
- serialVersionUID:
- -3110454174542533876L
-
-
Package org.jgrapht.demo
-
Class org.jgrapht.demo.JGraphXAdapterDemo
class JGraphXAdapterDemo extends JApplet implements Serializable- serialVersionUID:
- 2202072534703043194L
-
Serialized Fields
-
jgxAdapter
JGraphXAdapter<String,
DefaultEdge> jgxAdapter
-
-
-
Package org.jgrapht.event
-
Class org.jgrapht.event.ConnectedComponentTraversalEvent
class ConnectedComponentTraversalEvent extends EventObject implements Serializable- serialVersionUID:
- 3834311717709822262L
-
Serialized Fields
-
type
int type
The type of this event.
-
-
Class org.jgrapht.event.EdgeTraversalEvent
class EdgeTraversalEvent extends EventObject implements Serializable- serialVersionUID:
- 4050768173789820979L
-
Serialized Fields
-
edge
E edge
The traversed edge.
-
-
Class org.jgrapht.event.GraphChangeEvent
class GraphChangeEvent extends EventObject implements Serializable- serialVersionUID:
- 3834592106026382391L
-
Serialized Fields
-
type
int type
The type of graph change this event indicates.
-
-
Class org.jgrapht.event.GraphEdgeChangeEvent
class 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
class 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
class VertexTraversalEvent extends EventObject implements Serializable- serialVersionUID:
- 3688790267213918768L
-
Serialized Fields
-
vertex
V vertex
The traversed vertex.
-
-
-
Package org.jgrapht.generate
-
Exception org.jgrapht.generate.TooManyFailuresException
class TooManyFailuresException extends RuntimeException implements Serializable- serialVersionUID:
- 7986467967127358163L
-
-
Package org.jgrapht.graph
-
Class org.jgrapht.graph.AbstractBaseGraph
- serialVersionUID:
- -3582386521833998627L
-
Serialized Fields
-
Class org.jgrapht.graph.AsGraphUnion
- serialVersionUID:
- -3848082143382987713L
-
Class org.jgrapht.graph.AsSubgraph
- serialVersionUID:
- -1471811754881775298L
-
Class org.jgrapht.graph.AsUndirectedGraph
- serialVersionUID:
- 325983813283133557L
-
Class org.jgrapht.graph.AsUnmodifiableGraph
- serialVersionUID:
- -8186686968362705760L
-
Class org.jgrapht.graph.AsUnweightedGraph
- serialVersionUID:
- -5186421272597767751L
-
Class org.jgrapht.graph.AsWeightedGraph
- serialVersionUID:
- -6838132233557L
-
Class org.jgrapht.graph.BaseIntrusiveEdgesSpecifics
class BaseIntrusiveEdgesSpecifics extends Object implements Serializable- serialVersionUID:
- -7498268216742485L
-
Class org.jgrapht.graph.DefaultDirectedGraph
- serialVersionUID:
- -2066644490824847621L
-
Class org.jgrapht.graph.DefaultDirectedWeightedGraph
- serialVersionUID:
- -4867672646995721544L
-
Class org.jgrapht.graph.DefaultEdge
class DefaultEdge extends org.jgrapht.graph.IntrusiveEdge implements Serializable- serialVersionUID:
- 3258408452177932855L
-
Class org.jgrapht.graph.DefaultEdgeFunction
class DefaultEdgeFunction extends Object implements Serializable- serialVersionUID:
- -4247429315268336855L
-
Class org.jgrapht.graph.DefaultGraphSpecificsStrategy
class DefaultGraphSpecificsStrategy extends Object implements Serializable- serialVersionUID:
- 7615319421753562075L
-
Class org.jgrapht.graph.DefaultGraphType
class DefaultGraphType extends 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
- serialVersionUID:
- -1156773351121025002L
-
Serialized Fields
-
graphListeners
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
List<VertexSetListener<V>> vertexSetListeners
-
-
Class org.jgrapht.graph.DefaultUndirectedGraph
- serialVersionUID:
- -2066644490824847621L
-
Class org.jgrapht.graph.DefaultUndirectedWeightedGraph
- serialVersionUID:
- -1008165881690129042L
-
Class org.jgrapht.graph.DefaultWeightedEdge
class DefaultWeightedEdge extends org.jgrapht.graph.IntrusiveWeightedEdge implements Serializable- serialVersionUID:
- -3259071493169286685L
-
Class org.jgrapht.graph.DirectedAcyclicGraph
- serialVersionUID:
- 4522128427004938150L
-
Serialized Fields
-
maxTopoIndex
int maxTopoIndex
-
minTopoIndex
int minTopoIndex
-
topoComparator
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
class Region extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
finish
int finish
-
start
int start
-
-
Class org.jgrapht.graph.DirectedAcyclicGraph.TopoVertexBiMap
class TopoVertexBiMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jgrapht.graph.DirectedAcyclicGraph.TopoVertexMap
class TopoVertexMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jgrapht.graph.DirectedAcyclicGraph.VisitedArrayImpl
class VisitedArrayImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
region
DirectedAcyclicGraph.Region region
-
visited
boolean[] visited
-
-
Class org.jgrapht.graph.DirectedAcyclicGraph.VisitedArrayListImpl
class VisitedArrayListImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
affectedRegion
DirectedAcyclicGraph.Region affectedRegion
-
visited
List<Boolean> visited
-
-
Class org.jgrapht.graph.DirectedAcyclicGraph.VisitedBitSetImpl
class VisitedBitSetImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
affectedRegion
DirectedAcyclicGraph.Region affectedRegion
-
visited
BitSet visited
-
-
Class org.jgrapht.graph.DirectedAcyclicGraph.VisitedHashSetImpl
class VisitedHashSetImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jgrapht.graph.DirectedMultigraph
- serialVersionUID:
- 2919338637676573948L
-
Class org.jgrapht.graph.DirectedPseudograph
- serialVersionUID:
- -7461248851245878913L
-
Class org.jgrapht.graph.DirectedWeightedMultigraph
- serialVersionUID:
- 1984381120642160572L
-
Class org.jgrapht.graph.DirectedWeightedPseudograph
- serialVersionUID:
- -4775269773843490859L
-
Class org.jgrapht.graph.EdgeReversedGraph
- serialVersionUID:
- -3806030402468293063L
-
Class org.jgrapht.graph.FastLookupGraphSpecificsStrategy
class FastLookupGraphSpecificsStrategy extends Object implements Serializable- serialVersionUID:
- -5490869870275054280L
-
Exception org.jgrapht.graph.GraphCycleProhibitedException
class GraphCycleProhibitedException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 2440845437318796595L
-
Class org.jgrapht.graph.GraphDelegator
- serialVersionUID:
- -215068279981825448L
-
Class org.jgrapht.graph.GraphWalk
class GraphWalk extends Object implements Serializable- serialVersionUID:
- 7663410644865380676L
-
Exception org.jgrapht.graph.IntrusiveEdgeException
class IntrusiveEdgeException extends RuntimeException implements Serializable- serialVersionUID:
- 7261763645809925025L
-
Exception org.jgrapht.graph.InvalidGraphWalkException
class InvalidGraphWalkException extends RuntimeException implements Serializable- serialVersionUID:
- 3811666107707436479L
-
Class org.jgrapht.graph.MaskSubgraph
- serialVersionUID:
- -7397441126669119179L
-
Class org.jgrapht.graph.Multigraph
- serialVersionUID:
- -8313058939737164595L
-
Class org.jgrapht.graph.ParanoidGraph
- serialVersionUID:
- 5075284167422166539L
-
Class org.jgrapht.graph.Pseudograph
- serialVersionUID:
- -7574564204896552581L
-
Class org.jgrapht.graph.SimpleDirectedGraph
- serialVersionUID:
- 1665314455034181409L
-
Class org.jgrapht.graph.SimpleDirectedWeightedGraph
- serialVersionUID:
- -3301373580757772501L
-
Class org.jgrapht.graph.SimpleGraph
- serialVersionUID:
- 4607246833824317836L
-
Class org.jgrapht.graph.SimpleWeightedGraph
- serialVersionUID:
- -1568410577378365671L
-
Class org.jgrapht.graph.UniformIntrusiveEdgesSpecifics
class UniformIntrusiveEdgesSpecifics extends BaseIntrusiveEdgesSpecifics<V,E, org.jgrapht.graph.IntrusiveEdge> implements Serializable - serialVersionUID:
- -5736320893697031114L
-
Class org.jgrapht.graph.WeightedIntrusiveEdgesSpecifics
class WeightedIntrusiveEdgesSpecifics extends BaseIntrusiveEdgesSpecifics<V,E, org.jgrapht.graph.IntrusiveWeightedEdge> implements Serializable - serialVersionUID:
- 5327226615635500554L
-
Class org.jgrapht.graph.WeightedMultigraph
- serialVersionUID:
- -6009321659287373874L
-
Class org.jgrapht.graph.WeightedPseudograph
- serialVersionUID:
- 3037964528481084240L
-
-
Package org.jgrapht.graph.concurrent
-
Class org.jgrapht.graph.concurrent.AsSynchronizedGraph
- serialVersionUID:
- 5144561442831050752L
-
Serialized Fields
-
cacheStrategy
org.jgrapht.graph.concurrent.AsSynchronizedGraph.CacheStrategy<V,
E> cacheStrategy -
readWriteLock
ReentrantReadWriteLock readWriteLock
-
-
-
Package org.jgrapht.graph.guava
-
Class org.jgrapht.graph.guava.BaseGraphAdapter
class BaseGraphAdapter extends AbstractGraph<V,com.google.common.graph.EndpointPair<V>> implements Serializable - serialVersionUID:
- -6742507788742087708L
-
Class org.jgrapht.graph.guava.BaseNetworkAdapter
- serialVersionUID:
- -6233085794632237761L
-
Class org.jgrapht.graph.guava.BaseValueGraphAdapter
class BaseValueGraphAdapter extends AbstractGraph<V,com.google.common.graph.EndpointPair<V>> implements Serializable - serialVersionUID:
- 3833510139696864917L
-
Serialized Fields
-
edgeSupplier
Supplier<com.google.common.graph.EndpointPair<V>> edgeSupplier
-
valueConverter
ToDoubleFunction<W> valueConverter
-
vertexOrderMethod
ElementOrderMethod<V> vertexOrderMethod
-
vertexSupplier
Supplier<V> vertexSupplier
-
-
Class org.jgrapht.graph.guava.ElementOrderMethod
class ElementOrderMethod extends Object implements Serializable- serialVersionUID:
- 6774881812704056362L
-
Serialized Fields
-
comparator
Comparator<T> comparator
-
type
ElementOrderMethod.Type type
-
-
Class org.jgrapht.graph.guava.ImmutableDoubleValueGraphAdapter
class ImmutableDoubleValueGraphAdapter extends ImmutableValueGraphAdapter<V,Double> implements Serializable - serialVersionUID:
- 8730006126353129360L
-
Class org.jgrapht.graph.guava.ImmutableGraphAdapter
class ImmutableGraphAdapter extends BaseGraphAdapter<V,com.google.common.graph.ImmutableGraph<V>> implements Serializable - serialVersionUID:
- -6619929013881511474L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Class org.jgrapht.graph.guava.ImmutableNetworkAdapter
class ImmutableNetworkAdapter extends BaseNetworkAdapter<V,E, com.google.common.graph.ImmutableNetwork<V, E>> implements Serializable - serialVersionUID:
- 8776276294297681092L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Class org.jgrapht.graph.guava.ImmutableValueGraphAdapter
class ImmutableValueGraphAdapter extends BaseValueGraphAdapter<V,W, com.google.common.graph.ImmutableValueGraph<V, W>> implements Serializable - serialVersionUID:
- 2629294259825656044L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Class org.jgrapht.graph.guava.MutableDoubleValueGraphAdapter
class MutableDoubleValueGraphAdapter extends MutableValueGraphAdapter<V,Double> implements Serializable - serialVersionUID:
- -6335845255406679994L
-
Class org.jgrapht.graph.guava.MutableGraphAdapter
class MutableGraphAdapter extends BaseGraphAdapter<V,com.google.common.graph.MutableGraph<V>> implements Serializable - serialVersionUID:
- -7556855931445010748L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Class org.jgrapht.graph.guava.MutableNetworkAdapter
class MutableNetworkAdapter extends BaseNetworkAdapter<V,E, com.google.common.graph.MutableNetwork<V, E>> implements Serializable - serialVersionUID:
- 7450826703235510224L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Class org.jgrapht.graph.guava.MutableValueGraphAdapter
class MutableValueGraphAdapter extends BaseValueGraphAdapter<V,W, com.google.common.graph.MutableValueGraph<V, W>> implements Serializable - serialVersionUID:
- -5095044027783397573L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
defaultValue
W defaultValue
-
-
-
Package org.jgrapht.graph.specifics
-
Class org.jgrapht.graph.specifics.ArrayUnenforcedSetEdgeSetFactory
class ArrayUnenforcedSetEdgeSetFactory extends Object implements Serializable- serialVersionUID:
- 5936902837403445985L
-
Class org.jgrapht.graph.specifics.DirectedEdgeContainer
class DirectedEdgeContainer extends Object implements Serializable- serialVersionUID:
- 7494242245729767106L
-
Class org.jgrapht.graph.specifics.DirectedSpecifics
class DirectedSpecifics extends Object implements Serializable- serialVersionUID:
- 5964807709682219859L
-
Class org.jgrapht.graph.specifics.FastLookupDirectedSpecifics
- serialVersionUID:
- 4089085208843722263L
-
Class org.jgrapht.graph.specifics.FastLookupUndirectedSpecifics
- serialVersionUID:
- 225772727571597846L
-
Class org.jgrapht.graph.specifics.UndirectedEdgeContainer
class UndirectedEdgeContainer extends Object implements Serializable- serialVersionUID:
- -6623207588411170010L
-
Class org.jgrapht.graph.specifics.UndirectedSpecifics
class UndirectedSpecifics extends Object implements Serializable- serialVersionUID:
- 4206026440450450992L
-
-
Package org.jgrapht.nio
-
Class org.jgrapht.nio.DefaultAttribute
class DefaultAttribute extends Object implements Serializable- serialVersionUID:
- 366113727410278952L
-
Serialized Fields
-
type
AttributeType type
-
value
T value
-
-
Exception org.jgrapht.nio.ExportException
class ExportException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.jgrapht.nio.ImportException
class ImportException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jgrapht.opt.graph.fastutil
-
Class org.jgrapht.opt.graph.fastutil.FastutilFastLookupGSS
class FastutilFastLookupGSS extends Object implements Serializable- serialVersionUID:
- -1335362823522091418L
-
Class org.jgrapht.opt.graph.fastutil.FastutilFastLookupIntVertexGSS
class FastutilFastLookupIntVertexGSS extends Object implements Serializable- serialVersionUID:
- 6098261533235930603L
-
Class org.jgrapht.opt.graph.fastutil.FastutilGSS
class FastutilGSS extends Object implements Serializable- serialVersionUID:
- -4319431062943632549L
-
Class org.jgrapht.opt.graph.fastutil.FastutilIntVertexGSS
class FastutilIntVertexGSS extends Object implements Serializable- serialVersionUID:
- 803286406699705306L
-
Class org.jgrapht.opt.graph.fastutil.FastutilMapGraph
- serialVersionUID:
- -2261627370606792673L
-
Class org.jgrapht.opt.graph.fastutil.FastutilMapIntVertexGraph
- serialVersionUID:
- 6432747838839788559L
-
-
Package org.jgrapht.opt.graph.sparse
-
Class org.jgrapht.opt.graph.sparse.SparseIntDirectedWeightedGraph
class SparseIntDirectedWeightedGraph extends SparseIntDirectedGraph implements Serializable- serialVersionUID:
- -7601401110000642281L
-
Serialized Fields
-
weights
double[] weights
The edge weights
-
-
Class org.jgrapht.opt.graph.sparse.SparseIntUndirectedWeightedGraph
class SparseIntUndirectedWeightedGraph extends SparseIntUndirectedGraph implements Serializable- serialVersionUID:
- -5410680356868181247L
-
Serialized Fields
-
weights
double[] weights
The edge weights
-
-
-
Package org.jgrapht.sux4j
-
Class org.jgrapht.sux4j.AbstractSuccinctDirectedGraph
- serialVersionUID:
- 0L
-
Class org.jgrapht.sux4j.AbstractSuccinctGraph
- 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.sourceShift
bits).
-
-
Class org.jgrapht.sux4j.AbstractSuccinctUndirectedGraph
- serialVersionUID:
- 0L
-
Class org.jgrapht.sux4j.SuccinctDirectedGraph
class 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<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
class SuccinctIntDirectedGraph extends AbstractSuccinctDirectedGraph<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<Integer,
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
class SuccinctIntUndirectedGraph extends AbstractSuccinctUndirectedGraph<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
class 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.traverse
-
Exception org.jgrapht.traverse.NotDirectedAcyclicGraphException
class NotDirectedAcyclicGraphException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jgrapht.util
-
Class org.jgrapht.util.ArrayUnenforcedSet
- serialVersionUID:
- -7413250161201811238L
-
Class org.jgrapht.util.ModifiableInteger
class ModifiableInteger extends Number implements Serializable- serialVersionUID:
- 3618698612851422261L
-
Serialized Fields
-
value
int value
The int value represented by thisModifiableInteger
.
-
-
Exception org.jgrapht.util.SupplierException
class SupplierException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -8192314371524515620L
-
Class org.jgrapht.util.UnmodifiableUnionSet
- serialVersionUID:
- -1937327799873331354L
-
Class org.jgrapht.util.WeightedUnmodifiableSet
- serialVersionUID:
- -5913435131882975869L
-