Class GatherAttributeConstraints

java.lang.Object
com.ptc.core.rule.server.impl.GatherAttributeConstraints
All Implemented Interfaces:
RuleAlgorithm

public final class GatherAttributeConstraints extends Object implements RuleAlgorithm
Input Parameter of the algorithm: Any number of rule algorithms (0..N) that the return value of it would be RuleConstraintWrapper Object. Return value of the algorithm: A List of RuleConstraintWrapper Object(s) that contains all input RuleConstraintWrapper objects.

Supported API: true
  • Method Details

    • calculate

      public Object calculate(Object[] args, WTContainerRef container) throws WTException
      Execute the algorithm using the specified arguments. Return the result.

      Supported API: true
      Specified by:
      calculate in interface RuleAlgorithm
      Parameters:
      args - the arguments for the algorithm
      container - the container to use for object lookups
      Returns:
      Object
      Throws:
      WTException