Packages

package AIAnalysis

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AcceptAnalysis(registerId: ContractId[Register]) extends ValueRef with Product with Serializable
  2. final case class AnalysisResult(registry: Party, analyser: Party, clientId: Text, diagnosis: Text) extends Template[AnalysisResult] with Product with Serializable
  3. final case class AnonymizedRecords(registry: Party, analyser: Party, clientId: Text, records: List[Record]) extends Template[AnonymizedRecords] with Product with Serializable
  4. final case class OfferAnalysis(registry: Party, owner: Party, analyser: Party) extends Template[OfferAnalysis] with Product with Serializable
  5. final case class PendingAnalysis(registry: Party, owner: Party, analyser: Party, clientId: Text, registerId: ContractId[Register]) extends Template[PendingAnalysis] with Product with Serializable
  6. final case class ProcessingDone(diagnosis: Text) extends ValueRef with Product with Serializable
  7. final case class RecordResult(resultId: ContractId[AnalysisResult]) extends ValueRef with Product with Serializable
  8. final case class ResultRecorded() extends ValueRef with Product with Serializable

Value Members

  1. object AcceptAnalysis extends ValueRefCompanion with (ContractId[Register]) => AcceptAnalysis with Serializable
  2. object AnalysisResult extends TemplateCompanion[AnalysisResult] with (Party, Party, Text, Text) => AnalysisResult with Serializable
  3. object AnonymizedRecords extends TemplateCompanion[AnonymizedRecords] with (Party, Party, Text, List[Record]) => AnonymizedRecords with Serializable
  4. object OfferAnalysis extends TemplateCompanion[OfferAnalysis] with (Party, Party, Party) => OfferAnalysis with Serializable
  5. object PendingAnalysis extends TemplateCompanion[PendingAnalysis] with (Party, Party, Party, Text, ContractId[Register]) => PendingAnalysis with Serializable
  6. object ProcessingDone extends ValueRefCompanion with (Text) => ProcessingDone with Serializable
  7. object RecordResult extends ValueRefCompanion with (ContractId[AnalysisResult]) => RecordResult with Serializable
  8. object ResultRecorded extends ValueRefCompanion with () => ResultRecorded with Serializable

Ungrouped