Uses of Interface
org.goplanit.utils.network.virtual.ConjugateVirtualNetwork
-
Packages that use ConjugateVirtualNetwork Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.virtual Virtual network component object classesorg.goplanit.utils.network.layer org.goplanit.utils.network.virtual Virtual physical network oriented utility classes -
-
Uses of ConjugateVirtualNetwork in org.goplanit.network.layer.macroscopic
Methods in org.goplanit.network.layer.macroscopic with parameters of type ConjugateVirtualNetwork 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.protected void
ConjugateMacroscopicNetworkLayerImpl. update(ConjugateVirtualNetwork conjugateVirtualNetwork)
Reset and re-populate entire conjugate network layer based on current state of original layer this is the conjugate of -
Uses of ConjugateVirtualNetwork in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement ConjugateVirtualNetwork Modifier and Type Class Description class
ConjugateVirtualNetworkImpl
Conjugate version (edge-to-vertex-dual) of regular virtual network -
Uses of ConjugateVirtualNetwork in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer with parameters of type ConjugateVirtualNetwork 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. -
Uses of ConjugateVirtualNetwork in org.goplanit.utils.network.virtual
Methods in org.goplanit.utils.network.virtual that return ConjugateVirtualNetwork Modifier and Type Method Description ConjugateVirtualNetwork
VirtualNetwork. createConjugate(IdGroupingToken idToken)
Create a conjugate version of this virtual network, also known as the edge-to-vertex-dual representation, where all connectoidedges/edge segments become (dangling) conjugate vertices.
-