Class MarkerConstraint

    • Constructor Detail

      • MarkerConstraint

        public MarkerConstraint()
    • Method Detail

      • cost

        public final double cost​(Link link,
                                 ResourceContext context)
        Description copied from interface: Constraint
        Evaluates the specified link and provides the cost for its traversal.
        Specified by:
        cost in interface Constraint
        Parameters:
        link - link to be evaluated
        context - resource context for validating availability of resources
        Returns:
        cost of link traversal
      • validate

        public final boolean validate​(Path path,
                                      ResourceContext context)
        Description copied from interface: Constraint
        Validates that the specified path satisfies the constraint.
        Specified by:
        validate in interface Constraint
        Parameters:
        path - path to be validated
        context - resource context for validating availability of resources
        Returns:
        cost of link traversal
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object