Documentation of 'hep.aida.ext.IDomainConstraint' Java class
IDomainConstraint
hep.aida.ext

Interface IDomainConstraint



  • public interface IDomainConstraint
    • Method Detail

      • addConstraint

        boolean addConstraint(IConstraint constraint)
        Add a new constraint.
        Parameters:
        constraint - The constraint to be added.
        Returns:
        true if the constraint was added succesfully. false otherwise.
      • removeConstraint

        boolean removeConstraint(IConstraint constraint)
        Remove a constraint.
        Parameters:
        constraint - The constraint to be removed.
        Returns:
        true if the constraint was removed succesfully. false otherwise.
      • constraints

        IConstraint[] constraints()
        The constraints currently in the domain.
        Returns:
        The IConstraint[] array of constraints.
      • nConstraints

        int nConstraints()
        The number of constraints currently in the domain.
        Returns:
        The number of constraints.
      • reset

        void reset()
        Remove all the constraints.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.