A C E G H I N O R S T V

A

addDatattypePropertyToInstance(EIEntity, String) - Method in class org.eaglei.model.EIInstance
 
addEIType(EIEntity) - Method in class org.eaglei.model.EIInstance
 
addNonOntologyLiteralProperty(EIEntity, String) - Method in class org.eaglei.model.EIInstance
 
addNonOntologyResourceProperty(EIEntity, EIURI) - Method in class org.eaglei.model.EIInstance
 
addObjectPropertyToInstance(EIEntity, EIURI) - Method in class org.eaglei.model.EIInstance
 

C

compareTo(Object) - Method in class org.eaglei.model.EIInstance
 
create(String, String) - Static method in class org.eaglei.model.EIEntity
 
create(EIURI, String) - Static method in class org.eaglei.model.EIEntity
 
create(EIEntity, EIEntity) - Static method in class org.eaglei.model.EIInstance
 
create(String) - Static method in class org.eaglei.model.EIURI
 

E

EIClass - Class in org.eaglei.model
 
EIClass(EIEntity, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eaglei.model.EIClass
 
EIDatatypeProperty - Class in org.eaglei.model
 
EIDatatypeProperty(EIEntity, String) - Constructor for class org.eaglei.model.EIDatatypeProperty
 
EIEntity - Class in org.eaglei.model
A class that associates a label string with a URI.
EIEquivalentClass - Class in org.eaglei.model
This data structure represents equivalence information.
EIEquivalentClass(String, List<EIClass>) - Constructor for class org.eaglei.model.EIEquivalentClass
 
EIInstance - Class in org.eaglei.model
 
EIObjectProperty - Class in org.eaglei.model
 
EIObjectProperty(EIEntity, EIClass) - Constructor for class org.eaglei.model.EIObjectProperty
 
EIObjectProperty(EIEntity, List<EIClass>) - Constructor for class org.eaglei.model.EIObjectProperty
 
EIOntModel - Interface in org.eaglei.model
Provides access to the eagle-i ontology model, a.k.a the data model.
EIOntModel.Visitor - Interface in org.eaglei.model
Interface passed into a call to traverseDataModel.
EIOntResource - Class in org.eaglei.model
 
EIOntResource() - Constructor for class org.eaglei.model.EIOntResource
 
EIOntResource(EIEntity) - Constructor for class org.eaglei.model.EIOntResource
 
EIProperty - Class in org.eaglei.model
 
EIProperty() - Constructor for class org.eaglei.model.EIProperty
 
EIProperty(EIEntity) - Constructor for class org.eaglei.model.EIProperty
 
EIResource - Class in org.eaglei.model
 
EIResource() - Constructor for class org.eaglei.model.EIResource
 
EIResource(EIEntity) - Constructor for class org.eaglei.model.EIResource
 
EIURI - Class in org.eaglei.model
 
equals(Object) - Method in class org.eaglei.model.EIEntity
 
equals(Object) - Method in class org.eaglei.model.EIResource
 
equals(Object) - Method in class org.eaglei.model.EIURI
 

G

generateStackTrace(Deque<String>) - Method in interface org.eaglei.model.EIOntModel
Produces a default display string from the semantic relationship stack generated by data model traversal.
getClass(EIURI) - Method in interface org.eaglei.model.EIOntModel
Returns an EIClass for the given URI.
getClassDefinition(EIURI) - Method in interface org.eaglei.model.EIOntModel
 
getClassDefinitions(List<EIURI>) - Method in interface org.eaglei.model.EIOntModel
 
getCreationDate() - Method in class org.eaglei.model.EIInstance
 
getDatatypeProperties() - Method in class org.eaglei.model.EIInstance
 
getDefinition() - Method in class org.eaglei.model.EIOntResource
A class definition string.
getEntity() - Method in class org.eaglei.model.EIResource
 
getEquivalentClasses() - Method in class org.eaglei.model.EIClass
Gets the equivalent classes of this class.
getEquivalentClasses(EIURI) - Method in interface org.eaglei.model.EIOntModel
 
getEquivalentTo() - Method in class org.eaglei.model.EIEquivalentClass
Gets the List of EIClasses that this data structure expresses equivalence to.
getInstanceLabel() - Method in class org.eaglei.model.EIInstance
 
getInstanceType() - Method in class org.eaglei.model.EIInstance
 
getInstanceURI() - Method in class org.eaglei.model.EIInstance
 
getInstitutions() - Method in interface org.eaglei.model.EIOntModel
Deprecated. use the InstitutionRegistry bean instead
getLabel() - Method in class org.eaglei.model.EIEntity
 
getLabels(EIURI) - Method in interface org.eaglei.model.EIOntModel
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)
getNonOntologyLiteralProperties() - Method in class org.eaglei.model.EIInstance
 
getNonOntologyResourceProperties() - Method in class org.eaglei.model.EIInstance
 
getNonResourceBaseClasses() - Method in interface org.eaglei.model.EIOntModel
 
getObjectProperties() - Method in class org.eaglei.model.EIInstance
 
getOtherEITypes() - Method in class org.eaglei.model.EIInstance
 
getPreferredLabel(EIURI) - Method in interface org.eaglei.model.EIOntModel
Retrieves the preferred label for the specified resource.
getProperties() - Method in class org.eaglei.model.EIClass
Gets the properties of this class.
getProperties(EIURI) - Method in interface org.eaglei.model.EIOntModel
 
getPropertyDefinition(EIURI) - Method in interface org.eaglei.model.EIOntModel
 
getPropertyDefinitions(List<EIURI>) - Method in interface org.eaglei.model.EIOntModel
 
getRange() - Method in class org.eaglei.model.EIObjectProperty
Deprecated. Should call getRangeList() instead.
getRangeList() - Method in class org.eaglei.model.EIObjectProperty
If there are more than one range class, returns the first one.
getReadOnlyLiteralProperties() - Method in class org.eaglei.model.EIInstance
 
getReadOnlyResourceProperties() - Method in class org.eaglei.model.EIInstance
 
getSubClasses() - Method in class org.eaglei.model.EIClass
Gets the subclasses of this class.
getSubClasses(EIURI) - Method in interface org.eaglei.model.EIOntModel
 
getSuperClass() - Method in class org.eaglei.model.EIClass
Gets the superclass of this class.
getSuperClass(EIClass) - Method in interface org.eaglei.model.EIOntModel
 
getSuperClasses() - Method in class org.eaglei.model.EIClass
Gets the list of superclasses of this class.
getSuperClasses(EIURI) - Method in interface org.eaglei.model.EIOntModel
 
getTopLevelClasses() - Method in interface org.eaglei.model.EIOntModel
 
getTypeLabel() - Method in class org.eaglei.model.EIDatatypeProperty
 
getURI() - Method in class org.eaglei.model.EIEntity
 
getURI() - Method in class org.eaglei.model.EIEquivalentClass
URI of the equivalent class data structure itself.
getVersion() - Method in interface org.eaglei.model.EIOntModel
Gets the version of the eagle-i ontology.
getWFOwner() - Method in class org.eaglei.model.EIInstance
 
getWFState() - Method in class org.eaglei.model.EIInstance
 

H

hasEquivalentClass() - Method in class org.eaglei.model.EIClass
Is there an EIEquivalentClass for this class.
hashCode() - Method in class org.eaglei.model.EIEntity
 
hashCode() - Method in class org.eaglei.model.EIResource
 
hashCode() - Method in class org.eaglei.model.EIURI
 
hasProperty() - Method in class org.eaglei.model.EIClass
 
hasSubClass() - Method in class org.eaglei.model.EIClass
 
hasSuperClass() - Method in class org.eaglei.model.EIClass
Indicates whether this class has a superclass.

I

isEagleIResource() - Method in class org.eaglei.model.EIClass
Returns true if this class is an eagle-i class (a top-level resource class or a subclass of a top-level class).
isModelClassURI(String) - Method in interface org.eaglei.model.EIOntModel
Determines if the given URI is recognized as being an eagle-i data model URI.

N

NO_DEFINITION - Static variable in class org.eaglei.model.EIOntResource
 
NO_LABEL - Static variable in class org.eaglei.model.EIEntity
 

O

org.eaglei.model - package org.eaglei.model
 

R

replaceNonOntologyResourceProperty(EIEntity, EIURI) - Method in class org.eaglei.model.EIInstance
 

S

serialVersionUID - Static variable in class org.eaglei.model.EIEntity
 
serialVersionUID - Static variable in class org.eaglei.model.EIURI
 
setCreationDate(String) - Method in class org.eaglei.model.EIInstance
 
setDatatypeProperties(Map<EIEntity, Set<String>>) - Method in class org.eaglei.model.EIInstance
 
setDefinition(String) - Method in class org.eaglei.model.EIOntResource
Sets a definition string for this class.
setEquivalentClasses(List<EIEquivalentClass>) - Method in class org.eaglei.model.EIClass
 
setEquivalentTo(List<EIClass>) - Method in class org.eaglei.model.EIEquivalentClass
 
setInstanceType(EIEntity) - Method in class org.eaglei.model.EIInstance
 
setLabel(String) - Method in class org.eaglei.model.EIEntity
 
setLabel(String) - Method in class org.eaglei.model.EIResource
 
setNonOntologyLiteralProperties(Map<EIEntity, Set<String>>) - Method in class org.eaglei.model.EIInstance
 
setNonOntologyResourceProperties(Map<EIEntity, Set<EIURI>>) - Method in class org.eaglei.model.EIInstance
 
setObjectProperties(Map<EIEntity, Set<EIURI>>) - Method in class org.eaglei.model.EIInstance
 
setOtherEITypes(List<EIEntity>) - Method in class org.eaglei.model.EIInstance
 
setProperties(List<EIProperty>) - Method in class org.eaglei.model.EIClass
 
setRange(EIClass) - Method in class org.eaglei.model.EIObjectProperty
This method is only here to support cache unmarshalling of this class.
setRange(List<EIClass>) - Method in class org.eaglei.model.EIObjectProperty
This method is only here to support cache unmarshalling of this class.
setReadOnlyLiteralProperties(Map<EIEntity, String>) - Method in class org.eaglei.model.EIInstance
 
setReadOnlyLiteralProperty(EIEntity, String) - Method in class org.eaglei.model.EIInstance
 
setReadOnlyResourceProperties(Map<EIEntity, EIURI>) - Method in class org.eaglei.model.EIInstance
 
setReadOnlyResourceProperty(EIEntity, EIURI) - Method in class org.eaglei.model.EIInstance
 
setSubClasses(List<EIClass>) - Method in class org.eaglei.model.EIClass
 
setSuperClass(EIClass) - Method in class org.eaglei.model.EIClass
 
setSuperClasses(List<EIClass>) - Method in class org.eaglei.model.EIClass
 
setURI(String) - Method in class org.eaglei.model.EIEquivalentClass
 
setWFOwner(EIURI) - Method in class org.eaglei.model.EIInstance
 
setWFState(EIURI) - Method in class org.eaglei.model.EIInstance
 

T

toString() - Method in class org.eaglei.model.EIEntity
 
toString() - Method in class org.eaglei.model.EIInstance
 
toString() - Method in class org.eaglei.model.EIResource
 
toString() - Method in class org.eaglei.model.EIURI
 
traverseDataModel(List<EIOntModel.Visitor>) - Method in interface org.eaglei.model.EIOntModel
Walks the entire eagle-i data model by starting with the set of "root resource" (top-level resource) classes and traversing through object property relationships and subclass relationships until every class and property in the data model has been visited.

V

visit(EIClass, Deque<String>) - Method in interface org.eaglei.model.EIOntModel.Visitor
 
visit(EIProperty, Deque<String>) - Method in interface org.eaglei.model.EIOntModel.Visitor
 

A C E G H I N O R S T V

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