at.logic.skeptik.algorithm.compressor.combinedRPILU

IdempotentIrregularUnitsLower

object IdempotentIrregularUnitsLower extends IrregularUnits with AlwaysLowerIrregularUnits with IdempotentAlgorithm[SequentProofNode]

Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IdempotentIrregularUnitsLower
  2. IdempotentAlgorithm
  3. AlwaysLowerIrregularUnits
  4. IrregularUnits
  5. Intersection
  6. UnitsCollectingBeforeFixing
  7. AbstractRPIAlgorithm
  8. AbstractRPILUAlgorithm
  9. CompressorAlgorithm
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class DeletedSide extends AnyRef

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  2. class EdgesToDelete extends AnyRef

    Definition Classes
    AbstractRPILUAlgorithm

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object BothDS extends DeletedSide

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  7. object LeftDS extends DeletedSide

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  8. object NoDS extends DeletedSide

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  9. object RightDS extends DeletedSide

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  10. def apply(proof: Proof[SequentProofNode], guard: Guard[SequentProofNode]): Proof[SequentProofNode]

  11. def apply(proof: Proof[SequentProofNode]): Proof[SequentProofNode]

    Definition Classes
    IrregularUnitsCompressorAlgorithm
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def computeSafeLiterals(proof: SequentProofNode, childrensSafeLiterals: Seq[(SequentProofNode, SetSequent)], edgesToDelete: EdgesToDelete): SetSequent

    Attributes
    protected
    Definition Classes
    IntersectionAbstractRPIAlgorithm
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def fixProofNodes(edgesToDelete: EdgesToDelete)(p: SequentProofNode, fixedPremises: Seq[SequentProofNode]): SequentProofNode

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  19. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  22. def isUnit(proof: SequentProofNode, nodeCollection: Proof[SequentProofNode]): Boolean

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  23. def lowerInsteadOfRegularize(node: SequentProofNode, currentChildrenNumber: Int): Boolean

    Attributes
    protected
    Definition Classes
    AlwaysLowerIrregularUnitsIrregularUnits
  24. def mapFixedProofNodes(proofsToMap: Set[SequentProofNode], edgesToDelete: EdgesToDelete, nodeCollection: Proof[SequentProofNode]): HashMap[SequentProofNode, SequentProofNode]

    Attributes
    protected
    Definition Classes
    UnitsCollectingBeforeFixing
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def safeLiteralsFromChild(childWithSafeLiterals: (SequentProofNode, SetSequent), parent: SequentProofNode, edgesToDelete: EdgesToDelete): SetSequent

    Attributes
    protected
    Definition Classes
    AbstractRPIAlgorithm
  29. def sideOf(parent: SequentProofNode, child: SequentProofNode): DeletedSide

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AlwaysLowerIrregularUnits

Inherited from IrregularUnits

Inherited from Intersection

Inherited from AbstractRPIAlgorithm

Inherited from AbstractRPILUAlgorithm

Inherited from AnyRef

Inherited from Any

Ungrouped