Uses of Class
org.oristool.math.domain.DBMZone
Packages that use DBMZone
Package
Description
Provides classes for the encoding and manipulation of PDFs.
PDF supports.
PDF densities.
Analysis of TPNs.
-
Uses of DBMZone in org.oristool.math
Methods in org.oristool.math with parameters of type DBMZone -
Uses of DBMZone in org.oristool.math.domain
Methods in org.oristool.math.domain that return DBMZoneModifier and TypeMethodDescriptionDBMZone.cartesianProduct
(DBMZone other) Computes the Cartesian product with another zone (with distinct set of variables).DBMZone.Subzone.getDomain()
Methods in org.oristool.math.domain with parameters of type DBMZoneModifier and TypeMethodDescriptionDBMZone.cartesianProduct
(DBMZone other) Computes the Cartesian product with another zone (with distinct set of variables).boolean
Checks whether this zone fully contains an input one.void
Intersects this zone with the input one.Constructors in org.oristool.math.domain with parameters of type DBMZoneModifierConstructorDescriptionCreates a copy of a DBM zone.Subzone
(DBMZone domain, Variable projectedVar, Variable minVar, OmegaBigDecimal minVarDelay, Variable maxVar, OmegaBigDecimal maxVarAdvance) Creates a representation of a subzone resulting from a projection. -
Uses of DBMZone in org.oristool.math.function
Methods in org.oristool.math.function that return DBMZoneMethods in org.oristool.math.function that return types with arguments of type DBMZoneMethods in org.oristool.math.function with parameters of type DBMZoneModifier and TypeMethodDescriptionStateDensityFunction.conditionToZone
(DBMZone zone) Intersects the support with the input zone, keeping only subzones with nonzero measure.void
StateDensityFunction.imposeZone
(DBMZone zone) Intersects the support with the input zone, keeping only subzones with nonzero measure.Constructors in org.oristool.math.function with parameters of type DBMZoneModifierConstructorDescriptionGEN
(DBMZone domain, Expolynomial density) Builds a new PDF with the given support and density function. -
Uses of DBMZone in org.oristool.models.tpn
Methods in org.oristool.models.tpn that return DBMZoneMethods in org.oristool.models.tpn with parameters of type DBMZone