Uses of Class
org.jacop.constraints.geost.InternalConstraint
-
Packages that use InternalConstraint Package Description org.jacop.constraints.geost -
-
Uses of InternalConstraint in org.jacop.constraints.geost
Subclasses of InternalConstraint in org.jacop.constraints.geost Modifier and Type Class Description classAllowedAreaclassDomainHolesclassForbiddenAreaclassObstacleObjectclassObstacleObjectFrameFields in org.jacop.constraints.geost declared as InternalConstraint Modifier and Type Field Description (package private) InternalConstraint[]Geost. stillUsefulInternalConstraintsIt contains all not filtered out, useful internal constraints which should be used to generate outboxes.Fields in org.jacop.constraints.geost with type parameters of type InternalConstraint Modifier and Type Field Description java.util.Set<InternalConstraint>InArea. constraintsIt holds all the constraints which have been generated from this external constraints.java.util.Collection<InternalConstraint>Geost. internalConstraintsIt stores all generated internal constraints for all objects/constraints.Methods in org.jacop.constraints.geost that return types with arguments of type InternalConstraint Modifier and Type Method Description java.util.Collection<? extends InternalConstraint>ExternalConstraint. genInternalConstraints(Geost geost)It generates internal constraints which will be used by Geost's sweeping algorithm.java.util.Collection<InternalConstraint>InArea. genInternalConstraints(Geost geost)java.util.Collection<? extends InternalConstraint>ExternalConstraint. getObjectConstraints(GeostObject o)It provides the collection of internal constraints that the given object has to satisfy.java.util.Collection<? extends InternalConstraint>InArea. getObjectConstraints(GeostObject o)java.util.Collection<? extends InternalConstraint>NonOverlapping. getObjectConstraints(GeostObject o)Methods in org.jacop.constraints.geost with parameters of type InternalConstraint Modifier and Type Method Description booleanExternalConstraint. isInternalConstraintApplicableTo(InternalConstraint ic, GeostObject o)Returns true if the external constraint generated the supplied internal constraint ic, and that ic applies to object o.booleanInArea. isInternalConstraintApplicableTo(InternalConstraint ic, GeostObject o)booleanNonOverlapping. isInternalConstraintApplicableTo(InternalConstraint ic, GeostObject o)
-