Class AbstractNamedAcexAnalyzer

  • All Implemented Interfaces:
    AcexAnalyzer

    public abstract class AbstractNamedAcexAnalyzer
    extends Object
    implements AcexAnalyzer
    An abstract counterexample analyzer that carries a name.
    • Constructor Detail

      • AbstractNamedAcexAnalyzer

        public AbstractNamedAcexAnalyzer​(String name)
        Constructor.
        Parameters:
        name - the name of the counterexample analyzer
    • Method Detail

      • getName

        public String getName()
        Retrieves the name of this analyzer.
        Returns:
        the name of this analyzer