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