public class Endpoint extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
propertyRegex
matches properties of the form " prefix:property "
|
| Constructor and Description |
|---|
Endpoint(KBInfo info,
Config config)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
GetClassesTask |
createGetClassesTask(TaskProgressView view)
creates a new
GetClassesTask |
GetPropertiesTask |
createGetPropertiesTask()
creates a new
GetPropertiesTask |
ACache |
getCache()
returns cache
|
ClassMatchingNode |
getCurrentClass()
returns current class
|
KBInfo |
getInfo()
returns kbinfo
|
org.apache.jena.rdf.model.Model |
getModel() |
void |
setCurrentClass(ClassMatchingNode currentClass)
sets current class
|
void |
setCurrentClassAsString(String currentClass) |
void |
setModel(org.apache.jena.rdf.model.Model model) |
void |
update()
updates the model
|
public static final String propertyRegex
public void update()
public KBInfo getInfo()
public ACache getCache()
public GetClassesTask createGetClassesTask(TaskProgressView view)
GetClassesTaskview - TaskProgressViewpublic ClassMatchingNode getCurrentClass()
public void setCurrentClass(ClassMatchingNode currentClass)
currentClass - currentClasspublic void setCurrentClassAsString(String currentClass)
public GetPropertiesTask createGetPropertiesTask()
GetPropertiesTaskpublic org.apache.jena.rdf.model.Model getModel()
public void setModel(org.apache.jena.rdf.model.Model model)
Copyright © 2018. All rights reserved.