Serialized Form


Package org.weblab_project.core.model

Class org.weblab_project.core.model.Annotation extends PieceOfKnowledge implements Serializable

serialVersionUID: 11L

Class org.weblab_project.core.model.ComposedUnit extends MediaUnit implements Serializable

serialVersionUID: 11L

Serialized Fields

mediaUnit

java.util.List<E> mediaUnit

synchronised

boolean synchronised

Class org.weblab_project.core.model.Document extends ComposedUnit implements Serializable

serialVersionUID: 11L

Class org.weblab_project.core.model.Feature extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

value

java.util.List<E> value

label

java.lang.String label

Class org.weblab_project.core.model.LowLevelDescriptor extends Resource implements Serializable

serialVersionUID: 11L

Serialized Fields

feature

java.util.List<E> feature

key

java.lang.String key

Class org.weblab_project.core.model.MediaUnit extends Resource implements Serializable

serialVersionUID: 11L

Serialized Fields

segment

java.util.List<E> segment

Class org.weblab_project.core.model.PieceOfKnowledge extends Resource implements Serializable

serialVersionUID: 11L

Serialized Fields

data

java.lang.Object data

Class org.weblab_project.core.model.Resource extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

annotation

java.util.List<E> annotation

descriptor

java.util.List<E> descriptor

uri

java.lang.String uri

Class org.weblab_project.core.model.ResourceCollection extends Resource implements Serializable

serialVersionUID: 11L

Serialized Fields

resource

java.util.List<E> resource

Class org.weblab_project.core.model.Segment extends Resource implements Serializable

serialVersionUID: 11L


Package org.weblab_project.core.model.content

Class org.weblab_project.core.model.content.BinaryContent extends Content implements Serializable

serialVersionUID: 11L

Serialized Fields

data

byte[] data

Class org.weblab_project.core.model.content.Content extends Resource implements Serializable

serialVersionUID: 11L

Serialized Fields

offset

int offset

limit

int limit

Class org.weblab_project.core.model.content.TextContent extends Content implements Serializable

serialVersionUID: 11L

Serialized Fields

data

java.lang.String data

Package org.weblab_project.core.model.multimedia

Class org.weblab_project.core.model.multimedia.Audio extends BinaryMediaUnit implements Serializable

serialVersionUID: 11L

Class org.weblab_project.core.model.multimedia.BinaryMediaUnit extends MediaUnit implements Serializable

serialVersionUID: 11L

Serialized Fields

content

byte[] content

Class org.weblab_project.core.model.multimedia.Coordinate extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

x

int x

y

int y

Class org.weblab_project.core.model.multimedia.Image extends BinaryMediaUnit implements Serializable

serialVersionUID: 11L

Class org.weblab_project.core.model.multimedia.SpatialSegment extends Segment implements Serializable

serialVersionUID: 11L

Serialized Fields

coordinate

java.util.List<E> coordinate

Class org.weblab_project.core.model.multimedia.TemporalSegment extends Segment implements Serializable

serialVersionUID: 11L

Serialized Fields

start

int start

end

int end

Class org.weblab_project.core.model.multimedia.Video extends BinaryMediaUnit implements Serializable

serialVersionUID: 11L


Package org.weblab_project.core.model.ontology

Class org.weblab_project.core.model.ontology.Ontology extends PieceOfKnowledge implements Serializable

serialVersionUID: 11L


Package org.weblab_project.core.model.query

Class org.weblab_project.core.model.query.ComposedQuery extends Query implements Serializable

serialVersionUID: 11L

Serialized Fields

query

java.util.List<E> query

operator

Operator operator

Class org.weblab_project.core.model.query.ElementaryQuery extends Query implements Serializable

serialVersionUID: 11L

Serialized Fields

weight

float weight

Class org.weblab_project.core.model.query.Query extends Resource implements Serializable

serialVersionUID: 11L

Class org.weblab_project.core.model.query.ResultSet extends Resource implements Serializable

serialVersionUID: 11L

Serialized Fields

pok

PieceOfKnowledge pok

resource

java.util.List<E> resource

Class org.weblab_project.core.model.query.SimilarityQuery extends ElementaryQuery implements Serializable

serialVersionUID: 11L

Serialized Fields

resource

java.util.List<E> resource

Class org.weblab_project.core.model.query.StringQuery extends ElementaryQuery implements Serializable

serialVersionUID: 11L

Serialized Fields

request

java.lang.String request

Package org.weblab_project.core.model.service

Class org.weblab_project.core.model.service.Service extends Resource implements Serializable

serialVersionUID: 11L

Serialized Fields

data

java.lang.Object data

Package org.weblab_project.core.model.structure

Class org.weblab_project.core.model.structure.Cell extends MediaUnit implements Serializable

serialVersionUID: 11L

Serialized Fields

mediaUnit

MediaUnit mediaUnit

Class org.weblab_project.core.model.structure.Line extends MediaUnit implements Serializable

serialVersionUID: 11L

Serialized Fields

cell

java.util.List<E> cell

Class org.weblab_project.core.model.structure.Table extends MediaUnit implements Serializable

serialVersionUID: 11L

Serialized Fields

line

java.util.List<E> line

Package org.weblab_project.core.model.text

Class org.weblab_project.core.model.text.LinearSegment extends Segment implements Serializable

serialVersionUID: 11L

Serialized Fields

start

int start

end

int end

Class org.weblab_project.core.model.text.Text extends MediaUnit implements Serializable

serialVersionUID: 11L

Serialized Fields

content

java.lang.String content

Package org.weblab_project.core.model.user

Class org.weblab_project.core.model.user.UsageContext extends Resource implements Serializable

serialVersionUID: 11L

Class org.weblab_project.core.model.user.User extends Resource implements Serializable

serialVersionUID: 11L


Package org.weblab_project.services.analyser

Class org.weblab_project.services.analyser.ProcessException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.


Package org.weblab_project.services.analyser.types

Class org.weblab_project.services.analyser.types.ProcessArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

resource

Resource resource

Class org.weblab_project.services.analyser.types.ProcessReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

resource

Resource resource

Package org.weblab_project.services.configurable

Class org.weblab_project.services.configurable.ConfigureException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.

Class org.weblab_project.services.configurable.ResetConfigurationException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.


Package org.weblab_project.services.configurable.types

Class org.weblab_project.services.configurable.types.ConfigureArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

configuration

PieceOfKnowledge configuration

Class org.weblab_project.services.configurable.types.ConfigureReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Class org.weblab_project.services.configurable.types.ResetConfigurationArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

Class org.weblab_project.services.configurable.types.ResetConfigurationReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L


Package org.weblab_project.services.contentconsumer

Class org.weblab_project.services.contentconsumer.SetContentException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.


Package org.weblab_project.services.contentconsumer.types

Class org.weblab_project.services.contentconsumer.types.SetContentArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

content

Content content

Class org.weblab_project.services.contentconsumer.types.SetContentReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

contentId

java.lang.String contentId

Package org.weblab_project.services.contentprovider

Class org.weblab_project.services.contentprovider.GetContentException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.


Package org.weblab_project.services.contentprovider.types

Class org.weblab_project.services.contentprovider.types.GetContentArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

contentId

java.lang.String contentId

offset

java.lang.Integer offset

limit

java.lang.Integer limit

Class org.weblab_project.services.contentprovider.types.GetContentReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

content

Content content

Package org.weblab_project.services.exception

Class org.weblab_project.services.exception.WebLabException extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

errorMessage

java.lang.String errorMessage

errorId

java.lang.String errorId

Package org.weblab_project.services.indexer

Class org.weblab_project.services.indexer.IndexException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.


Package org.weblab_project.services.indexer.types

Class org.weblab_project.services.indexer.types.IndexArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

resource

Resource resource

Class org.weblab_project.services.indexer.types.IndexReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L


Package org.weblab_project.services.reportprovider

Class org.weblab_project.services.reportprovider.AddInformationException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.

Class org.weblab_project.services.reportprovider.BuildReportException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.


Package org.weblab_project.services.reportprovider.types

Class org.weblab_project.services.reportprovider.types.AddInformationArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

resource

Resource resource

Class org.weblab_project.services.reportprovider.types.AddInformationReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Class org.weblab_project.services.reportprovider.types.BuildReportArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

Class org.weblab_project.services.reportprovider.types.BuildReportReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

report

Resource report

Package org.weblab_project.services.resourcecontainer

Class org.weblab_project.services.resourcecontainer.GetResourceException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.

Class org.weblab_project.services.resourcecontainer.SaveResourceException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.


Package org.weblab_project.services.resourcecontainer.types

Class org.weblab_project.services.resourcecontainer.types.GetResourceArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

resourceId

java.lang.String resourceId

Class org.weblab_project.services.resourcecontainer.types.GetResourceReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

resource

Resource resource

Class org.weblab_project.services.resourcecontainer.types.SaveResourceArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

resource

Resource resource

Class org.weblab_project.services.resourcecontainer.types.SaveResourceReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

resourceId

java.lang.String resourceId

Package org.weblab_project.services.searcher

Class org.weblab_project.services.searcher.SearchException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.


Package org.weblab_project.services.searcher.types

Class org.weblab_project.services.searcher.types.SearchArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

query

Query query

offset

java.lang.Integer offset

limit

java.lang.Integer limit

Class org.weblab_project.services.searcher.types.SearchReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

resultSet

ResultSet resultSet

Package org.weblab_project.services.sourcereader

Class org.weblab_project.services.sourcereader.GetResourceException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.


Package org.weblab_project.services.sourcereader.types

Class org.weblab_project.services.sourcereader.types.GetResourceArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

offset

int offset

limit

int limit

Class org.weblab_project.services.sourcereader.types.GetResourceReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

resources

ResourceCollection resources

Package org.weblab_project.services.trainable

Class org.weblab_project.services.trainable.AddTrainResourceException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.

Class org.weblab_project.services.trainable.ResetTrainedModelException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.

Class org.weblab_project.services.trainable.TrainException extends java.lang.Exception implements Serializable

Serialized Fields

faultInfo

WebLabException faultInfo
Java type that goes as soapenv:Fault detail element.


Package org.weblab_project.services.trainable.types

Class org.weblab_project.services.trainable.types.AddTrainResourceArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

resource

Resource resource

Class org.weblab_project.services.trainable.types.AddTrainResourceReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Class org.weblab_project.services.trainable.types.ResetTrainedModelArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

Class org.weblab_project.services.trainable.types.ResetTrainedModelReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L

Class org.weblab_project.services.trainable.types.TrainArgs extends java.lang.Object implements Serializable

serialVersionUID: 11L

Serialized Fields

usageContext

UsageContext usageContext

Class org.weblab_project.services.trainable.types.TrainReturn extends java.lang.Object implements Serializable

serialVersionUID: 11L



Copyright © 2004-2009. All Rights Reserved.