Package com.ibm.wala.util.graph.impl
Class RandomGraph.IntegerRandomGraph
- java.lang.Object
-
- com.ibm.wala.util.graph.AbstractGraph<T>
-
- com.ibm.wala.util.graph.AbstractNumberedGraph<T>
-
- com.ibm.wala.util.graph.impl.SlowSparseNumberedGraph<T>
-
- com.ibm.wala.util.graph.impl.RandomGraph<Integer>
-
- com.ibm.wala.util.graph.impl.RandomGraph.IntegerRandomGraph
-
- All Implemented Interfaces:
EdgeManager<Integer>,Graph<Integer>,NodeManager<Integer>,NumberedEdgeManager<Integer>,NumberedGraph<Integer>,NumberedNodeManager<Integer>,Serializable,Iterable<Integer>
- Enclosing class:
- RandomGraph<T>
public static class RandomGraph.IntegerRandomGraph extends RandomGraph<Integer>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.wala.util.graph.impl.RandomGraph
RandomGraph.IntegerRandomGraph
-
-
Constructor Summary
Constructors Constructor Description IntegerRandomGraph(int nodes, int edges)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IntegermakeNode(int i)-
Methods inherited from class com.ibm.wala.util.graph.impl.SlowSparseNumberedGraph
copyInto, duplicate, getEdgeManager, getNodeManager, make
-
Methods inherited from class com.ibm.wala.util.graph.AbstractNumberedGraph
getMaxNumber, getNode, getNumber, getPredNodeNumbers, getSuccNodeNumbers, iterateNodes
-
Methods inherited from class com.ibm.wala.util.graph.AbstractGraph
addEdge, addNode, containsNode, edgeString, getNumberOfNodes, getPredNodeCount, getPredNodes, getSuccNodeCount, getSuccNodes, hasEdge, iterator, nodeString, removeAllIncidentEdges, removeEdge, removeIncomingEdges, removeNode, removeNodeAndEdges, removeOutgoingEdges, stream, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.ibm.wala.util.graph.EdgeManager
addEdge, getPredNodeCount, getPredNodes, getSuccNodeCount, getSuccNodes, hasEdge, removeAllIncidentEdges, removeEdge, removeIncomingEdges, removeOutgoingEdges
-
Methods inherited from interface com.ibm.wala.util.graph.Graph
removeNodeAndEdges
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface com.ibm.wala.util.graph.NodeManager
addNode, containsNode, getNumberOfNodes, iterator, removeNode, stream
-
-
-
-
Method Detail
-
makeNode
protected Integer makeNode(int i)
- Specified by:
makeNodein classRandomGraph<Integer>
-
-