Uses of Class
org.eaglei.model.EIClass

Uses of EIClass in org.eaglei.model
 

Fields in org.eaglei.model declared as EIClass
static EIClass EIClass.NULL_CLASS
           
 

Methods in org.eaglei.model that return EIClass
 EIClass EIOntModel.getClass(EIURI classId)
          Returns an EIClass for the given URI.
 EIClass EIValueRestriction.getEIClass()
           
 EIClass EIBasicInstance.getInstanceClass()
           
 EIClass EIInstance.getInstanceClass()
           
 EIClass EIObjectProperty.getRange()
          Deprecated. Should call getRangeList() instead.
 EIClass EIBasicInstance.getRootSuperType()
           
 EIClass EIInstance.getRootSuperType()
           
 EIClass EIClass.getSuperClass()
          Gets the superclass of this class.
 EIClass EIOntModel.getSuperClass(EIClass childClass)
           
 

Methods in org.eaglei.model that return types with arguments of type EIClass
 java.util.List<EIClass> EIOntModel.getClassesInGroup(java.lang.String groupId)
          Return the list of EIClasses with the given class group annotation.
 java.util.List<EIClass> EIEquivalentClass.getEquivalentTo()
          Gets the List of EIClasses that this data structure expresses equivalence to.
 java.util.List<EIClass> EIOntModel.getNonResourceBaseClasses()
          Deprecated. Use getClassesInGroup(EIOntConstants.CG_NON_RESOURCE_ROOT)
 java.util.List<EIClass> EIObjectProperty.getRangeList()
          If there are more than one range class, returns the first one.
 java.util.List<EIClass> EIClass.getSubClasses()
          Gets the subclasses of this class.
 java.util.List<EIClass> EIOntModel.getSubClasses(EIURI classId)
           
 java.util.List<EIClass> EIClass.getSuperClasses()
          Gets the list of superclasses of this class.
 java.util.List<EIClass> EIOntModel.getSuperClasses(EIURI classId)
          The first member of the list is the direct superclass of the given class.
 java.util.List<EIClass> EIOntModel.getTopLevelClasses()
          Deprecated. Use getClassesInGroup(EIOntConstants.CG_RESOURCE_ROOT)
 

Methods in org.eaglei.model with parameters of type EIClass
static EIInstance EIInstance.createEmptyInstance(EIClass instanceClass, EIEntity instanceEntity)
           
 EIClass EIOntModel.getSuperClass(EIClass childClass)
           
 void EIBasicInstance.setInstanceClass(EIClass instanceClass)
           
 void EIInstance.setInstanceClass(EIClass instanceClass)
           
 void EIObjectProperty.setRange(EIClass rangeClass)
          This method is only here to support cache unmarshalling of this class.
 void EIBasicInstance.setRootSuperType(EIClass rootSuperType)
           
 void EIInstance.setRootSuperType(EIClass rootSuperType)
           
 void EIClass.setSuperClass(EIClass superclass)
           
 void EIOntModel.Visitor.visit(EIClass c, java.util.Deque<java.lang.String> stack)
           
 

Method parameters in org.eaglei.model with type arguments of type EIClass
 void EIEquivalentClass.setEquivalentTo(java.util.List<EIClass> equivalentTo)
           
 void EIObjectProperty.setRange(java.util.List<EIClass> rangeClasses)
          This method is only here to support cache unmarshalling of this class.
 void EIClass.setSubClasses(java.util.List<EIClass> subclasses)
           
 void EIClass.setSuperClasses(java.util.List<EIClass> superclasses)
           
 

Constructors in org.eaglei.model with parameters of type EIClass
EIObjectProperty(EIEntity entity, EIClass rangeClass)
           
EIValueRestriction(EIValueRestriction.Type type, java.lang.String uri, EIClass eiClass)
           
 

Constructor parameters in org.eaglei.model with type arguments of type EIClass
EIEquivalentClass(java.lang.String uri, java.util.List<EIClass> equivalentTo)
           
EIObjectProperty(EIEntity entity, java.util.List<EIClass> rangeClasses)
           
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.