BuiltinProbe class

A built-in probe.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of this probe.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(Goal g) double
Evaluates a probe on the given goal, returns a double.
inherited
equals(Probe other) Probe
Returns a probe that returns true if this probe is equal to other.
inherited
getHelp() String
Returns a string containing the documentation for this probe.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator &(Probe other) Probe
Returns a probe that returns true if this probe and other are true.
inherited
operator <(Probe other) Probe
Returns a probe that returns true if this probe is less than other.
inherited
operator <=(Probe other) Probe
Returns a probe that returns true if this probe is less than or equal to other.
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(Probe other) Probe
Returns a probe that returns true if this probe is greater than other.
inherited
operator >=(Probe other) Probe
Returns a probe that returns true if this probe is greater than or equal to other.
inherited
operator |(Probe other) Probe
Returns a probe that returns true if this probe or other are true.
inherited
operator ~() Probe
Returns a probe that returns true if this probe is false.
inherited