public class HLClassImpl<E> extends HLEntityImpl<E> implements HLClass<E>
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.ref.Reference<java.util.Set<HLProperty<E>>>> |
dataproperties |
private java.util.List<java.lang.ref.Reference<java.util.Set<HLIndividual<E>>>> |
instances |
private java.util.List<java.lang.ref.Reference<java.util.Set<HLProperty<E>>>> |
objectproperties |
private java.util.List<java.lang.ref.Reference<java.util.Set<HLProperty<E>>>> |
properties |
private java.util.List<java.lang.ref.Reference<java.util.Set<HLClass<E>>>> |
subclasses |
private java.util.List<java.lang.ref.Reference<java.util.Set<HLClass<E>>>> |
superclasses |
fact, onto
Modifier | Constructor and Description |
---|---|
protected |
HLClassImpl(fr.inrialpes.exmo.ontowrap.HeavyLoadedOntology<E> ont,
E e) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<HLProperty<E>> |
getDataProperties(int local,
int asserted,
int named) |
java.util.Set<HLIndividual<E>> |
getInstances(int local,
int asserted,
int named) |
java.util.Set<HLProperty<E>> |
getObjectProperties(int local,
int asserted,
int named) |
java.util.Set<HLProperty<E>> |
getProperties(int local,
int asserted,
int named) |
java.util.Set<HLClass<E>> |
getSubClasses(int local,
int asserted,
int named) |
java.util.Set<HLClass<E>> |
getSuperClasses(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<HLClass<E>>>> superclasses
private java.util.List<java.lang.ref.Reference<java.util.Set<HLProperty<E>>>> properties
private java.util.List<java.lang.ref.Reference<java.util.Set<HLProperty<E>>>> dataproperties
private java.util.List<java.lang.ref.Reference<java.util.Set<HLProperty<E>>>> objectproperties
private java.util.List<java.lang.ref.Reference<java.util.Set<HLIndividual<E>>>> instances
public java.util.Set<HLClass<E>> getSubClasses(int local, int asserted, int named)
getSubClasses
in interface HLClass<E>
public java.util.Set<HLClass<E>> getSuperClasses(int local, int asserted, int named)
getSuperClasses
in interface HLClass<E>
public java.util.Set<HLProperty<E>> getProperties(int local, int asserted, int named)
getProperties
in interface HLClass<E>
public java.util.Set<HLProperty<E>> getDataProperties(int local, int asserted, int named)
getDataProperties
in interface HLClass<E>
public java.util.Set<HLProperty<E>> getObjectProperties(int local, int asserted, int named)
getObjectProperties
in interface HLClass<E>
public java.util.Set<HLIndividual<E>> getInstances(int local, int asserted, int named)
getInstances
in interface HLClass<E>
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017