Uses of Class
com.dna.jopt.member.unit.zonemanager.ZoneConnection
Packages that use ZoneConnection
-
Uses of ZoneConnection in com.dna.jopt.member.unit.zonemanager
Methods in com.dna.jopt.member.unit.zonemanager that return ZoneConnectionModifier and TypeMethodDescriptionZoneConnection.Builder.build()Builds a newZoneConnection.ZoneConnection.BuildFinal.build()Builds a newZoneConnection.static ZoneConnectionZoneConnection.copyOf(AbstractZoneConnection instance) Creates an immutable copy of aAbstractZoneConnectionvalue.static ZoneConnectionAbstractZoneConnection.fromZoneCodes(IZoneCode from, IZoneCode to) IZoneManager.getZoneConnection(String fromId, String toId) ZoneManager.getZoneConnection(String fromId, String toId) static ZoneConnectionConstruct a new immutableZoneConnectioninstance.final ZoneConnectionZoneConnection.withCrossingPenaltyMultiplier(double value) Copy the current immutable object by setting a value for thecrossingPenaltyMultiplierattribute.final ZoneConnectionZoneConnection.withFromZoneId(String value) Copy the current immutable object by setting a value for thefromZoneIdattribute.final ZoneConnectionZoneConnection.withToZoneId(String value) Copy the current immutable object by setting a value for thetoZoneIdattribute.Methods in com.dna.jopt.member.unit.zonemanager that return types with arguments of type ZoneConnectionModifier and TypeMethodDescriptionIZoneManager.getZoneConnections()ZoneManager.getZoneConnections()Methods in com.dna.jopt.member.unit.zonemanager with parameters of type ZoneConnectionModifier and TypeMethodDescriptionvoidIZoneManager.putZoneConnection(ZoneConnection connection) voidZoneManager.putZoneConnection(ZoneConnection connection)