Class AbstractZoneConnection

java.lang.Object
com.dna.jopt.member.unit.zonemanager.AbstractZoneConnection
Direct Known Subclasses:
ZoneConnection

@Immutable public abstract class AbstractZoneConnection extends Object
  • Constructor Details

    • AbstractZoneConnection

      public AbstractZoneConnection()
  • Method Details

    • fromZoneId

      @Parameter public abstract String fromZoneId()
    • toZoneId

      @Parameter public abstract String toZoneId()
    • fromZoneCodes

      public static ZoneConnection fromZoneCodes(IZoneCode from, IZoneCode to)
    • crossingPenaltyMultiplier

      @Default public double crossingPenaltyMultiplier()