Uses of Class
nars.language.Inheritance

Packages that use Inheritance
nars.inference The inference rules and control functions 
nars.language Term hierarchy in Narsese 
 

Uses of Inheritance in nars.inference
 

Methods in nars.inference with parameters of type Inheritance
(package private) static void StructuralRules.transformProductImage(Inheritance inh, CompoundTerm oldContent, short[] indices, Task task)
          Equivalent transformation between products and images {<(*, S, M) --> P>, S@(*, S, M)} |- (/, P, _, M)> { (/, P, _, M)>, P@(/, P, _, M)} |- <(*, S, M) --> P> { (/, P, _, M)>, M@(/, P, _, M)} |- (/, P, S, _)>
 

Uses of Inheritance in nars.language
 

Methods in nars.language that return Inheritance
static Inheritance Inheritance.make(Term subject, Term predicate)
          Try to make a new compound from two components.