| Package | Description | 
|---|---|
| org.opennars.inference | 
 The inference rules and control functions 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
static RuleTables.EnumFigureSide | 
RuleTables.EnumFigureSide.valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static RuleTables.EnumFigureSide[] | 
RuleTables.EnumFigureSide.values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
private static Statement.EnumStatementSide | 
RuleTables.retSideFromFigure(int figure,
                 RuleTables.EnumFigureSide sideOfFigure) | 
 converts the side of a figure to a zero based index - which determines the side of the Statement
 a figure is a encoding for the sides 
 | 
Copyright © 2020 OpenNARS. All rights reserved.