The CogVerifierBasic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| InputDatabase |
Get and set the input database.
| |
| InputDatabaseSubset |
Get and set the subset of keys that the verifier should run against. The specified
keys must exist in the input database, otherwise the verifier will thrown an exception
during runtime.
| |
| IsBusy |
Get the current state of the verifier. Returns true if the verifier is busy, otherwise returns false.
No properties can be changed when the verifier is busy.
| |
| OutputDatabase |
Get and set the output database where the results of verification will be stored.
| |
| OutputDatabaseEnable |
Get and set the various flags that control what gets stored into the output database when the
verifier runs.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| Statistics |
Get the statistics object associated with this verifier object.
| |
| UnknownResultBehavior |
Get and set the behavior of the verifier (either match or mismatch) when an Unknown SimpleResult is encountered.
| |
| VisionTool |
Get and set the CogToolBlock under test. Note, the type of this property is ICogTool, but
the input must be of type CogToolBlock.
|
See Also