Database class
- Annotations
-
- @immutable
Constructors
-
Database(Iterable<
Rule> rules) - Database.parse(String rules)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
query(
Term goal) → Stream< Node> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited