| Package | Description |
|---|---|
| uk.ac.manchester.cs.jfact.kernel | |
| uk.ac.manchester.cs.jfact.kernel.dl | |
| uk.ac.manchester.cs.jfact.split |
| Modifier and Type | Method and Description |
|---|---|
NamedEntity |
NamedEntry.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReasoningKernel.buildSignature(NamedEntity entity,
List<AxiomInterface> Module,
Set<NamedEntity> toProcess)
build signature for ENTITY and all dependent entities from toProcess;
look for modules in Module;
|
void |
NamedEntry.setEntity(NamedEntity entity) |
void |
ReasoningKernel.setupSig(NamedEntity entity,
List<AxiomInterface> Module)
setup Name2Sig for a given entity;
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReasoningKernel.buildSignature(NamedEntity entity,
List<AxiomInterface> Module,
Set<NamedEntity> toProcess)
build signature for ENTITY and all dependent entities from toProcess;
look for modules in Module;
|
void |
TBox.reclassify(Set<NamedEntity> MPlus,
Set<NamedEntity> MMinus) |
void |
TBox.reclassify(Set<NamedEntity> MPlus,
Set<NamedEntity> MMinus) |
void |
DLConceptTaxonomy.reclassify(Set<NamedEntity> plus,
Set<NamedEntity> minus) |
void |
DLConceptTaxonomy.reclassify(Set<NamedEntity> plus,
Set<NamedEntity> minus) |
void |
TBox.setNameSigMap(Map<NamedEntity,TSignature> p)
set NameSigMap
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConceptName
named concept
|
class |
DataRoleName
data role name
|
class |
IndividualName
individual name
|
class |
NamedEntityImpl
named entity base class
|
class |
ObjectRoleName
object role
|
| Modifier and Type | Method and Description |
|---|---|
Set<NamedEntity> |
TSignature.begin() |
List<NamedEntity> |
TSignature.intersect(TSignature s2) |
| Modifier and Type | Method and Description |
|---|---|
void |
TSignature.add(NamedEntity p)
add names to signature
|
boolean |
TSignature.containsNamedEntity(NamedEntity p) |
Collection<AxiomInterface> |
SigIndex.getAxioms(NamedEntity entity)
given an entity,
|
boolean |
TSignature.nc(NamedEntity entity) |
void |
TSignature.remove(NamedEntity p)
remove given element from a signature
|
Copyright © 2015 The University of Manchester. All rights reserved.