Class DBMZone.Subzone

java.lang.Object
org.oristool.math.domain.DBMZone.Subzone
Enclosing class:
DBMZone

public static final class DBMZone.Subzone extends Object
A subzone resulting from a projection.
  • Constructor Details

    • Subzone

      public Subzone(DBMZone domain, Variable projectedVar, Variable minVar, OmegaBigDecimal minVarDelay, Variable maxVar, OmegaBigDecimal maxVarAdvance)
      Creates a representation of a subzone resulting from a projection.
      Parameters:
      domain - the original zone
      projectedVar - the variable that was projected
      minVar - the variable attaining the minimum
      minVarDelay - the delay of the variable attaining the minimum
      maxVar - the variable attaining the maximum
      maxVarAdvance - the advance of the variable attaining the maximum
  • Method Details