A C D E G H I L M N O P R S T U

C

checkDataExistence(String, boolean) - Static method in class nectec.semantic.web.knowledge.application.framework.recommender.Recommender
Check whether the data is ready or not, in order to run Recommender application.
checkDataExistence(String) - Static method in class nectec.semantic.web.knowledge.application.framework.searching.SemanticSearch
Check whether the data is ready or not, in order to run Semantic Search application.
checkDataExistenceForRecommender(String) - Static method in class nectec.semantic.web.knowledge.application.framework.representative.ServiceRepresentative
Check whether all data is in place in order to get recommender properly running or not.
checkDataExistenceForSemanticSearch(String) - Static method in class nectec.semantic.web.knowledge.application.framework.representative.ServiceRepresentative
Check whether all data is in place in order to get Semantic Search properly running or not.
CLASS_ONT - Static variable in class nectec.semantic.web.knowledge.application.framework.common.Common
In each mapping configuration file, this will be the 'key' name for storing the name of ontology class, which will be aligned to the database table.
close() - Method in class nectec.semantic.web.knowledge.application.framework.common.UnicodeInputStream
 
Common - Class in nectec.semantic.web.knowledge.application.framework.common
Abstract class for storing common variables and useful methods used in many places internally to perform desired function.
Common() - Constructor for class nectec.semantic.web.knowledge.application.framework.common.Common
 
COMMON_CONFIG - Static variable in class nectec.semantic.web.knowledge.application.framework.common.DirectoryAndFileNames
Name of the file of the common configuration (in mapping, searching and recommender).
concatData(boolean) - Method in class nectec.semantic.web.knowledge.application.framework.mapping.Mapping
Simply just to concatenate 'data.xml' from Instances into one file and named it 'concat_data.xml' located under 'Mapping/Output'.
containsElement(ArrayList<String>, String) - Static method in class nectec.semantic.web.knowledge.application.framework.common.Common
Check whether the given collection contains certain element or not.
convertArrayToArrayList(String[]) - Static method in class nectec.semantic.web.knowledge.application.framework.common.Common
Transform from String Array data structure into String ArrayList.
createMappingInstance() - Static method in class nectec.semantic.web.knowledge.application.framework.representative.ServiceRepresentative
Get the object of the Mapping class.
createRecommenderInstance(String, String, OntModel) - Static method in class nectec.semantic.web.knowledge.application.framework.representative.ServiceRepresentative
Get the object of the Recommender class which will handle all the querying task to the given model.
createRuleHandler(String, boolean) - Static method in class nectec.semantic.web.knowledge.application.framework.representative.ServiceRepresentative
Get the object of the RuleHandler class.
createSemanticSearchInstance(String, String, OntModel) - Static method in class nectec.semantic.web.knowledge.application.framework.representative.ServiceRepresentative
Get the object of the SemanticSearch class which will handle all the querying task to the given model.
customTokenize(String, String) - Static method in class nectec.semantic.web.knowledge.application.framework.common.Common
Extend the function of standard Java class 'Tokenizer' in the way that it returns the tokens in a collection.

A C D E G H I L M N O P R S T U