Uses of Class
org.planit.network.physical.PhysicalNetwork.Modes
-
Packages that use PhysicalNetwork.Modes Package Description org.planit.network.physical Physical network component object classesorg.planit.network.virtual Virtual network component object classes -
-
Uses of PhysicalNetwork.Modes in org.planit.network.physical
Fields in org.planit.network.physical declared as PhysicalNetwork.Modes Modifier and Type Field Description PhysicalNetwork.Modes
PhysicalNetwork. modes
internal class instance containing all modes specific functionality -
Uses of PhysicalNetwork.Modes in org.planit.network.virtual
Methods in org.planit.network.virtual with parameters of type PhysicalNetwork.Modes Modifier and Type Method Description boolean
Zoning. isCompatibleWithDemands(Demands demands, PhysicalNetwork.Modes modes)
Verify if passed in demands are compatible with the zoning structure.
-