Object/Class

at.logic.gapt.proofs.lk

rule_isomorphic

Related Docs: class rule_isomorphic | package lk

Permalink

object rule_isomorphic extends rule_isomorphic

Created by marty on 8/25/14.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. rule_isomorphic
  2. rule_isomorphic
  3. AnyRef
  4. 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(p1: LKProof, p2: LKProof, pred: (RuleTypeA, RuleTypeA) ⇒ Boolean): Boolean

    Permalink

    Checks if the lk proofs p1 and p2 are equal modulo the predicate pred.

    Checks if the lk proofs p1 and p2 are equal modulo the predicate pred. The branching structure must be kept intact.

    p1

    an LK proof

    p2

    the LK proof to compare to

    pred

    a predicate returning true whenever the two rule types should be considered isomorphic

    returns

    true iff p1 and p2 are ismorphic modulo pred

    Definition Classes
    rule_isomorphic
  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. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from rule_isomorphic

Inherited from AnyRef

Inherited from Any

Ungrouped