Class ProcessedObjects

    • Constructor Detail

      • ProcessedObjects

        public ProcessedObjects()
    • Method Detail

      • getRuleDescriptions

        public List<RuleDescription> getRuleDescriptions()
        Returns:
        list of all rule descriptions
      • addCheckObject

        public void addCheckObject​(RuleDescription object)
        Add another rule description
        Parameters:
        object - description of the rule
      • contains

        public boolean contains​(String objectType,
                                String test)
        Check if string representation of rule description contains in processed objects
        Parameters:
        objectType - passed type of applied object
        test - passed test of rule description
        Returns: