Package org.oristool.math.domain
Class DBMZone.Subzone
java.lang.Object
org.oristool.math.domain.DBMZone.Subzone
- Enclosing class:
- DBMZone
A subzone resulting from a projection.
-
Constructor Summary
ConstructorDescriptionSubzone
(DBMZone domain, Variable projectedVar, Variable minVar, OmegaBigDecimal minVarDelay, Variable maxVar, OmegaBigDecimal maxVarAdvance) Creates a representation of a subzone resulting from a projection. -
Method Summary
Modifier and TypeMethodDescription
-
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 zoneprojectedVar
- the variable that was projectedminVar
- the variable attaining the minimumminVarDelay
- the delay of the variable attaining the minimummaxVar
- the variable attaining the maximummaxVarAdvance
- the advance of the variable attaining the maximum
-
-
Method Details
-
getDomain
-
getProjectedVar
-
getMinVar
-
getMinVarDelay
-
getMaxVar
-
getMaxVarAdvance
-