Class PluginAnalysis


  • public class PluginAnalysis
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginAnalysis​(String newPattern)
      Construct an 'unhappy' analysis - we think this set is not a valid instance of this Semantic Type.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getNewPattern()  
      boolean isValid()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SIMPLE_NOT_OK

        public static PluginAnalysis SIMPLE_NOT_OK
        Analysis was unsuccessful - and we want to back out to a wildcard match.
    • Constructor Detail

      • PluginAnalysis

        public PluginAnalysis​(String newPattern)
        Construct an 'unhappy' analysis - we think this set is not a valid instance of this Semantic Type.
        Parameters:
        newPattern - The recommended new pattern.
    • Method Detail

      • isValid

        public boolean isValid()
      • getNewPattern

        public String getNewPattern()