Uses of Interface
org.goplanit.utils.network.layer.ConjugateMacroscopicNetworkLayer
-
Packages that use ConjugateMacroscopicNetworkLayer Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.utils.network.layer -
-
Uses of ConjugateMacroscopicNetworkLayer in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement ConjugateMacroscopicNetworkLayer Modifier and Type Class Description class
ConjugateMacroscopicNetworkLayerImpl
Conjugate of macroscopic physical Network (layer), i.e.Methods in org.goplanit.network.layer.macroscopic that return ConjugateMacroscopicNetworkLayer Modifier and Type Method Description ConjugateMacroscopicNetworkLayer
MacroscopicNetworkLayerImpl. createConjugate(IdGroupingToken idToken, ConjugateVirtualNetwork conjugateVirtualNetwork)
Create a conjugate version of this layer, also known as the edge-to-vertex-dual representation, where all edges become vertices and all two adjacent edges (turns) become the edges on the conjugate version. -
Uses of ConjugateMacroscopicNetworkLayer in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return ConjugateMacroscopicNetworkLayer Modifier and Type Method Description ConjugateMacroscopicNetworkLayer
MacroscopicNetworkLayer. createConjugate(IdGroupingToken idToken, ConjugateVirtualNetwork conjugateVirtualNetwork)
Create a conjugate version of this layer, also known as the edge-to-vertex-dual representation, where all edges become vertices and all two adjacent edges (turns) become the edges on the conjugate version.ConjugateMacroscopicNetworkLayer
ConjugateMacroscopicNetworkLayer. deepClone()
A network layer deep clone is expected to update interdependencies between "owned" deep cloned entities where possibleConjugateMacroscopicNetworkLayer
ConjugateMacroscopicNetworkLayer. shallowClone()
Create a shallow copy of this entity
-