Uses of Class
org.ow2.weblab.core.model.Resource

Packages that use Resource
org.ow2.weblab.core.model   
org.ow2.weblab.core.services.analyser   
org.ow2.weblab.core.services.indexer   
org.ow2.weblab.core.services.queuemanager   
org.ow2.weblab.core.services.reportprovider   
org.ow2.weblab.core.services.resourcecontainer   
org.ow2.weblab.core.services.trainable   
 

Uses of Resource in org.ow2.weblab.core.model
 

Subclasses of Resource in org.ow2.weblab.core.model
 class Annotation
          An Annotation will contain a set of RDF statements which refer to a specific resource or part of resource (segment) known as the subject of the annotations.
 class Audio
          An audio unit describes audio content out of media document.
 class ComposedQuery
          This kind of query is only an aggregation of query using a n-ary boolean operator to combine them.
 class ComposedResource
          A ComposedResource defines a simple aggregate of resources and allows to regroup them within the same unit.
 class Document
          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.
 class ElementaryQuery
          This kind of query is simply not a ComposedQuery.
 class Image
          An image unit describe a visual static content out of media document.
 class LowLevelDescriptor
          A low level descriptor is composed of a setfeatures that have been extracted from a document or a part of document.
 class MediaUnit
          This is the major object manipulated through the WebLab platform.
 class PieceOfKnowledge
          A PieceOfKnowledge (or PoK) object should be understood as the definition provided by the W3C in its resource description framework.
 class Query
          A query is a resource which contains request data.
 class ResultSet
          A ResultSet is specific resource to described result of a Query.
 class SimilarityQuery
          This query is dedicated for search by similarity and thus its content is one or more resources.
 class StringQuery
          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.
 class Text
          A text unit is the simplest specification of the media unit dedicated to full text data.
 class Video
          A video unit describes a dynamic visual content out of media document.
 

Fields in org.ow2.weblab.core.model with type parameters of type Resource
protected  java.util.List<Resource> ResultSet.resource
           
protected  java.util.List<Resource> ComposedResource.resource
           
protected  java.util.List<Resource> SimilarityQuery.resource
           
 

Methods in org.ow2.weblab.core.model that return Resource
 Resource ObjectFactory.createResource()
          Create an instance of Resource
 

Methods in org.ow2.weblab.core.model that return types with arguments of type Resource
 javax.xml.bind.JAXBElement<Resource> ObjectFactory.createResource(Resource value)
          Create an instance of JAXBElement<Resource>}
 java.util.List<Resource> ResultSet.getResource()
          Gets the value of the resource property.
 java.util.List<Resource> ComposedResource.getResource()
          Gets the value of the resource property.
 java.util.List<Resource> SimilarityQuery.getResource()
          Gets the value of the resource property.
 

Methods in org.ow2.weblab.core.model with parameters of type Resource
 javax.xml.bind.JAXBElement<Resource> ObjectFactory.createResource(Resource value)
          Create an instance of JAXBElement<Resource>}
 

Uses of Resource in org.ow2.weblab.core.services.analyser
 

Fields in org.ow2.weblab.core.services.analyser declared as Resource
protected  Resource ProcessReturn.resource
           
protected  Resource ProcessArgs.resource
           
 

Methods in org.ow2.weblab.core.services.analyser that return Resource
 Resource ProcessReturn.getResource()
          Gets the value of the resource property.
 Resource ProcessArgs.getResource()
          Gets the value of the resource property.
 

Methods in org.ow2.weblab.core.services.analyser with parameters of type Resource
 void ProcessReturn.setResource(Resource value)
          Sets the value of the resource property.
 void ProcessArgs.setResource(Resource value)
          Sets the value of the resource property.
 

Uses of Resource in org.ow2.weblab.core.services.indexer
 

Fields in org.ow2.weblab.core.services.indexer declared as Resource
protected  Resource IndexArgs.resource
           
 

Methods in org.ow2.weblab.core.services.indexer that return Resource
 Resource IndexArgs.getResource()
          Gets the value of the resource property.
 

Methods in org.ow2.weblab.core.services.indexer with parameters of type Resource
 void IndexArgs.setResource(Resource value)
          Sets the value of the resource property.
 

Uses of Resource in org.ow2.weblab.core.services.queuemanager
 

Fields in org.ow2.weblab.core.services.queuemanager declared as Resource
protected  Resource NextResourceReturn.resource
           
 

Methods in org.ow2.weblab.core.services.queuemanager that return Resource
 Resource NextResourceReturn.getResource()
          Gets the value of the resource property.
 

Methods in org.ow2.weblab.core.services.queuemanager with parameters of type Resource
 void NextResourceReturn.setResource(Resource value)
          Sets the value of the resource property.
 

Uses of Resource in org.ow2.weblab.core.services.reportprovider
 

Fields in org.ow2.weblab.core.services.reportprovider declared as Resource
protected  Resource BuildReportReturn.report
           
protected  Resource AddInformationArgs.resource
           
 

Methods in org.ow2.weblab.core.services.reportprovider that return Resource
 Resource BuildReportReturn.getReport()
          Gets the value of the report property.
 Resource AddInformationArgs.getResource()
          Gets the value of the resource property.
 

Methods in org.ow2.weblab.core.services.reportprovider with parameters of type Resource
 void BuildReportReturn.setReport(Resource value)
          Sets the value of the report property.
 void AddInformationArgs.setResource(Resource value)
          Sets the value of the resource property.
 

Uses of Resource in org.ow2.weblab.core.services.resourcecontainer
 

Fields in org.ow2.weblab.core.services.resourcecontainer declared as Resource
protected  Resource LoadResourceReturn.resource
           
protected  Resource SaveResourceArgs.resource
           
 

Methods in org.ow2.weblab.core.services.resourcecontainer that return Resource
 Resource LoadResourceReturn.getResource()
          Gets the value of the resource property.
 Resource SaveResourceArgs.getResource()
          Gets the value of the resource property.
 

Methods in org.ow2.weblab.core.services.resourcecontainer with parameters of type Resource
 void LoadResourceReturn.setResource(Resource value)
          Sets the value of the resource property.
 void SaveResourceArgs.setResource(Resource value)
          Sets the value of the resource property.
 

Uses of Resource in org.ow2.weblab.core.services.trainable
 

Fields in org.ow2.weblab.core.services.trainable declared as Resource
protected  Resource AddTrainResourceArgs.resource
           
 

Methods in org.ow2.weblab.core.services.trainable that return Resource
 Resource AddTrainResourceArgs.getResource()
          Gets the value of the resource property.
 

Methods in org.ow2.weblab.core.services.trainable with parameters of type Resource
 void AddTrainResourceArgs.setResource(Resource value)
          Sets the value of the resource property.
 



Copyright © 2004-2010. All Rights Reserved.