BuiltinProbe class
A built-in probe.
Properties
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