trait Struct extends AnyRef
The superclass for all struct elements: atom, negated atom, junction, times and the neutral elememts for the latter two. For details refer to Bruno Woltzenlogel-Paleo's PhD Thesis.
- Source
- Struct.scala
- Alphabetic
- By Inheritance
- Struct
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
alternations(): Int
Calculates the maximum number of times-junction alternations of all paths from the root to one of the leaves.
Calculates the maximum number of times-junction alternations of all paths from the root to one of the leaves. The alternations are a measure for the complexity of the generated clause/sequent set.
- returns
the number of times-junction alternations
- abstract def children: Seq[Struct]
-
abstract
def
formula_equal(that: Struct): Boolean
Struct equality without taking the additional data into account.
Struct equality without taking the additional data into account.
- that
the struct to compare with
- returns
true if the structs are equal modulo data, false otherwise
- abstract def label: Expr
-
abstract
def
size(): Int
Calculates the size (number of nodes of the tree) of the struct.
Calculates the size (number of nodes of the tree) of the struct.
- returns
the size of the struct
-
abstract
def
toFormula: Formula
Allows to access the calculus-specific data of the struct
Allows to access the calculus-specific data of the struct
- returns
the corresponding data element
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Struct, B)
-
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
- @native() @throws( ... )
- def ensuring(cond: (Struct) ⇒ Boolean, msg: ⇒ Any): Struct
- def ensuring(cond: (Struct) ⇒ Boolean): Struct
- def ensuring(cond: Boolean, msg: ⇒ Any): Struct
- def ensuring(cond: Boolean): Struct
-
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
- @native() @throws( ... )
- def →[B](y: B): (Struct, B)
This is the API documentation for GAPT.
The main package is at.logic.gapt.