A B C D E F G H I J L M N O P R S T U V X

A

add(String, String) - Static method in class org.eaglei.datatools.etl.utils.NamespaceManager
Adds a single namespace key/value pair to the list
addAll(Map) - Static method in class org.eaglei.datatools.etl.utils.NamespaceManager
Adds all the namespace key/value pairs in the map to the list of all current namespaces
ADDITIONAL_FIRST_ROW - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
ADDITIONAL_MAP - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
addMapping(Mapping) - Method in class org.eaglei.datatools.interim.cores.Mapping
 
addMapping(String, String, String) - Method in class org.eaglei.datatools.interim.cores.Mapping
 
addMapping(String, String, String, String) - Method in class org.eaglei.datatools.interim.cores.Mapping
 

B

BASE - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
baseCol - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
baseRow - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
BasicUtils - Class in org.eaglei.datatools.etl.utils
Title: BasicUtils
BasicUtils() - Constructor for class org.eaglei.datatools.etl.utils.BasicUtils
 

C

capturedWith - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
centerFrame(Window, Window) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Centers a frame with respect to another window, or the whole screen
clear() - Static method in class org.eaglei.datatools.etl.utils.NamespaceManager
Clear all known namespaces from the manager
CmapToRDF - Class in org.eaglei.datatools.etl.utils
 
CmapToRDF() - Constructor for class org.eaglei.datatools.etl.utils.CmapToRDF
 
collectElements(Iterator) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Returns the list of elements returned by an iterator in a Set
collectResourcesFromRDFList(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Return all the resources in a rdf list (like seq, bag or alt) in a Set
compare(Object, Object) - Method in class org.eaglei.datatools.etl.utils.SubclassSortResourceComparator
 
Configure - Class in org.eaglei.datatools.etl.utils
 
Configure() - Constructor for class org.eaglei.datatools.etl.utils.Configure
 
containsAny(Set, Set) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Checks to see if any elements of one set are present in another.
contentTypeAppN3 - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
contentTypeHTML - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
contentTypeNTriples - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
contentTypeRDFXML - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
contentTypeResultsXML - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
contentTypeTextN3 - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
contentTypeTextPlain - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
contentTypeTurtle - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
contentTypeXML - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
convertStringToUnicodeString(String) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Converts a regular java string to its unicode string representation

Cores3BatchRDFGenerator - Class in org.eaglei.datatools.interim.cores
 
Cores3BatchRDFGenerator() - Constructor for class org.eaglei.datatools.interim.cores.Cores3BatchRDFGenerator
 
Cores3ExcelParser - Class in org.eaglei.datatools.interim.cores
 
Cores3ExcelParser(String) - Constructor for class org.eaglei.datatools.interim.cores.Cores3ExcelParser
 
Cores3ExcelParser.ProcessedTab - Class in org.eaglei.datatools.interim.cores
 
Cores3ExcelParser.ProcessedTab(Mapping, List<Map<String, String>>) - Constructor for class org.eaglei.datatools.interim.cores.Cores3ExcelParser.ProcessedTab
 
Cores3Mappings - Class in org.eaglei.datatools.interim.cores
 
Cores3Mappings() - Constructor for class org.eaglei.datatools.interim.cores.Cores3Mappings
 
Cores3Model - Class in org.eaglei.datatools.interim.cores
 
Cores3Model(OntModel) - Constructor for class org.eaglei.datatools.interim.cores.Cores3Model
 
Cores3RDFGenerator - Class in org.eaglei.datatools.interim.cores
 
Cores3RDFGenerator() - Constructor for class org.eaglei.datatools.interim.cores.Cores3RDFGenerator
 
createResourceInstance(Mapping, Map<String, String>) - Method in class org.eaglei.datatools.interim.cores.Cores3Model
 
curatorsComments - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
currentlyProcessingFile - Static variable in class org.eaglei.datatools.etl.server.RdfMaker
 

D

DELIMIT - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
directory - Static variable in class org.eaglei.datatools.etl.server.RdfMaker
 

E

EAGLE_I_SITES - Static variable in class org.eaglei.datatools.interim.cores.UniversityConstants
 
encode(URL) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Encodes the specified URL, changes spaces to %20
ETLSPARQLQueryUtil - Class in org.eaglei.datatools.etl.server
 
ETLSPARQLQueryUtil() - Constructor for class org.eaglei.datatools.etl.server.ETLSPARQLQueryUtil
 
evaluate(String, int) - Method in class org.eaglei.datatools.etl.utils.Rdf123Expression
 
EX - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
ExcelParserException - Exception in org.eaglei.datatools.excel
 
ExcelParserException() - Constructor for exception org.eaglei.datatools.excel.ExcelParserException
 
ExcelParserException(String) - Constructor for exception org.eaglei.datatools.excel.ExcelParserException
 
ExcelParserException(Throwable) - Constructor for exception org.eaglei.datatools.excel.ExcelParserException
 
ExcelParserException(String, Throwable) - Constructor for exception org.eaglei.datatools.excel.ExcelParserException
 
ExcelToTableModel(InputStream) - Method in class org.eaglei.datatools.etl.server.RdfMaker
converts Excel into CSV TableModel
ExcelUtils - Class in org.eaglei.datatools.excel
 
ExcelUtils() - Constructor for class org.eaglei.datatools.excel.ExcelUtils
 
extraData - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 

F

findMaxCardinality(Property) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns the max cardinality of a property
findMinCardinality(Property) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns the min cardinality of a property
FIRST_ROWS - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
forRegex(String) - Static method in class org.eaglei.datatools.etl.server.ETLSPARQLQueryUtil
 

G

generateRDFGraph(Map<String, DefaultTableModel>, Map<String, InputStream>) - Method in class org.eaglei.datatools.etl.server.RdfMaker
Generates RDGGraph by tableModel and mapStream and pushes into Repo
generateToFile(String, String, String, OntModel) - Static method in class org.eaglei.datatools.interim.cores.Cores3RDFGenerator
 
generateToModel(String, OntModel) - Static method in class org.eaglei.datatools.interim.cores.Cores3RDFGenerator
 
GeneratorException - Exception in org.eaglei.datatools.interim.cores
 
GeneratorException() - Constructor for exception org.eaglei.datatools.interim.cores.GeneratorException
 
GeneratorException(String) - Constructor for exception org.eaglei.datatools.interim.cores.GeneratorException
 
GeneratorException(Throwable) - Constructor for exception org.eaglei.datatools.interim.cores.GeneratorException
 
GeneratorException(String, Throwable) - Constructor for exception org.eaglei.datatools.interim.cores.GeneratorException
 
getAllFiles(File) - Static method in class org.eaglei.datatools.interim.cores.OldFileUtils
Deprecated. return a List of all files in input directory (recursively looking into subdirectories)
getAllSubClassesOf(Resource, boolean) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the subclasses of a given resource
getAllSubClassesOf(Resource, Model, boolean) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the subclasses of a given resource
getAllSubPropertiesOf(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the subproperties of the given resource
getAllSubPropertiesOf(Resource, Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the subproperties of the given resource
getAllSuperClassesOf(Resource, boolean) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the superclasses of a given resource
getAllSuperClassesOf(Resource, Model, boolean) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the superclasses of the given resource
getAllSuperPropertiesOf(Resource, Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the superclasses of the given resource
getAllTypes(Resource, boolean) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Return all types of an instance
getAllTypes(Resource, Model, boolean) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Return all types of an instance
getClassMapping() - Method in class org.eaglei.datatools.interim.cores.Cores3ExcelParser.ProcessedTab
 
getComment(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Get the comment for a resource
getCount() - Method in class org.eaglei.datatools.etl.server.RdfMaker
 
getCredentialsForRepo(String) - Static method in class org.eaglei.datatools.etl.server.RowConfiguration
Reads the username and password for the repository properties file
getDatatoolsConfiguration() - Method in class org.eaglei.datatools.etl.server.RDFtoRepoService
 
getdcCreatorFromRepoFile(String) - Static method in class org.eaglei.datatools.etl.server.RowConfiguration
 
getDeclaredProps(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the properties that are declared for a given resource
getDeclaredProps(Resource, Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the declared properties for a given resource
getDeclaredRanges(Property) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the explictly declared ranges for the property
getDeclaredRanges(Property, Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the explicitly declared ranges for the property
getEIResourcesByAllPropertiesQuery(Model, Session) - Static method in class org.eaglei.datatools.etl.server.ETLSPARQLQueryUtil
Returns the a sparql query
getEIResourcesByOnlyTypeANDRdfsLabel(Model) - Static method in class org.eaglei.datatools.etl.server.ETLSPARQLQueryUtil
Returns the a sparql query that asks the repo for the URI of a resource of Model ,It builds query of properties containing only rdfs:type and rdfs:lable as predicate
getEIResourcesQueryButnotWithPassProperty(Model, Property) - Static method in class org.eaglei.datatools.etl.server.ETLSPARQLQueryUtil
Returns the a sparql query that asks the repo for the URI of a resource of Model
getFileAsString(String) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Given a path to a file on the local disk, return the contents of that file as a String.

getInstance(String) - Static method in class org.eaglei.datatools.etl.server.RDFtoRepoService
 
getInstance() - Static method in class org.eaglei.datatools.etl.server.RDFtoRepoService
 
getInstanceURI(String) - Static method in class org.eaglei.datatools.etl.server.ETLSPARQLQueryUtil
get instance URI from the returned xml
getLabel(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Return the label for a resource with English as the preferred language
getLabel(Resource, String) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Get the label for a resource using the given preferred language
getLabelAndRootURI(Model, int, Rdf123Expression) - Method in class org.eaglei.datatools.etl.server.RdfMaker
 
getLabelBySubjectExpression(Model, int, Rdf123Expression, String) - Method in class org.eaglei.datatools.etl.server.RdfMaker
 
getLocalName(String) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns the local name for the specified RDF Id
getMapInfo(String) - Static method in class org.eaglei.datatools.etl.server.RowConfiguration
Reads the username and password for the repository properties file
getMappings() - Method in class org.eaglei.datatools.interim.cores.Mapping
 
getModel() - Method in class org.eaglei.datatools.interim.cores.Cores3Model
 
getNewInstancesFromRepo(Session, int) - Method in class org.eaglei.datatools.etl.server.RDFtoRepoService
gets the new instance from Repo
getObjectFromModelBySubjectAndType(Model, String) - Method in class org.eaglei.datatools.etl.server.RdfMaker
 
getPrefixForURI(String) - Static method in class org.eaglei.datatools.etl.utils.NamespaceManager
Returns the namespace abbreviation used for the specified identifier
getPrettyRDF(Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Given a Jena model, return the pretty rdf/xml representation of the model NOTE: This function is not complete, dont use, use the jena writer pretty print feature
getProcessedTabs() - Method in class org.eaglei.datatools.interim.cores.Cores3ExcelParser
 
getQName(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns the qname for the given resource
getQNameFor(String) - Static method in class org.eaglei.datatools.etl.utils.NamespaceManager
Encodes an rdf:ID URL as a Qname
getRandomString() - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Returns a randomly generated string of up to 15 characters.

getRandomString(int) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Returns a randomly generated string of up to X characters.

getRanges(Property, Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the ranges for a property with respect to a given class
getRanges(Property, Resource, Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns all the ranges for a property with respect to a given class
getRDFXml() - Method in class org.eaglei.datatools.etl.server.RDFtoRepo
 
getRepositoryProvider() - Method in class org.eaglei.datatools.etl.server.RDFtoRepoService
 
getRowInfoMap(String, String) - Static method in class org.eaglei.datatools.etl.server.RowConfiguration
Reads the content of rowInfo.prperties file
getSession() - Method in class org.eaglei.datatools.etl.server.RdfMaker
 
getSourceID() - Method in class org.eaglei.datatools.interim.cores.Mapping
 
getSourceType() - Method in class org.eaglei.datatools.interim.cores.Mapping
 
getStringFromBufferedReader(BufferedReader) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Read the contents of the specified reader return them as a String
getTabData() - Method in class org.eaglei.datatools.interim.cores.Cores3ExcelParser.ProcessedTab
 
getTargetID() - Method in class org.eaglei.datatools.interim.cores.Mapping
 
getTargetNS() - Method in class org.eaglei.datatools.interim.cores.Mapping
 
getTargetRangeURI() - Method in class org.eaglei.datatools.interim.cores.Mapping
 
getTargetRangeURI(String) - Method in class org.eaglei.datatools.interim.cores.Mapping
 
getTargetUri() - Method in class org.eaglei.datatools.interim.cores.Mapping
 
getTargetUri(String) - Method in class org.eaglei.datatools.interim.cores.Mapping
 
getTranslucentVersionOf(Image) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Changes an images alpha values to the specified value.
getType(Resource, boolean) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns the most specific type of an instance
getType(Resource, Model, boolean) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns the most specific type of an instance
getType() - Method in class org.eaglei.datatools.interim.cores.Mapping
 
getTypeFromModelByObject(Model, String) - Method in class org.eaglei.datatools.etl.server.RdfMaker
 
getTypes(Resource, boolean) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns the set of all stated types for the given instance
getTypes(Resource, Model, boolean) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
 
getURIForQName(String) - Static method in class org.eaglei.datatools.etl.utils.NamespaceManager
Returns the full expanded URI for a given qname
getURLAsString(URL) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Returns the specified URL as a string.

H

hexEntityStringConvert(String) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Converts any hex entity type chars ("é") to their ascii equivalent

I

INSTRUMENT_FIRST_ROW - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
INSTRUMENT_MAP - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
isBlankRow(Row) - Static method in class org.eaglei.datatools.excel.ExcelUtils
 
isClass(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the given resouce is a Class
isClass(Resource, Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the given resouce is a Class
isDatatypeProperty(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the given resource is defined as a datatype property
isDatatypeProperty(Resource, Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the given resource is defined as a datatype property
isFileURL(String) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Returns string if the parameter represents a valid file URL
isInArray(int, int[]) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Returns true or false depending on whether or not the specified string is in the array.
isIndividual(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Return whether or not the given resource is an individual
isLanguageTerm(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether the given term is in the RDF, RDFS, DAML or OWL namespaces
isObjectProperty(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the given resource is defined as an object property
isObjectProperty(Resource, Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the given resource is defined as an object property
isOntology(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the given resource is defined as an owl:Ontology
isOntology(Resource, Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the given resource is defined as an owl:Ontology
isProperty(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the given resource is a Property
isRDFProperty(Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the given resource is defined as an rdf:Property
isSubClassOf(Resource, Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the first resource is a subclass of the second
isType(Resource, Resource) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the instance is of the specified type
isType(Resource, Resource, Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the instance is of the specified type
isValidRDFId(String) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the specified string is a valid RDF id
isValidURL(String) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Returns whether or not the parameter is a valid URL
isXMLDatatype(String) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns whether or not the specified datatype is a known XSD datatype

J

JenaUtils - Class in org.eaglei.datatools.etl.utils
Title: Jena Utils
JenaUtils() - Constructor for class org.eaglei.datatools.etl.utils.JenaUtils
 

L

LAB_FIRST_ROW - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
LAB_MAP - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
listClasses(Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
Returns a list of all classes in the model
listIndividuals(Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
List all individuals in the given mode
listProperties(Model) - Static method in class org.eaglei.datatools.etl.utils.JenaUtils
List all properties in the model
log - Static variable in class org.eaglei.datatools.etl.server.RdfMaker
 

M

main(String[]) - Static method in class org.eaglei.datatools.etl.server.RdfMaker
 
main(String[]) - Static method in class org.eaglei.datatools.etl.server.RDFtoRepo
 
main(String[]) - Static method in class org.eaglei.datatools.etl.utils.CmapToRDF
 
main(String[]) - Static method in class org.eaglei.datatools.etl.utils.Rdf123Expression
 
main(String[]) - Static method in class org.eaglei.datatools.interim.cores.Cores3BatchRDFGenerator
 
main(String[]) - Static method in class org.eaglei.datatools.interim.cores.Cores3RDFGenerator
 
MAP_BASE - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
mapDirectory - Static variable in class org.eaglei.datatools.etl.server.RdfMaker
 
Mapping - Class in org.eaglei.datatools.interim.cores
 
Mapping(Mapping.MappingType, Mapping.SourceType, String, String, String) - Constructor for class org.eaglei.datatools.interim.cores.Mapping
 
Mapping(String, String, String) - Constructor for class org.eaglei.datatools.interim.cores.Mapping
 
Mapping(String, String, String, String) - Constructor for class org.eaglei.datatools.interim.cores.Mapping
 
Mapping.MappingType - Enum in org.eaglei.datatools.interim.cores
 
Mapping.SourceType - Enum in org.eaglei.datatools.interim.cores
 
MAPPINGS - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
maps - Static variable in class org.eaglei.datatools.etl.server.RdfMaker
 
MAX_SIZE - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
metaArray - Static variable in class org.eaglei.datatools.etl.utils.Configure
 

N

NamespaceManager - Class in org.eaglei.datatools.etl.utils
A small utility class for managing namespaces and qnames
nextToken() - Method in class org.eaglei.datatools.etl.utils.Rdf123Expression
 

O

OldFileUtils - Class in org.eaglei.datatools.interim.cores
Deprecated. -- to replace with apache iocommons utilities
OldFileUtils() - Constructor for class org.eaglei.datatools.interim.cores.OldFileUtils
Deprecated.  
openWorkBook(String) - Static method in class org.eaglei.datatools.excel.ExcelUtils
 
oputputdirectory - Static variable in class org.eaglei.datatools.etl.server.RdfMaker
 
order - Variable in class org.eaglei.datatools.etl.server.RdfMaker
 
org.eaglei.datatools.etl.server - package org.eaglei.datatools.etl.server
 
org.eaglei.datatools.etl.utils - package org.eaglei.datatools.etl.utils
 
org.eaglei.datatools.excel - package org.eaglei.datatools.excel
 
org.eaglei.datatools.interim.cores - package org.eaglei.datatools.interim.cores
 

P

prefixArray - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
PRETTY_SIZE - Static variable in class org.eaglei.datatools.etl.utils.Configure
 
processTab(Sheet, int) - Static method in class org.eaglei.datatools.excel.ExcelUtils
Extract a information in a Tab into a List of Map of
promoteParameter - Static variable in class org.eaglei.datatools.etl.server.RdfMaker
 
PROTOCOL_FIRST_ROW - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
PROTOCOL_MAP - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
pushtoRepo(Model, Session, String, String) - Method in class org.eaglei.datatools.etl.server.RDFtoRepoService
pushed the Model to Repo and promotes it

R

Rdf123Expression - Class in org.eaglei.datatools.etl.utils
 
Rdf123Expression(DefaultTableModel, Map, int, String) - Constructor for class org.eaglei.datatools.etl.utils.Rdf123Expression
 
RdfMaker - Class in org.eaglei.datatools.etl.server
 
RdfMaker(AnnotationFormModel) - Constructor for class org.eaglei.datatools.etl.server.RdfMaker
 
RDFtoRepo - Class in org.eaglei.datatools.etl.server
 
RDFtoRepo() - Constructor for class org.eaglei.datatools.etl.server.RDFtoRepo
 
rdfToRepoByExcelStream(String, String) - Method in class org.eaglei.datatools.etl.server.RdfMaker
Get all files from the specified directory and call generateRDFGraph(which inturn generates the RDF and pushes into Repo)
RDFtoRepoService - Class in org.eaglei.datatools.etl.server
 
replace(String, String, String) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Given a string, replace all occurances of one string with another.

repo - Static variable in class org.eaglei.datatools.etl.server.RdfMaker
 
rnavName - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
rnavsComments - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
RowConfiguration - Class in org.eaglei.datatools.etl.server
 
RowConfiguration() - Constructor for class org.eaglei.datatools.etl.server.RowConfiguration
 

S

saveStringToFile(String, String) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Save the specifed string to the given file name
SERVICE_FIRST_ROW - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
SERVICE_MAP - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
setPropertyFilePathAndgetNewRepoProvider(String) - Method in class org.eaglei.datatools.etl.server.RDFtoRepoService
 
setSession(Session) - Method in class org.eaglei.datatools.etl.server.RdfMaker
 
SOFTWARE_FIRST_ROW - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
SOFTWARE_MAP - Static variable in class org.eaglei.datatools.interim.cores.Cores3Mappings
 
SubclassSortResourceComparator - Class in org.eaglei.datatools.etl.utils
Title: SubclassSortResourceComparator
SubclassSortResourceComparator() - Constructor for class org.eaglei.datatools.etl.utils.SubclassSortResourceComparator
 

T

toFrontHack(JFrame, JFrame) - Static method in class org.eaglei.datatools.etl.utils.BasicUtils
Moves a frame in front of another frame
toString() - Method in class org.eaglei.datatools.interim.cores.Mapping
 

U

UniversityConstants - Class in org.eaglei.datatools.interim.cores
 
UniversityConstants() - Constructor for class org.eaglei.datatools.interim.cores.UniversityConstants
 
updateInstanceIfAdditionalDatafound(String, Model, String) - Method in class org.eaglei.datatools.etl.server.RdfMaker
 

V

validateDirectory(String, boolean) - Static method in class org.eaglei.datatools.interim.cores.OldFileUtils
Deprecated.  
validateDirectory(File, boolean) - Static method in class org.eaglei.datatools.interim.cores.OldFileUtils
Deprecated. Directory is valid if it exists, does not represent a file, and can be read.
valueOf(String) - Static method in enum org.eaglei.datatools.interim.cores.Mapping.MappingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eaglei.datatools.interim.cores.Mapping.SourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eaglei.datatools.interim.cores.Mapping.MappingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eaglei.datatools.interim.cores.Mapping.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XML_BOOLEAN - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_DATATYPES - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
Array of the URI's of all the XML datatypes
XML_DATE - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_DECIMAL - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_DOUBLE - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_FLOAT - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_INT - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_INTEGER - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_LONG - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_NEGATIVE_INTEGER - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_NONNEGATIVE_INTEGER - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_NONPOSITIVE_INTEGER - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_POSITIVE_INTEGER - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_SHORT - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_STRING - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_TIME - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_UNSIGNED_INT - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_UNSIGNED_LONG - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_UNSIGNED_SHORT - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
 
XML_URI - Static variable in class org.eaglei.datatools.etl.utils.JenaUtils
XML Scheme URI

A B C D E F G H I J L M N O P R S T U V X

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