ConformanceVector

class ConformanceVector(val guard: String, val query: String, val candidate: String, val reject: Boolean, val reason: String?)

One expected decision: a named guard, two prompts, and whether it rejects them.

Constructors

Link copied to clipboard
constructor(guard: String, query: String, candidate: String, reject: Boolean, reason: String?)

Properties

Link copied to clipboard

The prompt already in the cache.

Link copied to clipboard

The guard this vector is about, by MatchGuard.name.

Link copied to clipboard

The incoming prompt.

Link copied to clipboard

The reason the reference implementation gave, or null when it accepted.

Link copied to clipboard

Whether a conformant implementation must reject.

Functions

Link copied to clipboard
open override fun toString(): String