A C D E F G H K L M N O P Q R S T V W X

A

AbstractDO<T extends thewebsemantic.binding.RdfBean<T>> - Class in eu.scape_project.watch.dao
Abstract class to base Data Object classes creation.
AbstractDO() - Constructor for class eu.scape_project.watch.dao.AbstractDO
 
addDOListener(DOListener<T>) - Method in class eu.scape_project.watch.dao.AbstractDO
Add a listeners to data object events.
addTrigger(Trigger) - Method in class eu.scape_project.watch.domain.AsyncRequest
Add a new trigger to the existing list.
ASYNC_REQUEST - Static variable in class eu.scape_project.watch.utils.KBUtils
A asynchronous request constant.
AsyncRequest - Class in eu.scape_project.watch.domain
An Asynchronous Request, that will be kept in the KBUtils in order to be monitored an acted upon.
AsyncRequest() - Constructor for class eu.scape_project.watch.domain.AsyncRequest
Create a new empty request with a generated Id.
AsyncRequest(List<Trigger>) - Constructor for class eu.scape_project.watch.domain.AsyncRequest
Create a new request with a generated Id.
AsyncRequestDAO - Class in eu.scape_project.watch.dao
AsyncRequest data access object.

C

count(Class<T>, String) - Method in class eu.scape_project.watch.dao.AbstractDO
Count the number of results that a query will produce.
count(String) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
Count the results of a query for AsyncRequest.
count(String) - Method in class eu.scape_project.watch.dao.EntityDAO
Count the results of a query for Entity.
count(String) - Method in class eu.scape_project.watch.dao.EntityTypeDAO
Count the results of a query for EntityType.
count(String) - Method in class eu.scape_project.watch.dao.PropertyDAO
Count the results of a query for Property.
count(String) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
Count the results of a query for PropertyValue.
createId(String, String) - Static method in class eu.scape_project.watch.domain.Property
Get the property id based on the entity type and property name.
createId(String, String) - Static method in class eu.scape_project.watch.domain.PropertyValue
Create a unique Id based on the related Entity name and related Property name.
createId(String, String) - Static method in class eu.scape_project.watch.domain.SourceAdaptor
Create a unique Id based on the name and version.
createInitialData() - Static method in class eu.scape_project.watch.utils.KBUtils
Creates some initial data.

D

DATA_STRUCTURE_TYPE - Static variable in class eu.scape_project.watch.utils.KBUtils
A data structure constant.
DATA_TYPE - Static variable in class eu.scape_project.watch.utils.KBUtils
A data type constant.
DataType - Enum in eu.scape_project.watch.domain
Possible data types of Property.
dbConnect(String, boolean) - Static method in class eu.scape_project.watch.utils.KBUtils
 
dbDisconnect() - Static method in class eu.scape_project.watch.utils.KBUtils
 
delete(T) - Method in class eu.scape_project.watch.dao.AbstractDO
Delete object (not cascading) and fire removed event.
delete(T...) - Method in class eu.scape_project.watch.dao.AbstractDO
Delete several objects at the same time, calling AbstractDO.delete(RdfBean) on each.
delete(AsyncRequest) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
Cascading delete request, including all triggers, and fire remove event.
delete() - Method in class eu.scape_project.watch.domain.AsyncRequest
 
delete() - Method in class eu.scape_project.watch.domain.Entity
 
delete() - Method in class eu.scape_project.watch.domain.EntityType
 
delete() - Method in class eu.scape_project.watch.domain.Property
 
delete() - Method in class eu.scape_project.watch.domain.PropertyValue
 
DICTIONARY_ITEM - Static variable in class eu.scape_project.watch.utils.KBUtils
A key-value pair item constant.
DictionaryItem - Class in eu.scape_project.watch.domain
Key-Value pair holder for PropertyValue lists of key-value pairs (i.e.
DictionaryItem() - Constructor for class eu.scape_project.watch.domain.DictionaryItem
Create a new empty dictionary item.
DictionaryItem(String, String) - Constructor for class eu.scape_project.watch.domain.DictionaryItem
Create a new dictionary item.
DOListener<T extends thewebsemantic.binding.RdfBean<T>> - Interface in eu.scape_project.watch.dao
Handler for Data Object events.

E

Entity - Class in eu.scape_project.watch.domain
An entity is a concrete instance of some EntityType.
Entity() - Constructor for class eu.scape_project.watch.domain.Entity
Create a new empty Entity.
Entity(EntityType, String) - Constructor for class eu.scape_project.watch.domain.Entity
Create a new Entity.
ENTITY - Static variable in class eu.scape_project.watch.utils.KBUtils
An entity constant.
ENTITY_TYPE - Static variable in class eu.scape_project.watch.utils.KBUtils
An entity type constant.
EntityDAO - Class in eu.scape_project.watch.dao
Entity data access object.
EntityType - Class in eu.scape_project.watch.domain
An entity type describes the type of an instance.
EntityType() - Constructor for class eu.scape_project.watch.domain.EntityType
Create a new empty entity type.
EntityType(String, String) - Constructor for class eu.scape_project.watch.domain.EntityType
Create an entity type.
EntityTypeDAO - Class in eu.scape_project.watch.dao
EntityType Data Access Object.
Entry - Class in eu.scape_project.watch.domain
A key-value pair entry holder.
Entry() - Constructor for class eu.scape_project.watch.domain.Entry
Create a new empty entry.
Entry(String, String) - Constructor for class eu.scape_project.watch.domain.Entry
Create a new entry.
ENTRY - Static variable in class eu.scape_project.watch.utils.KBUtils
A key-value pair entry constant.
entryListToMap(Collection<Entry>) - Static method in class eu.scape_project.watch.utils.ModelUtils
Convert a list of entries to a map.
equals(Object) - Method in class eu.scape_project.watch.domain.AsyncRequest
 
equals(Object) - Method in class eu.scape_project.watch.domain.DictionaryItem
 
equals(Object) - Method in class eu.scape_project.watch.domain.Entity
 
equals(Object) - Method in class eu.scape_project.watch.domain.EntityType
 
equals(Object) - Method in class eu.scape_project.watch.domain.Entry
 
equals(Object) - Method in class eu.scape_project.watch.domain.Measurement
 
equals(Object) - Method in class eu.scape_project.watch.domain.Notification
 
equals(Object) - Method in class eu.scape_project.watch.domain.Plan
 
equals(Object) - Method in class eu.scape_project.watch.domain.Property
 
equals(Object) - Method in class eu.scape_project.watch.domain.PropertyValue
 
equals(Object) - Method in class eu.scape_project.watch.domain.Question
 
equals(Object) - Method in class eu.scape_project.watch.domain.Source
 
equals(Object) - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
equals(Object) - Method in class eu.scape_project.watch.domain.Trigger
 
eu.scape_project.watch.dao - package eu.scape_project.watch.dao
 
eu.scape_project.watch.domain - package eu.scape_project.watch.domain
 
eu.scape_project.watch.utils - package eu.scape_project.watch.utils
 

F

findByEntityAndName(String, String) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
Find PropertyValue by the related Entity and Property.
findByEntityTypeAndName(String, String) - Method in class eu.scape_project.watch.dao.PropertyDAO
Find a Property by the related EntityType and name.
findById(String, Class<T>) - Method in class eu.scape_project.watch.dao.AbstractDO
Find a resource by its Id.
findById(String) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
Find AsyncRequest by id.
findById(String) - Method in class eu.scape_project.watch.dao.EntityDAO
Find Entity by id.
findById(String) - Method in class eu.scape_project.watch.dao.EntityTypeDAO
Get EntityType by its name.
fireOnRemoved(T) - Method in class eu.scape_project.watch.dao.AbstractDO
Fire an on remove event.
fireOnUpdated(T) - Method in class eu.scape_project.watch.dao.AbstractDO
Fire an on create or update event.

G

getClassByTarget(RequestTarget) - Static method in enum eu.scape_project.watch.domain.RequestTarget
Get the class the target refers to.
getConfiguration() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
getDatatype() - Method in class eu.scape_project.watch.domain.Property
 
getDescription() - Method in class eu.scape_project.watch.domain.EntityType
 
getDescription() - Method in class eu.scape_project.watch.domain.Property
 
getDescription() - Method in class eu.scape_project.watch.domain.Source
 
getEntities() - Method in class eu.scape_project.watch.domain.Question
 
getEntity() - Method in class eu.scape_project.watch.domain.PropertyValue
 
getEntityRDFId(String) - Static method in class eu.scape_project.watch.dao.EntityDAO
Get Entity RDF ID.
getEntityType() - Method in class eu.scape_project.watch.domain.Entity
 
getEntityTypeRDFId(String) - Static method in class eu.scape_project.watch.dao.EntityTypeDAO
Get the EntityType complete RDF Id to use in SPARQL query.
getId() - Method in class eu.scape_project.watch.domain.AsyncRequest
Get the unique Id.
getId() - Method in class eu.scape_project.watch.domain.Entry
 
getId() - Method in class eu.scape_project.watch.domain.Measurement
The unique identifier of the measurement.
getId() - Method in class eu.scape_project.watch.domain.Notification
Get the unique Id of this notification.
getId() - Method in class eu.scape_project.watch.domain.Plan
 
getId() - Method in class eu.scape_project.watch.domain.Property
 
getId() - Method in class eu.scape_project.watch.domain.PropertyValue
 
getId() - Method in class eu.scape_project.watch.domain.Question
 
getId() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
getId() - Method in class eu.scape_project.watch.domain.Trigger
 
getInstance() - Static method in class eu.scape_project.watch.dao.AsyncRequestDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.dao.EntityDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.dao.EntityTypeDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.dao.PropertyDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.dao.PropertyValueDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.dao.RequestDAO
Get singleton instance.
getKey() - Method in class eu.scape_project.watch.domain.DictionaryItem
 
getKey() - Method in class eu.scape_project.watch.domain.Entry
 
getName() - Method in class eu.scape_project.watch.domain.Entity
 
getName() - Method in class eu.scape_project.watch.domain.EntityType
 
getName() - Method in class eu.scape_project.watch.domain.Property
 
getName() - Method in class eu.scape_project.watch.domain.Source
 
getName() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
getNotifications() - Method in class eu.scape_project.watch.domain.Trigger
 
getParameterMap() - Method in class eu.scape_project.watch.domain.Notification
 
getParameters() - Method in class eu.scape_project.watch.domain.Notification
 
getPeriod() - Method in class eu.scape_project.watch.domain.Question
 
getPlan() - Method in class eu.scape_project.watch.domain.Trigger
 
getProperties() - Method in class eu.scape_project.watch.domain.Question
 
getProperty() - Method in class eu.scape_project.watch.domain.PropertyValue
 
getPropertyRDFId(String, String) - Static method in class eu.scape_project.watch.dao.PropertyDAO
Get the complete Property RDF Id to use in SPARQL.
getPropertyValue() - Method in class eu.scape_project.watch.domain.Measurement
 
getQuestion() - Method in class eu.scape_project.watch.domain.AsyncRequest
Get the list of all questions from all triggers.
getQuestion() - Method in class eu.scape_project.watch.domain.Trigger
 
getSource() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
getSparql() - Method in class eu.scape_project.watch.domain.Question
 
getStructure() - Method in class eu.scape_project.watch.domain.Property
 
getTarget() - Method in class eu.scape_project.watch.domain.Question
 
getTargetByClass(Class<? extends RdfBean<?>>) - Static method in enum eu.scape_project.watch.domain.RequestTarget
Get request target based on the target class it refers to.
getTargetClass() - Method in enum eu.scape_project.watch.domain.RequestTarget
Get the class this target refers to.
getTimestamp() - Method in class eu.scape_project.watch.domain.Measurement
 
getTriggers() - Method in class eu.scape_project.watch.domain.AsyncRequest
Get the related triggers.
getType() - Method in class eu.scape_project.watch.domain.Notification
 
getType() - Method in class eu.scape_project.watch.domain.Property
 
getTypes() - Method in class eu.scape_project.watch.domain.Question
 
getValue() - Method in class eu.scape_project.watch.domain.DictionaryItem
 
getValue() - Method in class eu.scape_project.watch.domain.Entry
 
getValue() - Method in class eu.scape_project.watch.domain.PropertyValue
 
getValues() - Method in class eu.scape_project.watch.domain.PropertyValue
 
getVersion() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 

H

hashCode() - Method in class eu.scape_project.watch.domain.AsyncRequest
 
hashCode() - Method in class eu.scape_project.watch.domain.DictionaryItem
 
hashCode() - Method in class eu.scape_project.watch.domain.Entity
 
hashCode() - Method in class eu.scape_project.watch.domain.EntityType
 
hashCode() - Method in class eu.scape_project.watch.domain.Entry
 
hashCode() - Method in class eu.scape_project.watch.domain.Measurement
 
hashCode() - Method in class eu.scape_project.watch.domain.Notification
 
hashCode() - Method in class eu.scape_project.watch.domain.Plan
 
hashCode() - Method in class eu.scape_project.watch.domain.Property
 
hashCode() - Method in class eu.scape_project.watch.domain.PropertyValue
 
hashCode() - Method in class eu.scape_project.watch.domain.Question
 
hashCode() - Method in class eu.scape_project.watch.domain.Source
 
hashCode() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
hashCode() - Method in class eu.scape_project.watch.domain.Trigger
 

K

KBUtils - Class in eu.scape_project.watch.utils
A utility class that holds some constants for the RDF schema and provides some static utility methods.

L

list(int, int) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
List all async requests.
listWithEntity(String, int, int) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
List all property values of a specific Entity.
listWithEntityAndProperty(String, String, String, int, int) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
List all property values of a specific Entity and Property.
listWithProperty(String, String, int, int) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
List all property values of a Property independently of the Entity.
listWithType(String, int, int) - Method in class eu.scape_project.watch.dao.EntityDAO
List Entity that have the defined type.
listWithType(String, int, int) - Method in class eu.scape_project.watch.dao.PropertyDAO
List properties of a type.

M

mapToEntryList(Map<String, String>) - Static method in class eu.scape_project.watch.utils.ModelUtils
Convert a map to a list of entries.
Measurement - Class in eu.scape_project.watch.domain
Logs the moment when a property value was measured.
Measurement() - Constructor for class eu.scape_project.watch.domain.Measurement
Create a new empty measurement.
Measurement(PropertyValue, long) - Constructor for class eu.scape_project.watch.domain.Measurement
Create a new measurement.
MEASUREMENT - Static variable in class eu.scape_project.watch.utils.KBUtils
A measurement constant.
ModelUtils - Class in eu.scape_project.watch.utils
Help methods for the data model.

N

Notification - Class in eu.scape_project.watch.domain
A Notification describes what should happen when a Trigger is fired.
Notification() - Constructor for class eu.scape_project.watch.domain.Notification
Create a new empty notification.
Notification(String, Collection<Entry>) - Constructor for class eu.scape_project.watch.domain.Notification
Create a new notification.
Notification(String, Map<String, String>) - Constructor for class eu.scape_project.watch.domain.Notification
Create a new notification.
NOTIFICATION - Static variable in class eu.scape_project.watch.utils.KBUtils
A notification constant.
NOTIFICATION_TYPE - Static variable in class eu.scape_project.watch.utils.KBUtils
A notification constant.

O

onRemoved(T) - Method in interface eu.scape_project.watch.dao.DOListener
Event fired on data object removal.
onUpdated(T) - Method in interface eu.scape_project.watch.dao.DOListener
Event fired on data object creation or update.

P

Plan - Class in eu.scape_project.watch.domain
Reference to a preservation plan, to be used by external assessment.
Plan() - Constructor for class eu.scape_project.watch.domain.Plan
Create a new empty plan.
Plan(String) - Constructor for class eu.scape_project.watch.domain.Plan
Create a plan.
PLAN - Static variable in class eu.scape_project.watch.utils.KBUtils
A plan constant.
PREFIXES_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
List of all defined prefixes declarations to help creating SPARQL queries.
printStatements() - Static method in class eu.scape_project.watch.utils.KBUtils
Debugging method that prints all statements in triple store.
Property - Class in eu.scape_project.watch.domain
A Property defines a specific part of Entity in the world that have the same EntityType, i.e.
Property() - Constructor for class eu.scape_project.watch.domain.Property
Create a new empty property.
Property(EntityType, String, String) - Constructor for class eu.scape_project.watch.domain.Property
Create a new property of type DataType.TEXT.
Property(EntityType, String, String, DataType) - Constructor for class eu.scape_project.watch.domain.Property
Create a new property.
Property(EntityType, String, String, PropertyDataStructure) - Constructor for class eu.scape_project.watch.domain.Property
Create a new property.
Property(EntityType, String, String, DataType, PropertyDataStructure) - Constructor for class eu.scape_project.watch.domain.Property
Create a new property.
PROPERTY - Static variable in class eu.scape_project.watch.utils.KBUtils
A property constant.
PROPERTY_VALUE - Static variable in class eu.scape_project.watch.utils.KBUtils
A propertyvalue constant.
PropertyDAO - Class in eu.scape_project.watch.dao
 
PropertyDataStructure - Enum in eu.scape_project.watch.domain
Defines the data structure of the property, e.g.
PropertyValue - Class in eu.scape_project.watch.domain
Each Property Value is the atomic measurement of a Property for an Entity measured in a specific point in time.
PropertyValue() - Constructor for class eu.scape_project.watch.domain.PropertyValue
Create a new empty property value.
PropertyValue(Entity, Property, String) - Constructor for class eu.scape_project.watch.domain.PropertyValue
Create a new property value.
PropertyValue(Entity, Property, List<Object>) - Constructor for class eu.scape_project.watch.domain.PropertyValue
 
PropertyValueDAO - Class in eu.scape_project.watch.dao
PropertyValue Data Access Object.

Q

query(Class<T>, String, int, int) - Method in class eu.scape_project.watch.dao.AbstractDO
Generic method to query the KB.
query(String, int, int) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
Query for AsyncRequest.
query(String, int, int) - Method in class eu.scape_project.watch.dao.EntityDAO
Query for Entity.
query(String, int, int) - Method in class eu.scape_project.watch.dao.EntityTypeDAO
Query for EntityType.
query(String, int, int) - Method in class eu.scape_project.watch.dao.PropertyDAO
Query for Property.
query(String, int, int) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
Query for PropertyValue.
query(RequestTarget, String, int, int) - Method in class eu.scape_project.watch.dao.RequestDAO
Make a synchronous request to the KB.
Question - Class in eu.scape_project.watch.domain
Questions are predefined points of interest related directly or indirectly to Source and Property.
Question() - Constructor for class eu.scape_project.watch.domain.Question
Create a new empty question.
Question(String, RequestTarget, List<EntityType>, List<Property>, List<Entity>, long) - Constructor for class eu.scape_project.watch.domain.Question
Create a new question.
QUESTION - Static variable in class eu.scape_project.watch.utils.KBUtils
A question constant.

R

RDF_NS - Static variable in class eu.scape_project.watch.utils.KBUtils
The default RDF syntax namespace.
RDF_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
The RDF prefix to use in SPARQL queries.
RDF_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
The declaration of the RDF prefix to use in SPARQL queries.
RDF_TYPE_REL - Static variable in class eu.scape_project.watch.utils.KBUtils
The RDF type relation.
removeDOListener(DOListener<T>) - Method in class eu.scape_project.watch.dao.AbstractDO
Remove existing listener of data object events.
REQUEST_TARGET - Static variable in class eu.scape_project.watch.utils.KBUtils
A request target constant.
RequestDAO - Class in eu.scape_project.watch.dao
Data Access Object for synchronous requests.
RequestTarget - Enum in eu.scape_project.watch.domain
Possible targets for a Request/Question.

S

save(T) - Method in class eu.scape_project.watch.dao.AbstractDO
Save object (not deeply) and fire on update event.
save(T...) - Method in class eu.scape_project.watch.dao.AbstractDO
Save several objects at the same time, calling AbstractDO.save(RdfBean) on each.
save(AsyncRequest) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
Deeply save request, including all triggers, and fire update event.
save() - Method in class eu.scape_project.watch.domain.AsyncRequest
 
save() - Method in class eu.scape_project.watch.domain.Entity
 
save() - Method in class eu.scape_project.watch.domain.EntityType
 
save() - Method in class eu.scape_project.watch.domain.Property
 
save() - Method in class eu.scape_project.watch.domain.PropertyValue
 
setConfiguration(Map<String, String>) - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
setDatatype(DataType) - Method in class eu.scape_project.watch.domain.Property
 
setDescription(String) - Method in class eu.scape_project.watch.domain.EntityType
 
setDescription(String) - Method in class eu.scape_project.watch.domain.Property
 
setDescription(String) - Method in class eu.scape_project.watch.domain.Source
 
setEntities(List<Entity>) - Method in class eu.scape_project.watch.domain.Question
 
setEntity(Entity) - Method in class eu.scape_project.watch.domain.PropertyValue
Set the related Entity and update the Id.
setEntityType(EntityType) - Method in class eu.scape_project.watch.domain.Entity
 
setId(String) - Method in class eu.scape_project.watch.domain.AsyncRequest
Set the unique Id.
setId(String) - Method in class eu.scape_project.watch.domain.Notification
 
setId(String) - Method in class eu.scape_project.watch.domain.Plan
 
setId(String) - Method in class eu.scape_project.watch.domain.Question
 
setId(String) - Method in class eu.scape_project.watch.domain.Trigger
 
setKey(String) - Method in class eu.scape_project.watch.domain.DictionaryItem
 
setKey(String) - Method in class eu.scape_project.watch.domain.Entry
 
setName(String) - Method in class eu.scape_project.watch.domain.Entity
 
setName(String) - Method in class eu.scape_project.watch.domain.EntityType
 
setName(String) - Method in class eu.scape_project.watch.domain.Property
Set the name and update the Id.
setName(String) - Method in class eu.scape_project.watch.domain.Source
 
setName(String) - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
setNotifications(List<Notification>) - Method in class eu.scape_project.watch.domain.Trigger
 
setParameterMap(Map<String, String>) - Method in class eu.scape_project.watch.domain.Notification
Set the parameters using a Map.
setParameters(Collection<Entry>) - Method in class eu.scape_project.watch.domain.Notification
 
setPeriod(long) - Method in class eu.scape_project.watch.domain.Question
 
setPlan(Plan) - Method in class eu.scape_project.watch.domain.Trigger
 
setProperties(List<Property>) - Method in class eu.scape_project.watch.domain.Question
 
setProperty(Property) - Method in class eu.scape_project.watch.domain.PropertyValue
 
setPropertyValue(PropertyValue) - Method in class eu.scape_project.watch.domain.Measurement
 
setQuestion(Question) - Method in class eu.scape_project.watch.domain.Trigger
 
setSource(Source) - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
setSparql(String) - Method in class eu.scape_project.watch.domain.Question
 
setStructure(PropertyDataStructure) - Method in class eu.scape_project.watch.domain.Property
 
setTarget(RequestTarget) - Method in class eu.scape_project.watch.domain.Question
 
setTimestamp(long) - Method in class eu.scape_project.watch.domain.Measurement
 
setTriggers(List<Trigger>) - Method in class eu.scape_project.watch.domain.AsyncRequest
Set the list of triggers.
setType(String) - Method in class eu.scape_project.watch.domain.Notification
 
setType(EntityType) - Method in class eu.scape_project.watch.domain.Property
Set the Entity Type and update the Id.
setTypes(List<EntityType>) - Method in class eu.scape_project.watch.domain.Question
 
setValue(String) - Method in class eu.scape_project.watch.domain.DictionaryItem
 
setValue(String) - Method in class eu.scape_project.watch.domain.Entry
 
setValue(String) - Method in class eu.scape_project.watch.domain.PropertyValue
 
setValues(List<Object>) - Method in class eu.scape_project.watch.domain.PropertyValue
 
setVersion(String) - Method in class eu.scape_project.watch.domain.SourceAdaptor
Set version and update Id.
Source - Class in eu.scape_project.watch.domain
A Source represents certain aspects of the world for which there exists a known way of investigating certain properties that represent these aspects.
Source() - Constructor for class eu.scape_project.watch.domain.Source
Create a new empty source.
Source(String, String) - Constructor for class eu.scape_project.watch.domain.Source
Create a new source.
SOURCE - Static variable in class eu.scape_project.watch.utils.KBUtils
A source constant.
SOURCE_ADAPTOR - Static variable in class eu.scape_project.watch.utils.KBUtils
A source adaptor constant.
SourceAdaptor - Class in eu.scape_project.watch.domain
A software unit that is able to collect specific information from a specific Source and has the capability to convert/adapt it into a representation that fits the internal data model of Watch.
SourceAdaptor() - Constructor for class eu.scape_project.watch.domain.SourceAdaptor
Create a new empty source adaptor.
SourceAdaptor(String, String, Source, Map<String, String>) - Constructor for class eu.scape_project.watch.domain.SourceAdaptor
Create a new source adaptor.
SYNC_REQUEST - Static variable in class eu.scape_project.watch.utils.KBUtils
A synchronous request constant.

T

toString() - Method in class eu.scape_project.watch.domain.AsyncRequest
 
toString() - Method in class eu.scape_project.watch.domain.DictionaryItem
 
toString() - Method in class eu.scape_project.watch.domain.Entity
 
toString() - Method in class eu.scape_project.watch.domain.EntityType
 
toString() - Method in class eu.scape_project.watch.domain.Entry
 
toString() - Method in class eu.scape_project.watch.domain.Notification
 
toString() - Method in class eu.scape_project.watch.domain.Property
 
toString() - Method in class eu.scape_project.watch.domain.PropertyValue
 
toString() - Method in class eu.scape_project.watch.domain.Question
 
toString() - Method in class eu.scape_project.watch.domain.Trigger
 
Trigger - Class in eu.scape_project.watch.domain
A Trigger is a unit that contains conditions used during internal assessment and Notification that are sent when the conditions are met.
Trigger() - Constructor for class eu.scape_project.watch.domain.Trigger
Create a new empty trigger.
Trigger(Question, List<Notification>, Plan) - Constructor for class eu.scape_project.watch.domain.Trigger
Create a new trigger.
TRIGGER - Static variable in class eu.scape_project.watch.utils.KBUtils
A trigger constant.

V

valueOf(String) - Static method in enum eu.scape_project.watch.domain.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.scape_project.watch.domain.PropertyDataStructure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.scape_project.watch.domain.RequestTarget
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.scape_project.watch.domain.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.scape_project.watch.domain.PropertyDataStructure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.scape_project.watch.domain.RequestTarget
Returns an array containing the constants of this enum type, in the order they are declared.

W

WATCH_ENTITY_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
Entity prefix to use in SPARQL queries.
WATCH_ENTITY_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
Entity prefix declaration to use in SPARQL queries.
WATCH_ENTITY_TYPE_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
EntityType prefix to use in SPARQL queries.
WATCH_ENTITY_TYPE_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
EntityType prefix declaration to use in SPARQL queries.
WATCH_NS - Static variable in class eu.scape_project.watch.utils.KBUtils
The preservation watch namespace.
WATCH_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
The WATCH prefix to use in SPARQL queries.
WATCH_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
The declaration of the WATCH prefix to use in SPARQL queries.
WATCH_PROPERTY_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
Property prefix to use in SPARQL queries.
WATCH_PROPERTY_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
Property prefix declaration to use in SPARQL queries.
WATCH_PROPERTY_VALUE_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
PropertyValue prefix to use in SPARQL queries.
WATCH_PROPERTY_VALUE_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
PropertyValue prefix declaration to use in SPARQL queries.

X

XSD_NS - Static variable in class eu.scape_project.watch.utils.KBUtils
The default XSD syntax namespace.
XSD_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
The XSD prefix to use in SPARQL queries.
XSD_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
The declaration of the XSD prefix to use in SPARQL queries.

A C D E F G H K L M N O P Q R S T V W X

Copyright © 2012. All Rights Reserved.