| Package | Description |
|---|---|
| uk.ac.manchester.cs.jfact.datatypes | |
| uk.ac.manchester.cs.jfact.helpers | |
| uk.ac.manchester.cs.jfact.kernel | |
| uk.ac.manchester.cs.jfact.kernel.todolist |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataTypeReasoner.addDataEntry(boolean positive,
DagTag dagtag,
NamedEntry entry,
DepSet dep) |
| Constructor and Description |
|---|
DLVertex(DagTag op,
DLDag heap)
c'tor for Top/CN/And (before adding any operands)
|
DLVertex(DagTag op,
int m,
Role r,
int c,
Role projR,
DLDag heap)
c'tor for max n R_C; and for \A R{n}_C; Note order C, n, R.pointer
|
| Modifier and Type | Method and Description |
|---|---|
static DagTag |
DagTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DagTag[] |
DagTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DLDag.updateIndex(DagTag tag,
int value)
update index corresponding to DLVertex's tag
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToDoList.addEntry(DlCompletionTree node,
DagTag type,
ConceptWDep c)
add entry with given NODE and CONCEPT with given OFFSET to the Todo table
|
int |
ToDoPriorMatrix.getIndex(DagTag op,
boolean sign,
boolean nominalNode) |
Copyright © 2018 The University of Manchester. All rights reserved.