A B C D E F G I K L M O P Q R S T U V W X Y

A

addInformation(AddInformationArgs) - Method in interface org.weblab_project.services.reportprovider.ReportProvider
Add a resource to be reported given a usage context.
AddInformationArgs - Class in org.weblab_project.services.reportprovider.types
Wrapper containing the resource to add and the usage context to build the report.
AddInformationArgs() - Constructor for class org.weblab_project.services.reportprovider.types.AddInformationArgs
 
AddInformationException - Exception in org.weblab_project.services.reportprovider
To be thrown if an error occurs in addInformation method.
AddInformationException(String, WebLabException) - Constructor for exception org.weblab_project.services.reportprovider.AddInformationException
 
AddInformationException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.reportprovider.AddInformationException
 
AddInformationReturn - Class in org.weblab_project.services.reportprovider.types
Just an empty wrapper since a service can't return a void.
AddInformationReturn() - Constructor for class org.weblab_project.services.reportprovider.types.AddInformationReturn
 
addTrainResource(AddTrainResourceArgs) - Method in interface org.weblab_project.services.trainable.Trainable
Add the resource to the training set, given a usage context.
AddTrainResourceArgs - Class in org.weblab_project.services.trainable.types
Wrapper containing the resource to add and the usage context.
AddTrainResourceArgs() - Constructor for class org.weblab_project.services.trainable.types.AddTrainResourceArgs
 
AddTrainResourceException - Exception in org.weblab_project.services.trainable
To be thrown if an error occurs in addTrainResource method.
AddTrainResourceException(String, WebLabException) - Constructor for exception org.weblab_project.services.trainable.AddTrainResourceException
 
AddTrainResourceException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.trainable.AddTrainResourceException
 
AddTrainResourceReturn - Class in org.weblab_project.services.trainable.types
Just an empty wrapper since a service can't return a void.
AddTrainResourceReturn() - Constructor for class org.weblab_project.services.trainable.types.AddTrainResourceReturn
 
Analyser - Interface in org.weblab_project.services.analyser
Interface of a analyser.
Analyser_Service - Class in org.weblab_project.services.analyser
A sample analyser service.
Analyser_Service(URL, QName) - Constructor for class org.weblab_project.services.analyser.Analyser_Service
 
Analyser_Service() - Constructor for class org.weblab_project.services.analyser.Analyser_Service
 
Annotation - Class in org.weblab_project.core.model
An Annotation will contain a set of annotations which refer to a specific resource known as the subject of the annotations.
Annotation() - Constructor for class org.weblab_project.core.model.Annotation
 
annotation - Variable in class org.weblab_project.core.model.Resource
 
Audio - Class in org.weblab_project.core.model.multimedia
An audio unit describes audio content out of media document.
Audio() - Constructor for class org.weblab_project.core.model.multimedia.Audio
 

B

BinaryContent - Class in org.weblab_project.core.model.content
Binary content simply contains part of a binary large content.
BinaryContent() - Constructor for class org.weblab_project.core.model.content.BinaryContent
 
BinaryMediaUnit - Class in org.weblab_project.core.model.multimedia
As a resource, a binary unit could be annotated to provide, for example, meta-information on its content or its format.
BinaryMediaUnit() - Constructor for class org.weblab_project.core.model.multimedia.BinaryMediaUnit
 
buildReport(BuildReportArgs) - Method in interface org.weblab_project.services.reportprovider.ReportProvider
Build the report on the previously added resources, given a usage context.
BuildReportArgs - Class in org.weblab_project.services.reportprovider.types
Wrapper containing the usage context.
BuildReportArgs() - Constructor for class org.weblab_project.services.reportprovider.types.BuildReportArgs
 
BuildReportException - Exception in org.weblab_project.services.reportprovider
To be thrown if an error occurs in buildReport method.
BuildReportException(String, WebLabException) - Constructor for exception org.weblab_project.services.reportprovider.BuildReportException
 
BuildReportException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.reportprovider.BuildReportException
 
BuildReportReturn - Class in org.weblab_project.services.reportprovider.types
Report as a Resource.
BuildReportReturn() - Constructor for class org.weblab_project.services.reportprovider.types.BuildReportReturn
 

C

Cell - Class in org.weblab_project.core.model.structure
A cell is a specific mediaUnit that could handle content structured in table.
Cell() - Constructor for class org.weblab_project.core.model.structure.Cell
 
cell - Variable in class org.weblab_project.core.model.structure.Line
 
ComposedQuery - Class in org.weblab_project.core.model.query
This kind of query is only an aggregation of query using a n-ary boolean operator to combine them.
ComposedQuery() - Constructor for class org.weblab_project.core.model.query.ComposedQuery
 
ComposedUnit - Class in org.weblab_project.core.model
A composed unit is a media unit which only contain a list of other units.
ComposedUnit() - Constructor for class org.weblab_project.core.model.ComposedUnit
 
Configurable - Interface in org.weblab_project.services.configurable
The configurable interface will be used to define services of which behavior depends on a usage context, this context corresponding to a particular set of parameters.
Configurable_Service - Class in org.weblab_project.services.configurable
A sample configurable service.
Configurable_Service(URL, QName) - Constructor for class org.weblab_project.services.configurable.Configurable_Service
 
Configurable_Service() - Constructor for class org.weblab_project.services.configurable.Configurable_Service
 
configuration - Variable in class org.weblab_project.services.configurable.types.ConfigureArgs
 
configure(ConfigureArgs) - Method in interface org.weblab_project.services.configurable.Configurable
Configure the service.
ConfigureArgs - Class in org.weblab_project.services.configurable.types
Wrapper containing the usage context and the request PoK to be used to configure the service.
ConfigureArgs() - Constructor for class org.weblab_project.services.configurable.types.ConfigureArgs
 
ConfigureException - Exception in org.weblab_project.services.configurable
To be thrown if an error occurs in configure method.
ConfigureException(String, WebLabException) - Constructor for exception org.weblab_project.services.configurable.ConfigureException
 
ConfigureException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.configurable.ConfigureException
 
ConfigureReturn - Class in org.weblab_project.services.configurable.types
Just an empty wrapper since a service can't return a void.
ConfigureReturn() - Constructor for class org.weblab_project.services.configurable.types.ConfigureReturn
 
Content - Class in org.weblab_project.core.model.content
Content is an abstract type which provides limit and offset (their unit are consistent together and described in the specialisations) for instantiable contents.
Content() - Constructor for class org.weblab_project.core.model.content.Content
 
content - Variable in class org.weblab_project.core.model.multimedia.BinaryMediaUnit
 
content - Variable in class org.weblab_project.core.model.text.Text
 
content - Variable in class org.weblab_project.services.contentconsumer.types.SetContentArgs
 
content - Variable in class org.weblab_project.services.contentprovider.types.GetContentReturn
 
ContentConsumer - Interface in org.weblab_project.services.contentconsumer
The content consumer interface will be used to define services that need to handle with unstructured or format-specific contents.
ContentConsumer_Service - Class in org.weblab_project.services.contentconsumer
A sample content consumer service.
ContentConsumer_Service(URL, QName) - Constructor for class org.weblab_project.services.contentconsumer.ContentConsumer_Service
 
ContentConsumer_Service() - Constructor for class org.weblab_project.services.contentconsumer.ContentConsumer_Service
 
contentId - Variable in class org.weblab_project.services.contentconsumer.types.SetContentReturn
 
contentId - Variable in class org.weblab_project.services.contentprovider.types.GetContentArgs
 
ContentProvider - Interface in org.weblab_project.services.contentprovider
The content provider interface will be used to define services that could provide unstructured content or in specific formats (documents in their native or binary format).
ContentProvider_Service - Class in org.weblab_project.services.contentprovider
A sample content provider service.
ContentProvider_Service(URL, QName) - Constructor for class org.weblab_project.services.contentprovider.ContentProvider_Service
 
ContentProvider_Service() - Constructor for class org.weblab_project.services.contentprovider.ContentProvider_Service
 
Coordinate - Class in org.weblab_project.core.model.multimedia
A coordinate is a simple container of two dimensional coordinate aiming at localising information spatially in a mediaUnit; for instance in an image or a video.
Coordinate() - Constructor for class org.weblab_project.core.model.multimedia.Coordinate
 
coordinate - Variable in class org.weblab_project.core.model.multimedia.SpatialSegment
 
createAddInformationArgs() - Method in class org.weblab_project.services.reportprovider.types.ObjectFactory
Create an instance of AddInformationArgs
createAddInformationArgs(AddInformationArgs) - Method in class org.weblab_project.services.reportprovider.types.ObjectFactory
Create an instance of JAXBElement<AddInformationArgs>}
createAddInformationReturn() - Method in class org.weblab_project.services.reportprovider.types.ObjectFactory
Create an instance of AddInformationReturn
createAddInformationReturn(AddInformationReturn) - Method in class org.weblab_project.services.reportprovider.types.ObjectFactory
Create an instance of JAXBElement<AddInformationReturn>}
createAddTrainResourceArgs() - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of AddTrainResourceArgs
createAddTrainResourceArgs(AddTrainResourceArgs) - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of JAXBElement<AddTrainResourceArgs>}
createAddTrainResourceReturn() - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of AddTrainResourceReturn
createAddTrainResourceReturn(AddTrainResourceReturn) - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of JAXBElement<AddTrainResourceReturn>}
createAnnotation() - Method in class org.weblab_project.core.model.ObjectFactory
Create an instance of Annotation
createAudio() - Method in class org.weblab_project.core.model.multimedia.ObjectFactory
Create an instance of Audio
createBinaryContent() - Method in class org.weblab_project.core.model.content.ObjectFactory
Create an instance of BinaryContent
createBuildReportArgs() - Method in class org.weblab_project.services.reportprovider.types.ObjectFactory
Create an instance of BuildReportArgs
createBuildReportArgs(BuildReportArgs) - Method in class org.weblab_project.services.reportprovider.types.ObjectFactory
Create an instance of JAXBElement<BuildReportArgs>}
createBuildReportReturn() - Method in class org.weblab_project.services.reportprovider.types.ObjectFactory
Create an instance of BuildReportReturn
createBuildReportReturn(BuildReportReturn) - Method in class org.weblab_project.services.reportprovider.types.ObjectFactory
Create an instance of JAXBElement<BuildReportReturn>}
createCell() - Method in class org.weblab_project.core.model.structure.ObjectFactory
Create an instance of Cell
createComposedQuery() - Method in class org.weblab_project.core.model.query.ObjectFactory
Create an instance of ComposedQuery
createComposedUnit() - Method in class org.weblab_project.core.model.ObjectFactory
Create an instance of ComposedUnit
createConfigureArgs() - Method in class org.weblab_project.services.configurable.types.ObjectFactory
Create an instance of ConfigureArgs
createConfigureArgs(ConfigureArgs) - Method in class org.weblab_project.services.configurable.types.ObjectFactory
Create an instance of JAXBElement<ConfigureArgs>}
createConfigureReturn() - Method in class org.weblab_project.services.configurable.types.ObjectFactory
Create an instance of ConfigureReturn
createConfigureReturn(ConfigureReturn) - Method in class org.weblab_project.services.configurable.types.ObjectFactory
Create an instance of JAXBElement<ConfigureReturn>}
createContent() - Method in class org.weblab_project.core.model.content.ObjectFactory
Create an instance of Content
createCoordinate() - Method in class org.weblab_project.core.model.multimedia.ObjectFactory
Create an instance of Coordinate
createDocument() - Method in class org.weblab_project.core.model.ObjectFactory
Create an instance of Document
createFeature() - Method in class org.weblab_project.core.model.ObjectFactory
Create an instance of Feature
createGetContentArgs() - Method in class org.weblab_project.services.contentprovider.types.ObjectFactory
Create an instance of GetContentArgs
createGetContentArgs(GetContentArgs) - Method in class org.weblab_project.services.contentprovider.types.ObjectFactory
Create an instance of JAXBElement<GetContentArgs>}
createGetContentReturn() - Method in class org.weblab_project.services.contentprovider.types.ObjectFactory
Create an instance of GetContentReturn
createGetContentReturn(GetContentReturn) - Method in class org.weblab_project.services.contentprovider.types.ObjectFactory
Create an instance of JAXBElement<GetContentReturn>}
createGetResourceArgs() - Method in class org.weblab_project.services.resourcecontainer.types.ObjectFactory
Create an instance of GetResourceArgs
createGetResourceArgs(GetResourceArgs) - Method in class org.weblab_project.services.resourcecontainer.types.ObjectFactory
Create an instance of JAXBElement<GetResourceArgs>}
createGetResourceArgs() - Method in class org.weblab_project.services.sourcereader.types.ObjectFactory
Create an instance of GetResourceArgs
createGetResourceArgs(GetResourceArgs) - Method in class org.weblab_project.services.sourcereader.types.ObjectFactory
Create an instance of JAXBElement<GetResourceArgs>}
createGetResourceReturn() - Method in class org.weblab_project.services.resourcecontainer.types.ObjectFactory
Create an instance of GetResourceReturn
createGetResourceReturn(GetResourceReturn) - Method in class org.weblab_project.services.resourcecontainer.types.ObjectFactory
Create an instance of JAXBElement<GetResourceReturn>}
createGetResourceReturn() - Method in class org.weblab_project.services.sourcereader.types.ObjectFactory
Create an instance of GetResourceReturn
createGetResourceReturn(GetResourceReturn) - Method in class org.weblab_project.services.sourcereader.types.ObjectFactory
Create an instance of JAXBElement<GetResourceReturn>}
createImage() - Method in class org.weblab_project.core.model.multimedia.ObjectFactory
Create an instance of Image
createIndexArgs() - Method in class org.weblab_project.services.indexer.types.ObjectFactory
Create an instance of IndexArgs
createIndexArgs(IndexArgs) - Method in class org.weblab_project.services.indexer.types.ObjectFactory
Create an instance of JAXBElement<IndexArgs>}
createIndexReturn() - Method in class org.weblab_project.services.indexer.types.ObjectFactory
Create an instance of IndexReturn
createIndexReturn(IndexReturn) - Method in class org.weblab_project.services.indexer.types.ObjectFactory
Create an instance of JAXBElement<IndexReturn>}
createLine() - Method in class org.weblab_project.core.model.structure.ObjectFactory
Create an instance of Line
createLinearSegment() - Method in class org.weblab_project.core.model.text.ObjectFactory
Create an instance of LinearSegment
createLowLevelDescriptor() - Method in class org.weblab_project.core.model.ObjectFactory
Create an instance of LowLevelDescriptor
createOntology() - Method in class org.weblab_project.core.model.ontology.ObjectFactory
Create an instance of Ontology
createPieceOfKnowledge() - Method in class org.weblab_project.core.model.ObjectFactory
Create an instance of PieceOfKnowledge
createProcessArgs() - Method in class org.weblab_project.services.analyser.types.ObjectFactory
Create an instance of ProcessArgs
createProcessArgs(ProcessArgs) - Method in class org.weblab_project.services.analyser.types.ObjectFactory
Create an instance of JAXBElement<ProcessArgs>}
createProcessReturn() - Method in class org.weblab_project.services.analyser.types.ObjectFactory
Create an instance of ProcessReturn
createProcessReturn(ProcessReturn) - Method in class org.weblab_project.services.analyser.types.ObjectFactory
Create an instance of JAXBElement<ProcessReturn>}
createResetConfigurationArgs() - Method in class org.weblab_project.services.configurable.types.ObjectFactory
Create an instance of ResetConfigurationArgs
createResetConfigurationArgs(ResetConfigurationArgs) - Method in class org.weblab_project.services.configurable.types.ObjectFactory
Create an instance of JAXBElement<ResetConfigurationArgs>}
createResetConfigurationReturn() - Method in class org.weblab_project.services.configurable.types.ObjectFactory
Create an instance of ResetConfigurationReturn
createResetConfigurationReturn(ResetConfigurationReturn) - Method in class org.weblab_project.services.configurable.types.ObjectFactory
Create an instance of JAXBElement<ResetConfigurationReturn>}
createResetTrainedModelArgs() - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of ResetTrainedModelArgs
createResetTrainedModelArgs(ResetTrainedModelArgs) - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of JAXBElement<ResetTrainedModelArgs>}
createResetTrainedModelReturn() - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of ResetTrainedModelReturn
createResetTrainedModelReturn(ResetTrainedModelReturn) - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of JAXBElement<ResetTrainedModelReturn>}
createResource() - Method in class org.weblab_project.core.model.ObjectFactory
Create an instance of Resource
createResourceCollection() - Method in class org.weblab_project.core.model.ObjectFactory
Create an instance of ResourceCollection
createResultSet() - Method in class org.weblab_project.core.model.query.ObjectFactory
Create an instance of ResultSet
createSaveResourceArgs() - Method in class org.weblab_project.services.resourcecontainer.types.ObjectFactory
Create an instance of SaveResourceArgs
createSaveResourceArgs(SaveResourceArgs) - Method in class org.weblab_project.services.resourcecontainer.types.ObjectFactory
Create an instance of JAXBElement<SaveResourceArgs>}
createSaveResourceReturn() - Method in class org.weblab_project.services.resourcecontainer.types.ObjectFactory
Create an instance of SaveResourceReturn
createSaveResourceReturn(SaveResourceReturn) - Method in class org.weblab_project.services.resourcecontainer.types.ObjectFactory
Create an instance of JAXBElement<SaveResourceReturn>}
createSearchArgs() - Method in class org.weblab_project.services.searcher.types.ObjectFactory
Create an instance of SearchArgs
createSearchArgs(SearchArgs) - Method in class org.weblab_project.services.searcher.types.ObjectFactory
Create an instance of JAXBElement<SearchArgs>}
createSearchReturn() - Method in class org.weblab_project.services.searcher.types.ObjectFactory
Create an instance of SearchReturn
createSearchReturn(SearchReturn) - Method in class org.weblab_project.services.searcher.types.ObjectFactory
Create an instance of JAXBElement<SearchReturn>}
createService() - Method in class org.weblab_project.core.model.service.ObjectFactory
Create an instance of Service
createSetContentArgs() - Method in class org.weblab_project.services.contentconsumer.types.ObjectFactory
Create an instance of SetContentArgs
createSetContentArgs(SetContentArgs) - Method in class org.weblab_project.services.contentconsumer.types.ObjectFactory
Create an instance of JAXBElement<SetContentArgs>}
createSetContentReturn() - Method in class org.weblab_project.services.contentconsumer.types.ObjectFactory
Create an instance of SetContentReturn
createSetContentReturn(SetContentReturn) - Method in class org.weblab_project.services.contentconsumer.types.ObjectFactory
Create an instance of JAXBElement<SetContentReturn>}
createSimilarityQuery() - Method in class org.weblab_project.core.model.query.ObjectFactory
Create an instance of SimilarityQuery
createSpatialSegment() - Method in class org.weblab_project.core.model.multimedia.ObjectFactory
Create an instance of SpatialSegment
createStringQuery() - Method in class org.weblab_project.core.model.query.ObjectFactory
Create an instance of StringQuery
createTable() - Method in class org.weblab_project.core.model.structure.ObjectFactory
Create an instance of Table
createTemporalSegment() - Method in class org.weblab_project.core.model.multimedia.ObjectFactory
Create an instance of TemporalSegment
createText() - Method in class org.weblab_project.core.model.text.ObjectFactory
Create an instance of Text
createTextContent() - Method in class org.weblab_project.core.model.content.ObjectFactory
Create an instance of TextContent
createTrainArgs() - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of TrainArgs
createTrainArgs(TrainArgs) - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of JAXBElement<TrainArgs>}
createTrainReturn() - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of TrainReturn
createTrainReturn(TrainReturn) - Method in class org.weblab_project.services.trainable.types.ObjectFactory
Create an instance of JAXBElement<TrainReturn>}
createUsageContext() - Method in class org.weblab_project.core.model.user.ObjectFactory
Create an instance of UsageContext
createUser() - Method in class org.weblab_project.core.model.user.ObjectFactory
Create an instance of User
createVideo() - Method in class org.weblab_project.core.model.multimedia.ObjectFactory
Create an instance of Video
createWebLabException() - Method in class org.weblab_project.services.exception.ObjectFactory
Create an instance of WebLabException
createWebLabException(WebLabException) - Method in class org.weblab_project.services.exception.ObjectFactory
Create an instance of JAXBElement<WebLabException>}

D

data - Variable in class org.weblab_project.core.model.content.BinaryContent
 
data - Variable in class org.weblab_project.core.model.content.TextContent
 
data - Variable in class org.weblab_project.core.model.PieceOfKnowledge
 
data - Variable in class org.weblab_project.core.model.service.Service
 
descriptor - Variable in class org.weblab_project.core.model.Resource
 
Document - Class in org.weblab_project.core.model
A document is assumed to be a composed unit which handle the references of all the unit which have been build on it through the multiple processes.
Document() - Constructor for class org.weblab_project.core.model.Document
 

E

ElementaryQuery - Class in org.weblab_project.core.model.query
This kind of query is simply not a ComposedQuery.
ElementaryQuery() - Constructor for class org.weblab_project.core.model.query.ElementaryQuery
 
end - Variable in class org.weblab_project.core.model.multimedia.TemporalSegment
 
end - Variable in class org.weblab_project.core.model.text.LinearSegment
 
errorId - Variable in class org.weblab_project.services.exception.WebLabException
 
errorMessage - Variable in class org.weblab_project.services.exception.WebLabException
 

F

Feature - Class in org.weblab_project.core.model
A low level feature vector, for instance a TFIDF vector, a color histogram vector etc.
Feature() - Constructor for class org.weblab_project.core.model.Feature
 
feature - Variable in class org.weblab_project.core.model.LowLevelDescriptor
 
fromValue(String) - Static method in enum org.weblab_project.core.model.query.Operator
 

G

getAnalyserPort() - Method in class org.weblab_project.services.analyser.Analyser_Service
 
getAnalyserPort(WebServiceFeature...) - Method in class org.weblab_project.services.analyser.Analyser_Service
 
getAnnotation() - Method in class org.weblab_project.core.model.Resource
Gets the value of the annotation property.
getCell() - Method in class org.weblab_project.core.model.structure.Line
Gets the value of the cell property.
getConfigurablePort() - Method in class org.weblab_project.services.configurable.Configurable_Service
 
getConfigurablePort(WebServiceFeature...) - Method in class org.weblab_project.services.configurable.Configurable_Service
 
getConfiguration() - Method in class org.weblab_project.services.configurable.types.ConfigureArgs
Gets the value of the configuration property.
getContent() - Method in class org.weblab_project.core.model.multimedia.BinaryMediaUnit
Gets the value of the content property.
getContent() - Method in class org.weblab_project.core.model.text.Text
Gets the value of the content property.
getContent() - Method in class org.weblab_project.services.contentconsumer.types.SetContentArgs
Gets the value of the content property.
getContent(GetContentArgs) - Method in interface org.weblab_project.services.contentprovider.ContentProvider
Get the content stored in this provider.
getContent() - Method in class org.weblab_project.services.contentprovider.types.GetContentReturn
Gets the value of the content property.
GetContentArgs - Class in org.weblab_project.services.contentprovider.types
Wrapper containing the URI of the content to retrieve, and two integers to retrieve the original content.
GetContentArgs() - Constructor for class org.weblab_project.services.contentprovider.types.GetContentArgs
 
getContentconsumerPort() - Method in class org.weblab_project.services.contentconsumer.ContentConsumer_Service
 
getContentconsumerPort(WebServiceFeature...) - Method in class org.weblab_project.services.contentconsumer.ContentConsumer_Service
 
GetContentException - Exception in org.weblab_project.services.contentprovider
To be thrown if an error occurs in getContent method.
GetContentException(String, WebLabException) - Constructor for exception org.weblab_project.services.contentprovider.GetContentException
 
GetContentException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.contentprovider.GetContentException
 
getContentId() - Method in class org.weblab_project.services.contentconsumer.types.SetContentReturn
Gets the value of the contentId property.
getContentId() - Method in class org.weblab_project.services.contentprovider.types.GetContentArgs
Gets the value of the contentId property.
getContentproviderPort() - Method in class org.weblab_project.services.contentprovider.ContentProvider_Service
 
getContentproviderPort(WebServiceFeature...) - Method in class org.weblab_project.services.contentprovider.ContentProvider_Service
 
GetContentReturn - Class in org.weblab_project.services.contentprovider.types
Wrapper containing the content requested.
GetContentReturn() - Constructor for class org.weblab_project.services.contentprovider.types.GetContentReturn
 
getCoordinate() - Method in class org.weblab_project.core.model.multimedia.SpatialSegment
Gets the value of the coordinate property.
getData() - Method in class org.weblab_project.core.model.content.BinaryContent
Gets the value of the data property.
getData() - Method in class org.weblab_project.core.model.content.TextContent
Gets the value of the data property.
getData() - Method in class org.weblab_project.core.model.PieceOfKnowledge
Gets the value of the data property.
getData() - Method in class org.weblab_project.core.model.service.Service
Gets the value of the data property.
getDescriptor() - Method in class org.weblab_project.core.model.Resource
Gets the value of the descriptor property.
getEnd() - Method in class org.weblab_project.core.model.multimedia.TemporalSegment
Gets the value of the end property.
getEnd() - Method in class org.weblab_project.core.model.text.LinearSegment
Gets the value of the end property.
getErrorId() - Method in class org.weblab_project.services.exception.WebLabException
Gets the value of the errorId property.
getErrorMessage() - Method in class org.weblab_project.services.exception.WebLabException
Gets the value of the errorMessage property.
getFaultInfo() - Method in exception org.weblab_project.services.analyser.ProcessException
 
getFaultInfo() - Method in exception org.weblab_project.services.configurable.ConfigureException
 
getFaultInfo() - Method in exception org.weblab_project.services.configurable.ResetConfigurationException
 
getFaultInfo() - Method in exception org.weblab_project.services.contentconsumer.SetContentException
 
getFaultInfo() - Method in exception org.weblab_project.services.contentprovider.GetContentException
 
getFaultInfo() - Method in exception org.weblab_project.services.indexer.IndexException
 
getFaultInfo() - Method in exception org.weblab_project.services.reportprovider.AddInformationException
 
getFaultInfo() - Method in exception org.weblab_project.services.reportprovider.BuildReportException
 
getFaultInfo() - Method in exception org.weblab_project.services.resourcecontainer.GetResourceException
 
getFaultInfo() - Method in exception org.weblab_project.services.resourcecontainer.SaveResourceException
 
getFaultInfo() - Method in exception org.weblab_project.services.searcher.SearchException
 
getFaultInfo() - Method in exception org.weblab_project.services.sourcereader.GetResourceException
 
getFaultInfo() - Method in exception org.weblab_project.services.trainable.AddTrainResourceException
 
getFaultInfo() - Method in exception org.weblab_project.services.trainable.ResetTrainedModelException
 
getFaultInfo() - Method in exception org.weblab_project.services.trainable.TrainException
 
getFeature() - Method in class org.weblab_project.core.model.LowLevelDescriptor
Gets the value of the feature property.
getIndexerPort() - Method in class org.weblab_project.services.indexer.Indexer_Service
 
getIndexerPort(WebServiceFeature...) - Method in class org.weblab_project.services.indexer.Indexer_Service
 
getKey() - Method in class org.weblab_project.core.model.LowLevelDescriptor
Gets the value of the key property.
getLabel() - Method in class org.weblab_project.core.model.Feature
Gets the value of the label property.
getLimit() - Method in class org.weblab_project.core.model.content.Content
Gets the value of the limit property.
getLimit() - Method in class org.weblab_project.services.contentprovider.types.GetContentArgs
Gets the value of the limit property.
getLimit() - Method in class org.weblab_project.services.searcher.types.SearchArgs
Gets the value of the limit property.
getLimit() - Method in class org.weblab_project.services.sourcereader.types.GetResourceArgs
Gets the value of the limit property.
getLine() - Method in class org.weblab_project.core.model.structure.Table
Gets the value of the line property.
getMediaUnit() - Method in class org.weblab_project.core.model.ComposedUnit
Gets the value of the mediaUnit property.
getMediaUnit() - Method in class org.weblab_project.core.model.structure.Cell
Gets the value of the mediaUnit property.
getOffset() - Method in class org.weblab_project.core.model.content.Content
Gets the value of the offset property.
getOffset() - Method in class org.weblab_project.services.contentprovider.types.GetContentArgs
Gets the value of the offset property.
getOffset() - Method in class org.weblab_project.services.searcher.types.SearchArgs
Gets the value of the offset property.
getOffset() - Method in class org.weblab_project.services.sourcereader.types.GetResourceArgs
Gets the value of the offset property.
getOperator() - Method in class org.weblab_project.core.model.query.ComposedQuery
Gets the value of the operator property.
getPok() - Method in class org.weblab_project.core.model.query.ResultSet
Gets the value of the pok property.
getQuery() - Method in class org.weblab_project.core.model.query.ComposedQuery
Gets the value of the query property.
getQuery() - Method in class org.weblab_project.services.searcher.types.SearchArgs
Gets the value of the query property.
getReport() - Method in class org.weblab_project.services.reportprovider.types.BuildReportReturn
Gets the value of the report property.
getReportproviderPort() - Method in class org.weblab_project.services.reportprovider.ReportProvider_Service
 
getReportproviderPort(WebServiceFeature...) - Method in class org.weblab_project.services.reportprovider.ReportProvider_Service
 
getRequest() - Method in class org.weblab_project.core.model.query.StringQuery
Gets the value of the request property.
getResource() - Method in class org.weblab_project.core.model.query.ResultSet
Gets the value of the resource property.
getResource() - Method in class org.weblab_project.core.model.query.SimilarityQuery
Gets the value of the resource property.
getResource() - Method in class org.weblab_project.core.model.ResourceCollection
Gets the value of the resource property.
getResource() - Method in class org.weblab_project.services.analyser.types.ProcessArgs
Gets the value of the resource property.
getResource() - Method in class org.weblab_project.services.analyser.types.ProcessReturn
Gets the value of the resource property.
getResource() - Method in class org.weblab_project.services.indexer.types.IndexArgs
Gets the value of the resource property.
getResource() - Method in class org.weblab_project.services.reportprovider.types.AddInformationArgs
Gets the value of the resource property.
getResource(GetResourceArgs) - Method in interface org.weblab_project.services.resourcecontainer.ResourceContainer
Get a resource stored in the repository.
getResource() - Method in class org.weblab_project.services.resourcecontainer.types.GetResourceReturn
Gets the value of the resource property.
getResource() - Method in class org.weblab_project.services.resourcecontainer.types.SaveResourceArgs
Gets the value of the resource property.
getResource(GetResourceArgs) - Method in interface org.weblab_project.services.sourcereader.SourceReader
Get resources from the source exploited by the service.
getResource() - Method in class org.weblab_project.services.trainable.types.AddTrainResourceArgs
Gets the value of the resource property.
GetResourceArgs - Class in org.weblab_project.services.resourcecontainer.types
Wrapper containing the URI of resource to retrieve and an optional context.
GetResourceArgs() - Constructor for class org.weblab_project.services.resourcecontainer.types.GetResourceArgs
 
GetResourceArgs - Class in org.weblab_project.services.sourcereader.types
Offset and Limit which defines the content of the returned ResourceCollection.
GetResourceArgs() - Constructor for class org.weblab_project.services.sourcereader.types.GetResourceArgs
 
getResourceContainerPort() - Method in class org.weblab_project.services.resourcecontainer.ResourceContainer_Service
 
getResourceContainerPort(WebServiceFeature...) - Method in class org.weblab_project.services.resourcecontainer.ResourceContainer_Service
 
GetResourceException - Exception in org.weblab_project.services.resourcecontainer
To be thrown if an error occurs in getResource method.
GetResourceException(String, WebLabException) - Constructor for exception org.weblab_project.services.resourcecontainer.GetResourceException
 
GetResourceException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.resourcecontainer.GetResourceException
 
GetResourceException - Exception in org.weblab_project.services.sourcereader
To be thrown if an error occurs in getResource method.
GetResourceException(String, WebLabException) - Constructor for exception org.weblab_project.services.sourcereader.GetResourceException
 
GetResourceException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.sourcereader.GetResourceException
 
getResourceId() - Method in class org.weblab_project.services.resourcecontainer.types.GetResourceArgs
Gets the value of the resourceId property.
getResourceId() - Method in class org.weblab_project.services.resourcecontainer.types.SaveResourceReturn
Gets the value of the resourceId property.
GetResourceReturn - Class in org.weblab_project.services.resourcecontainer.types
The resource which correspond to the id passed as argument.
GetResourceReturn() - Constructor for class org.weblab_project.services.resourcecontainer.types.GetResourceReturn
 
GetResourceReturn - Class in org.weblab_project.services.sourcereader.types
A resourceCollection that contains the resources asked.
GetResourceReturn() - Constructor for class org.weblab_project.services.sourcereader.types.GetResourceReturn
 
getResources() - Method in class org.weblab_project.services.sourcereader.types.GetResourceReturn
Gets the value of the resources property.
getResultSet() - Method in class org.weblab_project.services.searcher.types.SearchReturn
Gets the value of the resultSet property.
getSearcherPort() - Method in class org.weblab_project.services.searcher.Searcher_Service
 
getSearcherPort(WebServiceFeature...) - Method in class org.weblab_project.services.searcher.Searcher_Service
 
getSegment() - Method in class org.weblab_project.core.model.MediaUnit
Gets the value of the segment property.
getSourceReaderPort() - Method in class org.weblab_project.services.sourcereader.SourceReader_Service
 
getSourceReaderPort(WebServiceFeature...) - Method in class org.weblab_project.services.sourcereader.SourceReader_Service
 
getStart() - Method in class org.weblab_project.core.model.multimedia.TemporalSegment
Gets the value of the start property.
getStart() - Method in class org.weblab_project.core.model.text.LinearSegment
Gets the value of the start property.
getTrainablePort() - Method in class org.weblab_project.services.trainable.Trainable_Service
 
getTrainablePort(WebServiceFeature...) - Method in class org.weblab_project.services.trainable.Trainable_Service
 
getUri() - Method in class org.weblab_project.core.model.Resource
Gets the value of the uri property.
getUsageContext() - Method in class org.weblab_project.services.analyser.types.ProcessArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.configurable.types.ConfigureArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.configurable.types.ResetConfigurationArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.indexer.types.IndexArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.reportprovider.types.AddInformationArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.reportprovider.types.BuildReportArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.resourcecontainer.types.GetResourceArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.resourcecontainer.types.SaveResourceArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.searcher.types.SearchArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.sourcereader.types.GetResourceArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.trainable.types.AddTrainResourceArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.trainable.types.ResetTrainedModelArgs
Gets the value of the usageContext property.
getUsageContext() - Method in class org.weblab_project.services.trainable.types.TrainArgs
Gets the value of the usageContext property.
getValue() - Method in class org.weblab_project.core.model.Feature
Gets the value of the value property.
getWeight() - Method in class org.weblab_project.core.model.query.ElementaryQuery
Gets the value of the weight property.
getX() - Method in class org.weblab_project.core.model.multimedia.Coordinate
Gets the value of the x property.
getY() - Method in class org.weblab_project.core.model.multimedia.Coordinate
Gets the value of the y property.

I

Image - Class in org.weblab_project.core.model.multimedia
An image unit describe a visual static content out of media document.
Image() - Constructor for class org.weblab_project.core.model.multimedia.Image
 
index(IndexArgs) - Method in interface org.weblab_project.services.indexer.Indexer
Index the given resource.
IndexArgs - Class in org.weblab_project.services.indexer.types
Wrapper containing the resource to index and an optional UsageContext.
IndexArgs() - Constructor for class org.weblab_project.services.indexer.types.IndexArgs
 
Indexer - Interface in org.weblab_project.services.indexer
The indexer interface will be used to define resources indexing services.
Indexer_Service - Class in org.weblab_project.services.indexer
A sample indexer service.
Indexer_Service(URL, QName) - Constructor for class org.weblab_project.services.indexer.Indexer_Service
 
Indexer_Service() - Constructor for class org.weblab_project.services.indexer.Indexer_Service
 
IndexException - Exception in org.weblab_project.services.indexer
To be thrown if an error occurs in index method.
IndexException(String, WebLabException) - Constructor for exception org.weblab_project.services.indexer.IndexException
 
IndexException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.indexer.IndexException
 
IndexReturn - Class in org.weblab_project.services.indexer.types
Just an empty wrapper since a service can't return a void.
IndexReturn() - Constructor for class org.weblab_project.services.indexer.types.IndexReturn
 
isSynchronised() - Method in class org.weblab_project.core.model.ComposedUnit
Gets the value of the synchronised property.

K

key - Variable in class org.weblab_project.core.model.LowLevelDescriptor
 

L

label - Variable in class org.weblab_project.core.model.Feature
 
limit - Variable in class org.weblab_project.core.model.content.Content
 
limit - Variable in class org.weblab_project.services.contentprovider.types.GetContentArgs
 
limit - Variable in class org.weblab_project.services.searcher.types.SearchArgs
 
limit - Variable in class org.weblab_project.services.sourcereader.types.GetResourceArgs
 
Line - Class in org.weblab_project.core.model.structure
A line is a specific media unit that could handle part of content structured in table.
Line() - Constructor for class org.weblab_project.core.model.structure.Line
 
line - Variable in class org.weblab_project.core.model.structure.Table
 
LinearSegment - Class in org.weblab_project.core.model.text
A linear segment is a position which can be described by a start and stop reference in accordance to a number of UTF-8 characters metric.
LinearSegment() - Constructor for class org.weblab_project.core.model.text.LinearSegment
 
LowLevelDescriptor - Class in org.weblab_project.core.model
A low level descriptor is composed of a set features that have been extracted from a document or a part of document.
LowLevelDescriptor() - Constructor for class org.weblab_project.core.model.LowLevelDescriptor
 

M

mediaUnit - Variable in class org.weblab_project.core.model.ComposedUnit
 
MediaUnit - Class in org.weblab_project.core.model
This is the major object manipulated through the WebLab platform.
MediaUnit() - Constructor for class org.weblab_project.core.model.MediaUnit
 
mediaUnit - Variable in class org.weblab_project.core.model.structure.Cell
 

O

ObjectFactory - Class in org.weblab_project.core.model.content
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.core.model.content package.
ObjectFactory() - Constructor for class org.weblab_project.core.model.content.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.core.model.content
ObjectFactory - Class in org.weblab_project.core.model.multimedia
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.core.model.multimedia package.
ObjectFactory() - Constructor for class org.weblab_project.core.model.multimedia.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.core.model.multimedia
ObjectFactory - Class in org.weblab_project.core.model
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.core.model package.
ObjectFactory() - Constructor for class org.weblab_project.core.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.core.model
ObjectFactory - Class in org.weblab_project.core.model.ontology
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.core.model.ontology package.
ObjectFactory() - Constructor for class org.weblab_project.core.model.ontology.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.core.model.ontology
ObjectFactory - Class in org.weblab_project.core.model.query
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.core.model.query package.
ObjectFactory() - Constructor for class org.weblab_project.core.model.query.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.core.model.query
ObjectFactory - Class in org.weblab_project.core.model.service
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.core.model.service package.
ObjectFactory() - Constructor for class org.weblab_project.core.model.service.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.core.model.service
ObjectFactory - Class in org.weblab_project.core.model.structure
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.core.model.structure package.
ObjectFactory() - Constructor for class org.weblab_project.core.model.structure.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.core.model.structure
ObjectFactory - Class in org.weblab_project.core.model.text
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.core.model.text package.
ObjectFactory() - Constructor for class org.weblab_project.core.model.text.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.core.model.text
ObjectFactory - Class in org.weblab_project.core.model.user
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.core.model.user package.
ObjectFactory() - Constructor for class org.weblab_project.core.model.user.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.core.model.user
ObjectFactory - Class in org.weblab_project.services.analyser.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.analyser.types package.
ObjectFactory() - Constructor for class org.weblab_project.services.analyser.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.analyser.types
ObjectFactory - Class in org.weblab_project.services.configurable.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.configurable.types package.
ObjectFactory() - Constructor for class org.weblab_project.services.configurable.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.configurable.types
ObjectFactory - Class in org.weblab_project.services.contentconsumer.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.contentconsumer.types package.
ObjectFactory() - Constructor for class org.weblab_project.services.contentconsumer.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.contentconsumer.types
ObjectFactory - Class in org.weblab_project.services.contentprovider.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.contentprovider.types package.
ObjectFactory() - Constructor for class org.weblab_project.services.contentprovider.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.contentprovider.types
ObjectFactory - Class in org.weblab_project.services.exception
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.exception package.
ObjectFactory() - Constructor for class org.weblab_project.services.exception.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.exception
ObjectFactory - Class in org.weblab_project.services.indexer.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.indexer.types package.
ObjectFactory() - Constructor for class org.weblab_project.services.indexer.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.indexer.types
ObjectFactory - Class in org.weblab_project.services.reportprovider.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.reportprovider.types package.
ObjectFactory() - Constructor for class org.weblab_project.services.reportprovider.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.reportprovider.types
ObjectFactory - Class in org.weblab_project.services.resourcecontainer.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.resourcecontainer.types package.
ObjectFactory() - Constructor for class org.weblab_project.services.resourcecontainer.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.resourcecontainer.types
ObjectFactory - Class in org.weblab_project.services.searcher.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.searcher.types package.
ObjectFactory() - Constructor for class org.weblab_project.services.searcher.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.searcher.types
ObjectFactory - Class in org.weblab_project.services.sourcereader.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.sourcereader.types package.
ObjectFactory() - Constructor for class org.weblab_project.services.sourcereader.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.sourcereader.types
ObjectFactory - Class in org.weblab_project.services.trainable.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.weblab_project.services.trainable.types package.
ObjectFactory() - Constructor for class org.weblab_project.services.trainable.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.weblab_project.services.trainable.types
offset - Variable in class org.weblab_project.core.model.content.Content
 
offset - Variable in class org.weblab_project.services.contentprovider.types.GetContentArgs
 
offset - Variable in class org.weblab_project.services.searcher.types.SearchArgs
 
offset - Variable in class org.weblab_project.services.sourcereader.types.GetResourceArgs
 
Ontology - Class in org.weblab_project.core.model.ontology
Ontologies are introduced as an example of resources that can be used by a service.
Ontology() - Constructor for class org.weblab_project.core.model.ontology.Ontology
 
operator - Variable in class org.weblab_project.core.model.query.ComposedQuery
 
Operator - Enum in org.weblab_project.core.model.query
Java class for operator.
org.weblab_project.core.model - package org.weblab_project.core.model
 
org.weblab_project.core.model.content - package org.weblab_project.core.model.content
 
org.weblab_project.core.model.multimedia - package org.weblab_project.core.model.multimedia
 
org.weblab_project.core.model.ontology - package org.weblab_project.core.model.ontology
 
org.weblab_project.core.model.query - package org.weblab_project.core.model.query
 
org.weblab_project.core.model.service - package org.weblab_project.core.model.service
 
org.weblab_project.core.model.structure - package org.weblab_project.core.model.structure
 
org.weblab_project.core.model.text - package org.weblab_project.core.model.text
 
org.weblab_project.core.model.user - package org.weblab_project.core.model.user
 
org.weblab_project.services.analyser - package org.weblab_project.services.analyser
 
org.weblab_project.services.analyser.types - package org.weblab_project.services.analyser.types
 
org.weblab_project.services.configurable - package org.weblab_project.services.configurable
 
org.weblab_project.services.configurable.types - package org.weblab_project.services.configurable.types
 
org.weblab_project.services.contentconsumer - package org.weblab_project.services.contentconsumer
 
org.weblab_project.services.contentconsumer.types - package org.weblab_project.services.contentconsumer.types
 
org.weblab_project.services.contentprovider - package org.weblab_project.services.contentprovider
 
org.weblab_project.services.contentprovider.types - package org.weblab_project.services.contentprovider.types
 
org.weblab_project.services.exception - package org.weblab_project.services.exception
 
org.weblab_project.services.indexer - package org.weblab_project.services.indexer
 
org.weblab_project.services.indexer.types - package org.weblab_project.services.indexer.types
 
org.weblab_project.services.reportprovider - package org.weblab_project.services.reportprovider
 
org.weblab_project.services.reportprovider.types - package org.weblab_project.services.reportprovider.types
 
org.weblab_project.services.resourcecontainer - package org.weblab_project.services.resourcecontainer
 
org.weblab_project.services.resourcecontainer.types - package org.weblab_project.services.resourcecontainer.types
 
org.weblab_project.services.searcher - package org.weblab_project.services.searcher
 
org.weblab_project.services.searcher.types - package org.weblab_project.services.searcher.types
 
org.weblab_project.services.sourcereader - package org.weblab_project.services.sourcereader
 
org.weblab_project.services.sourcereader.types - package org.weblab_project.services.sourcereader.types
 
org.weblab_project.services.trainable - package org.weblab_project.services.trainable
 
org.weblab_project.services.trainable.types - package org.weblab_project.services.trainable.types
 

P

PieceOfKnowledge - Class in org.weblab_project.core.model
A PieceOfKnowledge (or PoK) object should be understood as the definition provided by the W3C in its resource description framework.
PieceOfKnowledge() - Constructor for class org.weblab_project.core.model.PieceOfKnowledge
 
pok - Variable in class org.weblab_project.core.model.query.ResultSet
 
process(ProcessArgs) - Method in interface org.weblab_project.services.analyser.Analyser
Ask to the service to process with its business method.
ProcessArgs - Class in org.weblab_project.services.analyser.types
Wrapper containing the resource to process and the usage context to be used.
ProcessArgs() - Constructor for class org.weblab_project.services.analyser.types.ProcessArgs
 
ProcessException - Exception in org.weblab_project.services.analyser
To be thrown when an error occurs in the process method of an analyser.
ProcessException(String, WebLabException) - Constructor for exception org.weblab_project.services.analyser.ProcessException
 
ProcessException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.analyser.ProcessException
 
ProcessReturn - Class in org.weblab_project.services.analyser.types
Wrapper containing the processed resource Java class for processReturn complex type.
ProcessReturn() - Constructor for class org.weblab_project.services.analyser.types.ProcessReturn
 

Q

query - Variable in class org.weblab_project.core.model.query.ComposedQuery
 
Query - Class in org.weblab_project.core.model.query
A query is a resource which contains request data.
Query() - Constructor for class org.weblab_project.core.model.query.Query
 
query - Variable in class org.weblab_project.services.searcher.types.SearchArgs
 

R

report - Variable in class org.weblab_project.services.reportprovider.types.BuildReportReturn
 
ReportProvider - Interface in org.weblab_project.services.reportprovider
The report provider interface will be used to define services that can produce reports.
ReportProvider_Service - Class in org.weblab_project.services.reportprovider
A sample report provider service.
ReportProvider_Service(URL, QName) - Constructor for class org.weblab_project.services.reportprovider.ReportProvider_Service
 
ReportProvider_Service() - Constructor for class org.weblab_project.services.reportprovider.ReportProvider_Service
 
request - Variable in class org.weblab_project.core.model.query.StringQuery
 
resetConfiguration(ResetConfigurationArgs) - Method in interface org.weblab_project.services.configurable.Configurable
Reset the configuration of the service to the default one.
ResetConfigurationArgs - Class in org.weblab_project.services.configurable.types
Wrapper containing the usage context.
ResetConfigurationArgs() - Constructor for class org.weblab_project.services.configurable.types.ResetConfigurationArgs
 
ResetConfigurationException - Exception in org.weblab_project.services.configurable
To be thrown if an error occurs in resetConfiguration method.
ResetConfigurationException(String, WebLabException) - Constructor for exception org.weblab_project.services.configurable.ResetConfigurationException
 
ResetConfigurationException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.configurable.ResetConfigurationException
 
ResetConfigurationReturn - Class in org.weblab_project.services.configurable.types
Just an empty wrapper since a service can't return a void.
ResetConfigurationReturn() - Constructor for class org.weblab_project.services.configurable.types.ResetConfigurationReturn
 
resetTrainedModel(ResetTrainedModelArgs) - Method in interface org.weblab_project.services.trainable.Trainable
Empty training set identified by the usage context.
ResetTrainedModelArgs - Class in org.weblab_project.services.trainable.types
Wrapper containing the usage context.
ResetTrainedModelArgs() - Constructor for class org.weblab_project.services.trainable.types.ResetTrainedModelArgs
 
ResetTrainedModelException - Exception in org.weblab_project.services.trainable
To be thrown if an error occurs in resetTrainedModel method.
ResetTrainedModelException(String, WebLabException) - Constructor for exception org.weblab_project.services.trainable.ResetTrainedModelException
 
ResetTrainedModelException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.trainable.ResetTrainedModelException
 
ResetTrainedModelReturn - Class in org.weblab_project.services.trainable.types
Just an empty wrapper since a service can't return a void.
ResetTrainedModelReturn() - Constructor for class org.weblab_project.services.trainable.types.ResetTrainedModelReturn
 
resource - Variable in class org.weblab_project.core.model.query.ResultSet
 
resource - Variable in class org.weblab_project.core.model.query.SimilarityQuery
 
Resource - Class in org.weblab_project.core.model
A resource refers to any object that could be manipulated in the WebLab platform.
Resource() - Constructor for class org.weblab_project.core.model.Resource
 
resource - Variable in class org.weblab_project.core.model.ResourceCollection
 
resource - Variable in class org.weblab_project.services.analyser.types.ProcessArgs
 
resource - Variable in class org.weblab_project.services.analyser.types.ProcessReturn
 
resource - Variable in class org.weblab_project.services.indexer.types.IndexArgs
 
resource - Variable in class org.weblab_project.services.reportprovider.types.AddInformationArgs
 
resource - Variable in class org.weblab_project.services.resourcecontainer.types.GetResourceReturn
 
resource - Variable in class org.weblab_project.services.resourcecontainer.types.SaveResourceArgs
 
resource - Variable in class org.weblab_project.services.trainable.types.AddTrainResourceArgs
 
ResourceCollection - Class in org.weblab_project.core.model
A resource collection defines a simple list of resources and allows to regroup them with a common meaning or utility.
ResourceCollection() - Constructor for class org.weblab_project.core.model.ResourceCollection
 
ResourceContainer - Interface in org.weblab_project.services.resourcecontainer
The resource container interface will be used to define services that can manage the resources persistence.
ResourceContainer_Service - Class in org.weblab_project.services.resourcecontainer
A sample resources container service.
ResourceContainer_Service(URL, QName) - Constructor for class org.weblab_project.services.resourcecontainer.ResourceContainer_Service
 
ResourceContainer_Service() - Constructor for class org.weblab_project.services.resourcecontainer.ResourceContainer_Service
 
resourceId - Variable in class org.weblab_project.services.resourcecontainer.types.GetResourceArgs
 
resourceId - Variable in class org.weblab_project.services.resourcecontainer.types.SaveResourceReturn
 
resources - Variable in class org.weblab_project.services.sourcereader.types.GetResourceReturn
 
ResultSet - Class in org.weblab_project.core.model.query
A ResultSet is specific resource to described result of a Query.
ResultSet() - Constructor for class org.weblab_project.core.model.query.ResultSet
 
resultSet - Variable in class org.weblab_project.services.searcher.types.SearchReturn
 

S

saveResource(SaveResourceArgs) - Method in interface org.weblab_project.services.resourcecontainer.ResourceContainer
Save a resource in the repository.
SaveResourceArgs - Class in org.weblab_project.services.resourcecontainer.types
Wrapper containing the resource to save and an optional context.
SaveResourceArgs() - Constructor for class org.weblab_project.services.resourcecontainer.types.SaveResourceArgs
 
SaveResourceException - Exception in org.weblab_project.services.resourcecontainer
To be thrown if an error occurs in saveResource method.
SaveResourceException(String, WebLabException) - Constructor for exception org.weblab_project.services.resourcecontainer.SaveResourceException
 
SaveResourceException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.resourcecontainer.SaveResourceException
 
SaveResourceReturn - Class in org.weblab_project.services.resourcecontainer.types
The URI of the saved resource.
SaveResourceReturn() - Constructor for class org.weblab_project.services.resourcecontainer.types.SaveResourceReturn
 
search(SearchArgs) - Method in interface org.weblab_project.services.searcher.Searcher
Search using the given query.
SearchArgs - Class in org.weblab_project.services.searcher.types
Wrapper containing a query to search, and an optional context and two integers the offset and limit values.
SearchArgs() - Constructor for class org.weblab_project.services.searcher.types.SearchArgs
 
Searcher - Interface in org.weblab_project.services.searcher
The searcher interface will be used to define resource searching services.
Searcher_Service - Class in org.weblab_project.services.searcher
A sample searcher service.
Searcher_Service(URL, QName) - Constructor for class org.weblab_project.services.searcher.Searcher_Service
 
Searcher_Service() - Constructor for class org.weblab_project.services.searcher.Searcher_Service
 
SearchException - Exception in org.weblab_project.services.searcher
To be thrown if an error occurs in index method.
SearchException(String, WebLabException) - Constructor for exception org.weblab_project.services.searcher.SearchException
 
SearchException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.searcher.SearchException
 
SearchReturn - Class in org.weblab_project.services.searcher.types
A resource collection containing all the results annotated to refer to the query and provide score information.
SearchReturn() - Constructor for class org.weblab_project.services.searcher.types.SearchReturn
 
segment - Variable in class org.weblab_project.core.model.MediaUnit
 
Segment - Class in org.weblab_project.core.model
A segment is a resource that should not have any content and which is linked to a media unit.
Segment() - Constructor for class org.weblab_project.core.model.Segment
 
Service - Class in org.weblab_project.core.model.service
A service is a resource which contains XML data.
Service() - Constructor for class org.weblab_project.core.model.service.Service
 
setConfiguration(PieceOfKnowledge) - Method in class org.weblab_project.services.configurable.types.ConfigureArgs
Sets the value of the configuration property.
setContent(byte[]) - Method in class org.weblab_project.core.model.multimedia.BinaryMediaUnit
Sets the value of the content property.
setContent(String) - Method in class org.weblab_project.core.model.text.Text
Sets the value of the content property.
setContent(SetContentArgs) - Method in interface org.weblab_project.services.contentconsumer.ContentConsumer
Set the content to be used (analysed or stored for instance) by the service.
setContent(Content) - Method in class org.weblab_project.services.contentconsumer.types.SetContentArgs
Sets the value of the content property.
setContent(Content) - Method in class org.weblab_project.services.contentprovider.types.GetContentReturn
Sets the value of the content property.
SetContentArgs - Class in org.weblab_project.services.contentconsumer.types
Wrapper containing the content to be used (stored for instance) by the service.
SetContentArgs() - Constructor for class org.weblab_project.services.contentconsumer.types.SetContentArgs
 
SetContentException - Exception in org.weblab_project.services.contentconsumer
To be thrown if an error occurs in setContent method.
SetContentException(String, WebLabException) - Constructor for exception org.weblab_project.services.contentconsumer.SetContentException
 
SetContentException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.contentconsumer.SetContentException
 
setContentId(String) - Method in class org.weblab_project.services.contentconsumer.types.SetContentReturn
Sets the value of the contentId property.
setContentId(String) - Method in class org.weblab_project.services.contentprovider.types.GetContentArgs
Sets the value of the contentId property.
SetContentReturn - Class in org.weblab_project.services.contentconsumer.types
The URI of the set content.
SetContentReturn() - Constructor for class org.weblab_project.services.contentconsumer.types.SetContentReturn
 
setData(byte[]) - Method in class org.weblab_project.core.model.content.BinaryContent
Sets the value of the data property.
setData(String) - Method in class org.weblab_project.core.model.content.TextContent
Sets the value of the data property.
setData(Object) - Method in class org.weblab_project.core.model.PieceOfKnowledge
Sets the value of the data property.
setData(Object) - Method in class org.weblab_project.core.model.service.Service
Sets the value of the data property.
setEnd(int) - Method in class org.weblab_project.core.model.multimedia.TemporalSegment
Sets the value of the end property.
setEnd(int) - Method in class org.weblab_project.core.model.text.LinearSegment
Sets the value of the end property.
setErrorId(String) - Method in class org.weblab_project.services.exception.WebLabException
Sets the value of the errorId property.
setErrorMessage(String) - Method in class org.weblab_project.services.exception.WebLabException
Sets the value of the errorMessage property.
setKey(String) - Method in class org.weblab_project.core.model.LowLevelDescriptor
Sets the value of the key property.
setLabel(String) - Method in class org.weblab_project.core.model.Feature
Sets the value of the label property.
setLimit(int) - Method in class org.weblab_project.core.model.content.Content
Sets the value of the limit property.
setLimit(Integer) - Method in class org.weblab_project.services.contentprovider.types.GetContentArgs
Sets the value of the limit property.
setLimit(Integer) - Method in class org.weblab_project.services.searcher.types.SearchArgs
Sets the value of the limit property.
setLimit(int) - Method in class org.weblab_project.services.sourcereader.types.GetResourceArgs
Sets the value of the limit property.
setMediaUnit(MediaUnit) - Method in class org.weblab_project.core.model.structure.Cell
Sets the value of the mediaUnit property.
setOffset(int) - Method in class org.weblab_project.core.model.content.Content
Sets the value of the offset property.
setOffset(Integer) - Method in class org.weblab_project.services.contentprovider.types.GetContentArgs
Sets the value of the offset property.
setOffset(Integer) - Method in class org.weblab_project.services.searcher.types.SearchArgs
Sets the value of the offset property.
setOffset(int) - Method in class org.weblab_project.services.sourcereader.types.GetResourceArgs
Sets the value of the offset property.
setOperator(Operator) - Method in class org.weblab_project.core.model.query.ComposedQuery
Sets the value of the operator property.
setPok(PieceOfKnowledge) - Method in class org.weblab_project.core.model.query.ResultSet
Sets the value of the pok property.
setQuery(Query) - Method in class org.weblab_project.services.searcher.types.SearchArgs
Sets the value of the query property.
setReport(Resource) - Method in class org.weblab_project.services.reportprovider.types.BuildReportReturn
Sets the value of the report property.
setRequest(String) - Method in class org.weblab_project.core.model.query.StringQuery
Sets the value of the request property.
setResource(Resource) - Method in class org.weblab_project.services.analyser.types.ProcessArgs
Sets the value of the resource property.
setResource(Resource) - Method in class org.weblab_project.services.analyser.types.ProcessReturn
Sets the value of the resource property.
setResource(Resource) - Method in class org.weblab_project.services.indexer.types.IndexArgs
Sets the value of the resource property.
setResource(Resource) - Method in class org.weblab_project.services.reportprovider.types.AddInformationArgs
Sets the value of the resource property.
setResource(Resource) - Method in class org.weblab_project.services.resourcecontainer.types.GetResourceReturn
Sets the value of the resource property.
setResource(Resource) - Method in class org.weblab_project.services.resourcecontainer.types.SaveResourceArgs
Sets the value of the resource property.
setResource(Resource) - Method in class org.weblab_project.services.trainable.types.AddTrainResourceArgs
Sets the value of the resource property.
setResourceId(String) - Method in class org.weblab_project.services.resourcecontainer.types.GetResourceArgs
Sets the value of the resourceId property.
setResourceId(String) - Method in class org.weblab_project.services.resourcecontainer.types.SaveResourceReturn
Sets the value of the resourceId property.
setResources(ResourceCollection) - Method in class org.weblab_project.services.sourcereader.types.GetResourceReturn
Sets the value of the resources property.
setResultSet(ResultSet) - Method in class org.weblab_project.services.searcher.types.SearchReturn
Sets the value of the resultSet property.
setStart(int) - Method in class org.weblab_project.core.model.multimedia.TemporalSegment
Sets the value of the start property.
setStart(int) - Method in class org.weblab_project.core.model.text.LinearSegment
Sets the value of the start property.
setSynchronised(boolean) - Method in class org.weblab_project.core.model.ComposedUnit
Sets the value of the synchronised property.
setUri(String) - Method in class org.weblab_project.core.model.Resource
Sets the value of the uri property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.analyser.types.ProcessArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.configurable.types.ConfigureArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.configurable.types.ResetConfigurationArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.indexer.types.IndexArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.reportprovider.types.AddInformationArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.reportprovider.types.BuildReportArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.resourcecontainer.types.GetResourceArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.resourcecontainer.types.SaveResourceArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.searcher.types.SearchArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.sourcereader.types.GetResourceArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.trainable.types.AddTrainResourceArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.trainable.types.ResetTrainedModelArgs
Sets the value of the usageContext property.
setUsageContext(UsageContext) - Method in class org.weblab_project.services.trainable.types.TrainArgs
Sets the value of the usageContext property.
setWeight(float) - Method in class org.weblab_project.core.model.query.ElementaryQuery
Sets the value of the weight property.
setX(int) - Method in class org.weblab_project.core.model.multimedia.Coordinate
Sets the value of the x property.
setY(int) - Method in class org.weblab_project.core.model.multimedia.Coordinate
Sets the value of the y property.
SimilarityQuery - Class in org.weblab_project.core.model.query
This query is dedicated for search by similarity and thus its content is one or more resources.
SimilarityQuery() - Constructor for class org.weblab_project.core.model.query.SimilarityQuery
 
SourceReader - Interface in org.weblab_project.services.sourcereader
The sourceReader interface will be used as entry point for any analysis of source content.
SourceReader_Service - Class in org.weblab_project.services.sourcereader
A sample SourceReader service.
SourceReader_Service(URL, QName) - Constructor for class org.weblab_project.services.sourcereader.SourceReader_Service
 
SourceReader_Service() - Constructor for class org.weblab_project.services.sourcereader.SourceReader_Service
 
SpatialSegment - Class in org.weblab_project.core.model.multimedia
A spatial segment is aiming to localise any meaningful content in a spatial document.
SpatialSegment() - Constructor for class org.weblab_project.core.model.multimedia.SpatialSegment
 
start - Variable in class org.weblab_project.core.model.multimedia.TemporalSegment
 
start - Variable in class org.weblab_project.core.model.text.LinearSegment
 
StringQuery - Class in org.weblab_project.core.model.query
This query is dedicated for any query expression language which can be expressed in a simple string such as full text queries, XQuery or SPARQL.
StringQuery() - Constructor for class org.weblab_project.core.model.query.StringQuery
 
synchronised - Variable in class org.weblab_project.core.model.ComposedUnit
 

T

Table - Class in org.weblab_project.core.model.structure
A table is a specific mediaUnit that could handle content structured in table.
Table() - Constructor for class org.weblab_project.core.model.structure.Table
 
TemporalSegment - Class in org.weblab_project.core.model.multimedia
A temporal segment is a segment that is described by a start and stop reference in accordance to a millisecond metric.
TemporalSegment() - Constructor for class org.weblab_project.core.model.multimedia.TemporalSegment
 
Text - Class in org.weblab_project.core.model.text
A text unit is the simplest specification of the media unit dedicated to full text data.
Text() - Constructor for class org.weblab_project.core.model.text.Text
 
TextContent - Class in org.weblab_project.core.model.content
Text content simply contains part of a text in UTF-8.
TextContent() - Constructor for class org.weblab_project.core.model.content.TextContent
 
train(TrainArgs) - Method in interface org.weblab_project.services.trainable.Trainable
Train using the resources previously added to the training set identified by the usage context.
Trainable - Interface in org.weblab_project.services.trainable
The trainable interface will be used to define services of which behavior change dynamically by machine learning.
Trainable_Service - Class in org.weblab_project.services.trainable
A sample trainable service.
Trainable_Service(URL, QName) - Constructor for class org.weblab_project.services.trainable.Trainable_Service
 
Trainable_Service() - Constructor for class org.weblab_project.services.trainable.Trainable_Service
 
TrainArgs - Class in org.weblab_project.services.trainable.types
Wrapper containing the usage context to be used.
TrainArgs() - Constructor for class org.weblab_project.services.trainable.types.TrainArgs
 
TrainException - Exception in org.weblab_project.services.trainable
To be thrown if an error occurs in train method.
TrainException(String, WebLabException) - Constructor for exception org.weblab_project.services.trainable.TrainException
 
TrainException(String, WebLabException, Throwable) - Constructor for exception org.weblab_project.services.trainable.TrainException
 
TrainReturn - Class in org.weblab_project.services.trainable.types
Just an empty wrapper since a service can't return a void.
TrainReturn() - Constructor for class org.weblab_project.services.trainable.types.TrainReturn
 

U

uri - Variable in class org.weblab_project.core.model.Resource
 
UsageContext - Class in org.weblab_project.core.model.user
An usage context represents a specific usage profile of the system.
UsageContext() - Constructor for class org.weblab_project.core.model.user.UsageContext
 
usageContext - Variable in class org.weblab_project.services.analyser.types.ProcessArgs
 
usageContext - Variable in class org.weblab_project.services.configurable.types.ConfigureArgs
 
usageContext - Variable in class org.weblab_project.services.configurable.types.ResetConfigurationArgs
 
usageContext - Variable in class org.weblab_project.services.indexer.types.IndexArgs
 
usageContext - Variable in class org.weblab_project.services.reportprovider.types.AddInformationArgs
 
usageContext - Variable in class org.weblab_project.services.reportprovider.types.BuildReportArgs
 
usageContext - Variable in class org.weblab_project.services.resourcecontainer.types.GetResourceArgs
 
usageContext - Variable in class org.weblab_project.services.resourcecontainer.types.SaveResourceArgs
 
usageContext - Variable in class org.weblab_project.services.searcher.types.SearchArgs
 
usageContext - Variable in class org.weblab_project.services.sourcereader.types.GetResourceArgs
 
usageContext - Variable in class org.weblab_project.services.trainable.types.AddTrainResourceArgs
 
usageContext - Variable in class org.weblab_project.services.trainable.types.ResetTrainedModelArgs
 
usageContext - Variable in class org.weblab_project.services.trainable.types.TrainArgs
 
User - Class in org.weblab_project.core.model.user
Human in interaction with the system are a part of the WebLab platform.
User() - Constructor for class org.weblab_project.core.model.user.User
 

V

value - Variable in class org.weblab_project.core.model.Feature
 
value() - Method in enum org.weblab_project.core.model.query.Operator
 
valueOf(String) - Static method in enum org.weblab_project.core.model.query.Operator
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.weblab_project.core.model.query.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
Video - Class in org.weblab_project.core.model.multimedia
A video unit describes a dynamic visual content out of media document.
Video() - Constructor for class org.weblab_project.core.model.multimedia.Video
 

W

WebLabException - Class in org.weblab_project.services.exception
This is the common exception to be shared by the services.
WebLabException() - Constructor for class org.weblab_project.services.exception.WebLabException
 
weight - Variable in class org.weblab_project.core.model.query.ElementaryQuery
 

X

x - Variable in class org.weblab_project.core.model.multimedia.Coordinate
 

Y

y - Variable in class org.weblab_project.core.model.multimedia.Coordinate
 

A B C D E F G I K L M O P Q R S T U V W X Y

Copyright © 2004-2010. All Rights Reserved.