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. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.GraphImpl<V,E>
GraphImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.graph with parameters of type GraphImpl Constructor Description GraphImpl(GraphImpl<V,E> graphImpl, boolean deepCopy, GraphEntityDeepCopyMapper<V> vertexMapper, GraphEntityDeepCopyMapper<E> edgeMapper)
Copy constructor for shallow copy
-