MultipazProject
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
MultipazProject
multipaz-provisioning
/
org.multipaz.provisioning.proofing
/
ProofingGraph
/
SimpleNode
Simple
Node
class
SimpleNode
(
val
nodeId
:
String
,
followUp
:
ProofingGraph.Node
?
,
request
:
EvidenceRequest
)
:
ProofingGraph.Node
Members
Constructors
Simple
Node
Link copied to clipboard
constructor
(
nodeId
:
String
,
followUp
:
ProofingGraph.Node
?
,
request
:
EvidenceRequest
)
Properties
follow
Ups
Link copied to clipboard
open
override
val
followUps
:
Iterable
<
ProofingGraph.Node
>
node
Id
Link copied to clipboard
open
override
val
nodeId
:
String
requests
Link copied to clipboard
open
override
val
requests
:
List
<
EvidenceRequest
>
Functions
select
Follow
Up
Link copied to clipboard
open
fun
selectFollowUp
(
response
:
EvidenceResponse
)
:
ProofingGraph.Node
?