sealed abstract class SequentIndex extends Ordered[SequentIndex]
Represents an index of an element in a sequent.
In a sequent, the elements have the following indices: Ant(0), Ant(1), ..., Ant(m) :- Suc(0), Suc(1), ..., Suc(n)
- Source
- sequents.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- SequentIndex
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
+(i: Int): SequentIndex
Increments the index by a natural number.
-
abstract
def
-(i: Int): SequentIndex
Decrements the index by a natural number.
- abstract def polarity: Polarity
-
abstract
def
toInt: Int
Injective conversion to integers.
- abstract def withinSizes(p: (Int, Int)): Boolean
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
->[B](y: B): (SequentIndex, B)
- Implicit
- This member is added by an implicit conversion from SequentIndex to ArrowAssoc[SequentIndex] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
<(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
def
<=(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
def
>=(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compare(that: SequentIndex): Int
- Definition Classes
- SequentIndex → Ordered
-
def
compareTo(that: SequentIndex): Int
- Definition Classes
- Ordered → Comparable
-
def
ensuring(cond: (SequentIndex) ⇒ Boolean, msg: ⇒ Any): SequentIndex
- Implicit
- This member is added by an implicit conversion from SequentIndex to Ensuring[SequentIndex] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SequentIndex) ⇒ Boolean): SequentIndex
- Implicit
- This member is added by an implicit conversion from SequentIndex to Ensuring[SequentIndex] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SequentIndex
- Implicit
- This member is added by an implicit conversion from SequentIndex to Ensuring[SequentIndex] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SequentIndex
- Implicit
- This member is added by an implicit conversion from SequentIndex to Ensuring[SequentIndex] 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 SequentIndex to StringFormat[SequentIndex] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAnt: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSuc: Boolean
-
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()
- def sameSideAs(that: SequentIndex): Boolean
-
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): (SequentIndex, B)
- Implicit
- This member is added by an implicit conversion from SequentIndex to ArrowAssoc[SequentIndex] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SequentIndex to any2stringadd[SequentIndex] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sequentIndex: any2stringadd[SequentIndex]).+(other)
- Definition Classes
- any2stringadd
-
def
<(that: SequentIndex): Boolean
- Implicit
- This member is added by an implicit conversion from SequentIndex to Ordered[SequentIndex] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sequentIndex: Ordered[SequentIndex]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: SequentIndex): Boolean
- Implicit
- This member is added by an implicit conversion from SequentIndex to Ordered[SequentIndex] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sequentIndex: Ordered[SequentIndex]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: SequentIndex): Boolean
- Implicit
- This member is added by an implicit conversion from SequentIndex to Ordered[SequentIndex] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sequentIndex: Ordered[SequentIndex]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: SequentIndex): Boolean
- Implicit
- This member is added by an implicit conversion from SequentIndex to Ordered[SequentIndex] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sequentIndex: Ordered[SequentIndex]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: SequentIndex): Int
- Implicit
- This member is added by an implicit conversion from SequentIndex to Ordered[SequentIndex] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sequentIndex: Ordered[SequentIndex]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: SequentIndex): Int
- Implicit
- This member is added by an implicit conversion from SequentIndex to Ordered[SequentIndex] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sequentIndex: Ordered[SequentIndex]).compareTo(that)
- Definition Classes
- Ordered → Comparable
This is the API documentation for GAPT.
The main package is at.logic.gapt.