case class COrUnproven(proposition: COR, challengeOpt: Option[Challenge] = None, simulated: Boolean, children: Seq[ProofTree], position: NodePosition = NodePosition.CryptoTreePrefix) extends UnprovenConjecture with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- COrUnproven
- Serializable
- Serializable
- UnprovenConjecture
- ProofTreeConjecture
- UnprovenTree
- ProofTree
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new COrUnproven(proposition: COR, challengeOpt: Option[Challenge] = None, simulated: Boolean, children: Seq[ProofTree], position: NodePosition = NodePosition.CryptoTreePrefix)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
challengeOpt: Option[Challenge]
Challenge used by the prover.
Challenge used by the prover.
- Definition Classes
- COrUnproven → UnprovenTree
-
val
children: Seq[ProofTree]
- Definition Classes
- COrUnproven → ProofTreeConjecture
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
conjectureType: ConjectureType.Value
- Definition Classes
- COrUnproven → ProofTreeConjecture
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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()
-
val
position: NodePosition
Position of the node in the tree, see comments for
position
field insigmastate.interpreter.Hint
Position of the node in the tree, see comments for
position
field insigmastate.interpreter.Hint
- Definition Classes
- COrUnproven → UnprovenTree
-
val
proposition: COR
Node's sigma-protocol statement to be proven.
Node's sigma-protocol statement to be proven.
- Definition Classes
- COrUnproven → UnprovenTree
-
def
real: Boolean
- Definition Classes
- UnprovenTree
-
val
simulated: Boolean
Whether the node represents simulated sigma-protocol
Whether the node represents simulated sigma-protocol
- Definition Classes
- COrUnproven → UnprovenTree
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withChallenge(challenge: Challenge): COrUnproven
- Definition Classes
- COrUnproven → UnprovenTree
-
def
withPosition(updatedPosition: NodePosition): UnprovenTree
- Definition Classes
- COrUnproven → UnprovenTree
-
def
withSimulated(newSimulated: Boolean): COrUnproven
- Definition Classes
- COrUnproven → UnprovenTree
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.