Uses of Class
org.jacop.constraints.geost.InternalConstraint
Packages that use InternalConstraint
-
Uses of InternalConstraint in org.jacop.constraints.geost
Subclasses of InternalConstraint in org.jacop.constraints.geostModifier and TypeClassDescriptionclassclassclassclassclassFields in org.jacop.constraints.geost declared as InternalConstraintModifier and TypeFieldDescription(package private) InternalConstraint[]It 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 InternalConstraintModifier and TypeFieldDescriptionInArea.constraintsIt holds all the constraints which have been generated from this external constraints.Geost.internalConstraintsIt stores all generated internal constraints for all objects/constraints.Methods in org.jacop.constraints.geost that return types with arguments of type InternalConstraintModifier and TypeMethodDescriptionCollection<? extends InternalConstraint> ExternalConstraint.genInternalConstraints(Geost geost) It generates internal constraints which will be used by Geost's sweeping algorithm.InArea.genInternalConstraints(Geost geost) Collection<? extends InternalConstraint> ExternalConstraint.getObjectConstraints(GeostObject o) It provides the collection of internal constraints that the given object has to satisfy.Collection<? extends InternalConstraint> InArea.getObjectConstraints(GeostObject o) Collection<? extends InternalConstraint> NonOverlapping.getObjectConstraints(GeostObject o) Methods in org.jacop.constraints.geost with parameters of type InternalConstraintModifier and TypeMethodDescriptionbooleanExternalConstraint.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)