Class LiteralRestrictionDescr

All Implemented Interfaces:
Externalizable, Serializable, Namespaceable

public class LiteralRestrictionDescr extends EvaluatorBasedRestrictionDescr
This represents a literal node in the rule language. This is a constraint on a single field of a pattern. The "text" contains the content.
See Also:
  • Field Details

  • Constructor Details

    • LiteralRestrictionDescr

      public LiteralRestrictionDescr()
    • LiteralRestrictionDescr

      public LiteralRestrictionDescr(String evaluator, String text)
    • LiteralRestrictionDescr

      public LiteralRestrictionDescr(String evaluator, boolean isNegated, String text)
    • LiteralRestrictionDescr

      public LiteralRestrictionDescr(String evaluator, boolean isNegated, String parameterText, String text, int type)
    • LiteralRestrictionDescr

      public LiteralRestrictionDescr(String evaluator, boolean isNegated, List<String> parameters, String text, int type)
  • Method Details