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 ZoneConnection
ZoneConnection.copyOf
(AbstractZoneConnection instance) Creates an immutable copy of aAbstractZoneConnection
value.static ZoneConnection
AbstractZoneConnection.fromZoneCodes
(IZoneCode from, IZoneCode to) IZoneManager.getZoneConnection
(String fromId, String toId) ZoneManager.getZoneConnection
(String fromId, String toId) static ZoneConnection
Construct a new immutableZoneConnection
instance.final ZoneConnection
ZoneConnection.withCrossingPenaltyMultiplier
(double value) Copy the current immutable object by setting a value for thecrossingPenaltyMultiplier
attribute.final ZoneConnection
ZoneConnection.withFromZoneId
(String value) Copy the current immutable object by setting a value for thefromZoneId
attribute.final ZoneConnection
ZoneConnection.withToZoneId
(String value) Copy the current immutable object by setting a value for thetoZoneId
attribute.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 TypeMethodDescriptionvoid
IZoneManager.putZoneConnection
(ZoneConnection connection) void
ZoneManager.putZoneConnection
(ZoneConnection connection)