| Package | Description |
|---|---|
| uk.ac.manchester.cs.jfact.kernel | |
| uk.ac.manchester.cs.jfact.kernel.dl | |
| uk.ac.manchester.cs.jfact.split |
| Modifier and Type | Field and Description |
|---|---|
protected NamedEntity |
NamedEntry.entity |
| Modifier and Type | Method and Description |
|---|---|
NamedEntity |
NamedEntry.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
NamedEntry.setEntity(NamedEntity entity) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConceptName |
class |
DataRoleName |
class |
IndividualName |
class |
NamedEntityImpl |
class |
ObjectRoleName |
| Modifier and Type | Method and Description |
|---|---|
NamedEntity |
TSplitRules.getEntity(int bp) |
| 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<Axiom> |
SigIndex.getAxioms(NamedEntity entity)
given an entity, return a set of all axioms that tontain this entity in a
signature
|
void |
TSignature.remove(NamedEntity p)
remove given element from a signature
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSplitRules.TSplitRule.canFire(Set<NamedEntity> CurrentSig)
check whether signatures of a rule are related to current signature
in such a way that allows rule to fire
|
DepSet |
TSplitRules.TSplitRule.fireDep(Set<NamedEntity> CurrentSig,
Map<NamedEntity,DepSet> SigDep)
calculates dep-set for a rule that can fire, write it to DEP.
|
DepSet |
TSplitRules.TSplitRule.fireDep(Set<NamedEntity> CurrentSig,
Map<NamedEntity,DepSet> SigDep)
calculates dep-set for a rule that can fire, write it to DEP.
|
Copyright © 2013 The University of Manchester. All Rights Reserved.