Uses of Interface
org.goplanit.utils.network.layer.physical.ConjugateLinkSegmentFactory
-
Packages that use ConjugateLinkSegmentFactory Package Description org.goplanit.network.layer.physical Physical network component object classesorg.goplanit.utils.network.layer.physical -
-
Uses of ConjugateLinkSegmentFactory in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement ConjugateLinkSegmentFactory Modifier and Type Class Description class
ConjugateLinkSegmentFactoryImpl
Factory for creating conjugate link segments on containerMethods in org.goplanit.network.layer.physical that return ConjugateLinkSegmentFactory Modifier and Type Method Description ConjugateLinkSegmentFactory
ConjugateLinkSegmentsImpl. getFactory()
Factory to create instance of graph entity (for this container class)Constructors in org.goplanit.network.layer.physical with parameters of type ConjugateLinkSegmentFactory Constructor Description ConjugateLinkSegmentsImpl(IdGroupingToken groupId, ConjugateLinkSegmentFactory factory)
Constructor -
Uses of ConjugateLinkSegmentFactory in org.goplanit.utils.network.layer.physical
Methods in org.goplanit.utils.network.layer.physical that return ConjugateLinkSegmentFactory Modifier and Type Method Description ConjugateLinkSegmentFactory
ConjugateLinkSegments. getFactory()
Factory to create instance of graph entity (for this container class)
-