Class PatternWrapper


  • public class PatternWrapper
    extends Object
    • Constructor Detail

      • PatternWrapper

        public PatternWrapper​(String factType,
                              String boundName)
      • PatternWrapper

        public PatternWrapper​(String factType,
                              String boundName,
                              Boolean negated)
      • PatternWrapper

        public PatternWrapper()
    • Method Detail

      • isNegated

        public boolean isNegated()
      • getEntryPointName

        public String getEntryPointName()
      • setEntryPointName

        public void setEntryPointName​(String entryPointName)
      • getFactType

        public String getFactType()
      • getBoundName

        public String getBoundName()
      • makeFactPattern

        public org.drools.workbench.models.datamodel.rule.FactPattern makeFactPattern()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object