Object

at.logic.gapt.provers.atp.commands.robinson

VariantsCommand

Related Doc: package robinson

Permalink

object VariantsCommand extends DataCommand[OccClause] with Logger with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Logger, DataCommand[OccClause], (State, Any) ⇒ Iterable[(State, Any)], Command[OccClause], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VariantsCommand
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logger
  7. DataCommand
  8. Function2
  9. Command
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(state: State, data: Any): List[(State, (ResolutionProof[OccClause], ResolutionProof[OccClause]))]

    Permalink
    Definition Classes
    VariantsCommand → Function2
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def curried: (State) ⇒ (Any) ⇒ Iterable[(State, Any)]

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  8. def debug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def error(msg: ⇒ String, e: Throwable): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  12. def error(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def info(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isSubsequentOf(c: Command[OccClause]): Boolean

    Permalink
    Definition Classes
    Command
  18. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  19. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    VariantsCommand → Function2 → AnyRef → Any
  25. def trace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  26. def tupled: ((State, Any)) ⇒ Iterable[(State, Any)]

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def warn(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  31. def warn(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logger

Inherited from DataCommand[OccClause]

Inherited from (State, Any) ⇒ Iterable[(State, Any)]

Inherited from Command[OccClause]

Inherited from AnyRef

Inherited from Any

Ungrouped