Uses of Class
org.eaglei.model.EIURI

Uses of EIURI in org.eaglei.model
 

Fields in org.eaglei.model declared as EIURI
static EIURI EIURI.NULL_EIURI
           
 

Methods in org.eaglei.model that return EIURI
static EIURI EIURI.create(java.lang.String id)
           
 EIURI EIBasicInstance.getInstanceURI()
           
 EIURI EIInstanceMinimal.getInstanceURI()
           
 EIURI EIInstance.getInstanceURI()
           
 EIURI SearchEIInstancePreview.getInstanceURI()
           
 EIURI EIOntModel.getResourceProviderProperty(EIURI classURI)
          Gets the resource provider property for a given class URI.
 EIURI EIEntity.getURI()
           
 EIURI EIInstanceMinimal.getWFOwnerUri()
           
 EIURI EIInstanceMinimal.getWFStateUri()
           
 

Methods in org.eaglei.model that return types with arguments of type EIURI
 java.util.List<EIURI> EIInstance.getEmbeddedInstanceUriList()
           
 java.util.Set<EIURI> EIOntModel.getResourceProviderProperties()
          Gets the set of property URIs annotated as a resource provider relationship.
 java.util.Map<EIURI,EIURI> EIOntModel.getResourceProviderPropertyMap()
          Gets a map of eagle-i primary resources to one of their properties which is annotated as the resource provider relationship.
 java.util.Map<EIURI,EIURI> EIOntModel.getResourceProviderPropertyMap()
          Gets a map of eagle-i primary resources to one of their properties which is annotated as the resource provider relationship.
 

Methods in org.eaglei.model with parameters of type EIURI
static EIEntity EIEntity.create(EIURI uri, java.lang.String label)
           
 EIInstance EIInstanceFactory.create(EIURI instanceUri, java.lang.String rdf, java.lang.String lang)
          Create an EIInstance from an RDF String serialization in one of the RDF languages supported by Jena
 EIInstance EIInstanceFactory.createEmbedded(EIURI instanceUri, java.lang.String rdf, java.lang.String lang)
          Create an embedded EIInstance from an RDF String serialization in one of the RDF languages supported by Jena
 EIInstance EIInstanceFactory.createEmpty(EIURI typeUri, EIEntity instanceEntity)
          Create an EIInstance with no properties other than an eiType (at least one type must be set)
 EIInstance EIInstanceFactory.createExtended(EIURI instanceUri, java.lang.String rdf, java.lang.String lang)
          Create an extended EIInstance from an RDF String serialization in one of the RDF languages supported by Jena
 EIClass EIOntModel.getClass(EIURI classId)
          Returns an EIClass for the given URI.
 java.util.Set<java.lang.String> EIOntModel.getClassAnnotations(EIURI classURI)
          Gets the set of class group annotation values for a single EIClass.
 java.lang.String EIOntModel.getClassDefinition(EIURI uri)
           
 java.util.List<EIEquivalentClass> EIOntModel.getEquivalentClasses(EIURI classId)
           
 java.util.List<java.lang.String> EIOntModel.getLabels(EIURI uri)
          Retrieves all unique labels for the specified resource using the the following priority order http://eagle-i.org/ont/app/1.0/preferredLabel http://purl.obolibrary.org/obo/IAO_0000111 (IAO preferred term) rdfs:label http://purl.obolibrary.org/obo/IAO_0000118 (IAO alternate term)
 java.lang.String EIOntModel.getPreferredLabel(EIURI uri)
          Retrieves the preferred label for the specified resource.
 java.util.List<EIProperty> EIOntModel.getProperties(EIURI classId)
           
 java.lang.String EIOntModel.getPropertyDefinition(EIURI uri)
           
 EIURI EIOntModel.getResourceProviderProperty(EIURI classURI)
          Gets the resource provider property for a given class URI.
 java.util.List<EIClass> EIOntModel.getSubClasses(EIURI classId)
           
 java.util.List<EIClass> EIOntModel.getSuperClasses(EIURI classId)
          The first member of the list is the direct superclass of the given class.
 boolean EIOntModel.isSubClass(EIURI ancestorURI, EIURI descendentURI)
           
 void NonOntologyProperties.replaceNonOntologyResourcePropertyValue(EIEntity property, EIURI oldValue, EIEntity newValue)
           
 void EIInstance.replaceNonOntologyResourcePropertyValue(EIEntity property, EIURI oldValue, EIEntity newValue)
           
 void EIBasicInstance.replaceObjectPropertyValue(EIEntity property, EIURI oldValue, EIEntity newValue)
           
 void EIInstance.replaceObjectPropertyValue(EIEntity property, EIURI oldValue, EIEntity newValue)
           
 

Method parameters in org.eaglei.model with type arguments of type EIURI
 java.util.List<java.util.Set<java.lang.String>> EIOntModel.getClassAnnotations(java.util.List<EIURI> classURIs)
          Gets the set of class group annotation values for a given list of classes.
 java.util.List<java.lang.String> EIOntModel.getClassDefinitions(java.util.List<EIURI> classURIs)
          Gets property annotations for a given class.
 java.util.List<java.lang.String> EIOntModel.getPropertyDefinitions(java.util.List<EIURI> propertyURIs)
           
 



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