fr.inrialpes.exmo.ontosim.entity.model
Class HLEntityImpl<E>
java.lang.Object
fr.inrialpes.exmo.ontosim.entity.model.EntityImpl<E>
fr.inrialpes.exmo.ontosim.entity.model.HLEntityImpl<E>
- All Implemented Interfaces:
- Entity<E>, HLEntity<E>
- Direct Known Subclasses:
- HLClassImpl, HLIndividualImpl, HLPropertyImpl
public abstract class HLEntityImpl<E>
- extends EntityImpl<E>
- implements HLEntity<E>
Constructor Summary |
protected |
HLEntityImpl(fr.inrialpes.exmo.ontowrap.HeavyLoadedOntology<E> ont,
E e)
|
Method Summary |
boolean |
getCapabilities(int direct,
int asserted,
int named)
|
protected int |
getIdx(int local,
int asserted,
int named)
|
fr.inrialpes.exmo.ontowrap.HeavyLoadedOntology<E> |
getOntology()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
onto
protected fr.inrialpes.exmo.ontowrap.HeavyLoadedOntology<E> onto
fact
protected HLEntityFactory<E> fact
HLEntityImpl
protected HLEntityImpl(fr.inrialpes.exmo.ontowrap.HeavyLoadedOntology<E> ont,
E e)
getCapabilities
public boolean getCapabilities(int direct,
int asserted,
int named)
getIdx
protected final int getIdx(int local,
int asserted,
int named)
getOntology
public fr.inrialpes.exmo.ontowrap.HeavyLoadedOntology<E> getOntology()
- Specified by:
getOntology
in interface Entity<E>
- Specified by:
getOntology
in interface HLEntity<E>
- Overrides:
getOntology
in class EntityImpl<E>
(C) INRIA & friends, 2008-2009