@PortedFrom(file="tIndividual.h", name="TIndividual") public class Individual extends Concept
Concept.CTTag| Constructor and Description |
|---|
Individual(org.semanticweb.owlapi.model.IRI name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRelated(Individual p)
add all the related elements from the given P
|
void |
addRelated(Related p)
set individual related
|
DlCompletionTree |
getNode() |
List<Individual> |
getRelatedCache(Role r) |
List<Related> |
getRelatedIndex() |
boolean |
hasRelatedCache(Role r) |
void |
initToldSubsumers()
init told subsumers of the individual by it's description
|
boolean |
isFresh() |
void |
setNode(DlCompletionTree node) |
void |
setRelatedCache(Role r,
List<Individual> v)
set the cache of individuals related to THIS via R
|
addDesc, addExtraRule, addLeaves, calculateTSDepth, canInitNonPrim, clear, dropRelevant, getBOTTOM, getClassTag, getClassTagPlain, getDescription, getExtraRules, getNegFeatures, getpBody, getpName, getPosFeatures, getQuery, getTEMP, getTOP, getTsDepth, hasExtraRules, initToldSubsumers, isHasSP, isNominal, isNonPrimitive, isPrimitive, isRelevant, isSingleton, makeNonPrimitive, push, removeDescription, removeSelfFromDescription, resolveId, searchTSbyRoleAndSupers, setHasSP, setNominal, setpBody, setpName, setPrimitive, setRelevant, setSingleton, setToldTop, toStringaddParent, addParentIfNew, addParents, canonicaliseSynonym, getIndex, getSynonym, getTaxVertex, getToldSubsumers, hasToldSubsumers, isClassified, isCompletelyDefined, isNonClassifiable, isSynonym, removeSynonymsFromParents, resolveSynonym, setCompletelyDefined, setIndex, setNonClassifiable, setSynonym, setTaxVertexpublic Individual(org.semanticweb.owlapi.model.IRI name)
name - name@PortedFrom(file="tIndividual.h", name="initToldSubsumers") public void initToldSubsumers()
initToldSubsumers in class Concept@PortedFrom(file="tIndividual.h", name="addRelated") public void addRelated(Related p)
p - p@PortedFrom(file="tIndividual.h", name="addRelated") public void addRelated(Individual p)
p - p@PortedFrom(file="tIndividual.h", name="hasRelatedCache") public boolean hasRelatedCache(Role r)
r - R@PortedFrom(file="tIndividual.h", name="getRelatedCache") public List<Individual> getRelatedCache(Role r)
r - R@PortedFrom(file="tIndividual.h", name="setRelatedCache") public void setRelatedCache(Role r, List<Individual> v)
r - Rv - v@Original public DlCompletionTree getNode()
@Original public boolean isFresh()
@Original public void setNode(DlCompletionTree node)
node - nodeCopyright © 2016 The University of Manchester. All rights reserved.