public abstract class ProcessDataGetterAbstract extends Object implements ProcessDataGetterN3
| Modifier and Type | Field and Description |
|---|---|
static String |
classTypeVarBase |
protected Map<String,List<org.apache.jena.rdf.model.Literal>> |
existingLiteralValues |
protected Map<String,List<String>> |
existingUriValues |
| Constructor and Description |
|---|
ProcessDataGetterAbstract() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataGetterVar(int counter) |
String |
getDataGetterVarName(int counter) |
String |
getN3VarName(String base,
int counter) |
List<String> |
getNewResources(int counter) |
String |
getPrefixes() |
protected String |
getSparqlPrefix() |
String |
getVarName(String base,
int counter) |
void |
populateExistingClassType(String classType,
int counter) |
void |
populateExistingDataGetterURI(String dataGetterURI,
int counter) |
String |
replaceEncodedQuotesWithEscapedQuotes(String inputStr) |
Map<String,List<org.apache.jena.rdf.model.Literal>> |
retrieveExistingLiteralValues() |
Map<String,List<String>> |
retrieveExistingUriValues() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassType, getExistingValuesJSON, getLiteralVarNamesBase, getUriVarNamesBase, populateExistingValues, retrieveFields, retrieveLiteralsOnForm, retrieveN3Optional, retrieveN3Required, retrieveUrisOnFormpublic static String classTypeVarBase
protected Map<String,List<org.apache.jena.rdf.model.Literal>> existingLiteralValues
public String getDataGetterVar(int counter)
getDataGetterVar in interface ProcessDataGetterN3public String getDataGetterVarName(int counter)
getDataGetterVarName in interface ProcessDataGetterN3public String getPrefixes()
public String getVarName(String base, int counter)
getVarName in interface ProcessDataGetterN3public String replaceEncodedQuotesWithEscapedQuotes(String inputStr)
replaceEncodedQuotesWithEscapedQuotes in interface ProcessDataGetterN3public List<String> getNewResources(int counter)
getNewResources in interface ProcessDataGetterN3protected String getSparqlPrefix()
public Map<String,List<org.apache.jena.rdf.model.Literal>> retrieveExistingLiteralValues()
retrieveExistingLiteralValues in interface ProcessDataGetterN3public Map<String,List<String>> retrieveExistingUriValues()
retrieveExistingUriValues in interface ProcessDataGetterN3public void populateExistingDataGetterURI(String dataGetterURI, int counter)
public void populateExistingClassType(String classType, int counter)
Copyright © 2021. All rights reserved.