class ProofNodeInfo[T <: DagProof[T]] extends NodeInfo
- Source
- TreeVizView.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProofNodeInfo
- NodeInfo
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProofNodeInfo()
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 ProofNodeInfo[T] to any2stringadd[ProofNodeInfo[T]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ProofNodeInfo[T], B)
- Implicit
- This member is added by an implicit conversion from ProofNodeInfo[T] to ArrowAssoc[ProofNodeInfo[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addChangeListener(l: ChangeListener): Unit
- Definition Classes
- ProofNodeInfo → NodeInfo
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- val colorizer: ProofColorizer
-
def
ensuring(cond: (ProofNodeInfo[T]) ⇒ Boolean, msg: ⇒ Any): ProofNodeInfo[T]
- Implicit
- This member is added by an implicit conversion from ProofNodeInfo[T] to Ensuring[ProofNodeInfo[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ProofNodeInfo[T]) ⇒ Boolean): ProofNodeInfo[T]
- Implicit
- This member is added by an implicit conversion from ProofNodeInfo[T] to Ensuring[ProofNodeInfo[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ProofNodeInfo[T]
- Implicit
- This member is added by an implicit conversion from ProofNodeInfo[T] to Ensuring[ProofNodeInfo[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ProofNodeInfo[T]
- Implicit
- This member is added by an implicit conversion from ProofNodeInfo[T] to Ensuring[ProofNodeInfo[T]] 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
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ProofNodeInfo[T] to StringFormat[ProofNodeInfo[T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
getActions(path: TreePath2[TreeNode]): Array[Action]
- Definition Classes
- ProofNodeInfo → NodeInfo
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getColor(path: TreePath2[TreeNode]): Color
- Definition Classes
- ProofNodeInfo → NodeInfo
-
def
getColorizer(): ProofColorizer
- Definition Classes
- ProofNodeInfo → NodeInfo
-
def
getCumulatedWeight(path: TreePath2[TreeNode]): Long
- Definition Classes
- ProofNodeInfo → NodeInfo
-
def
getImage(path: TreePath2[TreeNode]): Null
- Definition Classes
- ProofNodeInfo → NodeInfo
-
def
getName(path: TreePath2[TreeNode]): String
- Definition Classes
- ProofNodeInfo → NodeInfo
-
def
getTooltip(path: TreePath2[TreeNode]): String
- Definition Classes
- ProofNodeInfo → NodeInfo
-
def
getWeight(path: TreePath2[TreeNode]): Long
- Definition Classes
- ProofNodeInfo → NodeInfo
-
def
getWeightFormatted(path: TreePath2[TreeNode]): String
- Definition Classes
- ProofNodeInfo → NodeInfo
-
def
getWeighter(): Weighter
- Definition Classes
- ProofNodeInfo → NodeInfo
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
init(root: TreeNode): Unit
- Definition Classes
- ProofNodeInfo → NodeInfo
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
removeChangeListener(l: ChangeListener): Unit
- Definition Classes
- ProofNodeInfo → NodeInfo
- var root: Option[ProofNode[T]]
- val sequentNameCache: Map[HOLSequent, String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toggleColorWeighter(): Unit
- Definition Classes
- ProofNodeInfo → NodeInfo
-
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( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- var weighter: Option[Weighter]
-
def
→[B](y: B): (ProofNodeInfo[T], B)
- Implicit
- This member is added by an implicit conversion from ProofNodeInfo[T] to ArrowAssoc[ProofNodeInfo[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
This is the API documentation for GAPT.
The main package is gapt.