class LiteralWithIndexLists extends AnyRef
Supposed to contain the data of a unified literal and whether it makes a non-tautological leaf of the reduced representation true
- Source
- introducePiCut.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- LiteralWithIndexLists
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
LiteralWithIndexLists(literal: Formula, leafIndexList: List[LeafIndex], numberOfDNTAs: Int, foundNonEmptyPList: Boolean, foundEmptyMList: Boolean)
- leafIndexList
Supposed to contain the data which leaf of the reduced representation becomes true for which substitution of the literal
- foundNonEmptyPList
Supposed to be true if there is a at least one leaf of the reduced representation and one substitution of the form (xCut->alpha,yCut->t_i(alpha)) such that the leaf becomes true
- foundEmptyMList
Supposed to be true if there is a at least one leaf of the reduced representation and one substitution of the form (xCut->r_j,yCut->beta_j) such that the leaf becomes true
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from LiteralWithIndexLists to any2stringadd[LiteralWithIndexLists] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (LiteralWithIndexLists, B)
- Implicit
- This member is added by an implicit conversion from LiteralWithIndexLists to ArrowAssoc[LiteralWithIndexLists] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (LiteralWithIndexLists) ⇒ Boolean, msg: ⇒ Any): LiteralWithIndexLists
- Implicit
- This member is added by an implicit conversion from LiteralWithIndexLists to Ensuring[LiteralWithIndexLists] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (LiteralWithIndexLists) ⇒ Boolean): LiteralWithIndexLists
- Implicit
- This member is added by an implicit conversion from LiteralWithIndexLists to Ensuring[LiteralWithIndexLists] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): LiteralWithIndexLists
- Implicit
- This member is added by an implicit conversion from LiteralWithIndexLists to Ensuring[LiteralWithIndexLists] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): LiteralWithIndexLists
- Implicit
- This member is added by an implicit conversion from LiteralWithIndexLists to Ensuring[LiteralWithIndexLists] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from LiteralWithIndexLists to StringFormat[LiteralWithIndexLists] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- val foundEmptyMList: Boolean
- val foundNonEmptyPList: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val leafIndexList: List[LeafIndex]
- val literal: Formula
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val numberOfDNTAs: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (LiteralWithIndexLists, B)
- Implicit
- This member is added by an implicit conversion from LiteralWithIndexLists to ArrowAssoc[LiteralWithIndexLists] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc