Uses of Interface
org.goplanit.utils.network.virtual.CentroidVertexFactory
-
Packages that use CentroidVertexFactory Package Description org.goplanit.network.virtual Virtual network component object classesorg.goplanit.utils.network.virtual Virtual physical network oriented utility classes -
-
Uses of CentroidVertexFactory in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement CentroidVertexFactory Modifier and Type Class Description class
CentroidVertexFactoryImpl
Factory for creating nodes on nodes containerMethods in org.goplanit.network.virtual that return CentroidVertexFactory Modifier and Type Method Description CentroidVertexFactory
CentroidVerticesImpl. getFactory()
Collect the vertex factory to use for creating instancesConstructors in org.goplanit.network.virtual with parameters of type CentroidVertexFactory Constructor Description CentroidVerticesImpl(IdGroupingToken groupId, CentroidVertexFactory centroidVertexFactory)
Constructor -
Uses of CentroidVertexFactory in org.goplanit.utils.network.virtual
Methods in org.goplanit.utils.network.virtual that return CentroidVertexFactory Modifier and Type Method Description CentroidVertexFactory
CentroidVertices. getFactory()
Collect the vertex factory to use for creating instances
-