Uses of Class
org.goplanit.graph.GraphImpl
-
Packages that use GraphImpl Package Description org.goplanit.graph Network component object classes -
-
Uses of GraphImpl in org.goplanit.graph
Methods in org.goplanit.graph that return GraphImpl Modifier and Type Method Description GraphImpl<V,E>
GraphImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.graph with parameters of type GraphImpl Constructor Description GraphImpl(GraphImpl<V,E> graphImpl)
Copy constructor for shallow copy
-