|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestTarget | |
---|---|
eu.scape_project.watch.dao | |
eu.scape_project.watch.domain |
Uses of RequestTarget in eu.scape_project.watch.dao |
---|
Methods in eu.scape_project.watch.dao with parameters of type RequestTarget | |
---|---|
List<? extends thewebsemantic.binding.RdfBean<?>> |
RequestDAO.query(RequestTarget target,
String query,
int start,
int max)
Make a synchronous request to the KB. |
Uses of RequestTarget in eu.scape_project.watch.domain |
---|
Methods in eu.scape_project.watch.domain that return RequestTarget | |
---|---|
RequestTarget |
Question.getTarget()
|
static RequestTarget |
RequestTarget.getTargetByClass(Class<? extends thewebsemantic.binding.RdfBean<?>> targetClass)
Get request target based on the target class it refers to. |
static RequestTarget |
RequestTarget.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RequestTarget[] |
RequestTarget.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in eu.scape_project.watch.domain with parameters of type RequestTarget | |
---|---|
static Class<? extends thewebsemantic.binding.RdfBean<?>> |
RequestTarget.getClassByTarget(RequestTarget target)
Get the class the target refers to. |
void |
Question.setTarget(RequestTarget target)
|
Constructors in eu.scape_project.watch.domain with parameters of type RequestTarget | |
---|---|
Question(String sparql,
RequestTarget target,
List<EntityType> types,
List<Property> properties,
List<Entity> entities,
long period)
Create a new question. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |