public abstract class Instance extends Object
Constructor | Description |
---|---|
Instance() |
Modifier and Type | Method | Description |
---|---|---|
static Inheritance |
make(Term subject,
Term predicate) |
Try to make a new compound from two components.
|
public static Inheritance make(Term subject, Term predicate)
A {-- B becomes {A} --> B
subject
- The first componentpredicate
- The second componentCopyright © 2020 OpenNARS. All rights reserved.