public class HLPropertyImpl<E> extends HLEntityImpl<E> implements HLProperty<E>
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.ref.Reference<java.util.Set<HLClass<E>>>> |
domains |
private java.util.List<java.lang.ref.Reference<java.util.Set<HLClass<E>>>> |
ranges |
private java.util.List<java.lang.ref.Reference<java.util.Set<HLProperty<E>>>> |
subproperties |
private java.util.List<java.lang.ref.Reference<java.util.Set<HLProperty<E>>>> |
superproperties |
fact, onto
Modifier | Constructor and Description |
---|---|
protected |
HLPropertyImpl(fr.inrialpes.exmo.ontowrap.HeavyLoadedOntology<E> ont,
E e) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<HLClass<E>> |
getDomain(int asserted) |
java.util.Set<HLClass<E>> |
getRange(int asserted) |
java.util.Set<HLProperty<E>> |
getSubProperties(int local,
int asserted,
int named) |
java.util.Set<HLProperty<E>> |
getSuperProperties(int local,
int asserted,
int named) |
getCapabilities, getIdx, getOntology
getAnnotations, getComments, getLabels, getObject, getURI, isClass, isDataProperty, isIndividual, isObjectProperty, isProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOntology
getAnnotations, getComments, getLabels, getObject, getURI, isClass, isDataProperty, isIndividual, isObjectProperty, isProperty
private java.util.List<java.lang.ref.Reference<java.util.Set<HLProperty<E>>>> subproperties
private java.util.List<java.lang.ref.Reference<java.util.Set<HLProperty<E>>>> superproperties
public java.util.Set<HLProperty<E>> getSubProperties(int local, int asserted, int named)
getSubProperties
in interface HLProperty<E>
public java.util.Set<HLProperty<E>> getSuperProperties(int local, int asserted, int named)
getSuperProperties
in interface HLProperty<E>
public java.util.Set<HLClass<E>> getRange(int asserted)
getRange
in interface HLProperty<E>
public java.util.Set<HLClass<E>> getDomain(int asserted)
getDomain
in interface HLProperty<E>
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017