org.ow2.weblab.core.model
Class LowLevelDescriptor

java.lang.Object
  extended by org.ow2.weblab.core.model.Resource
      extended by org.ow2.weblab.core.model.LowLevelDescriptor
All Implemented Interfaces:
java.io.Serializable

public class LowLevelDescriptor
extends Resource
implements java.io.Serializable

A low level descriptor is composed of a setfeatures that have been extracted from a document or a part of document. It aims at representing low level annotation (not at a semantic level but at a numerical level) mainly for computing similarity between objects For instance, Text could use lowLevelDescriuptor to store TFIDF values, Image could use lowLevelDescriuptor to handle color histograms.A low level descriptor may be composed of a set of features for instance, an image may contains edge feature Vector as well as red color histogram vector. As a resource, a low level descriptor could be annotated to provide, for example, meta information on its creation date, its version or its application domain. Data Exchange Model for WebLab platform provided by CASSIDIAN - Version 1.2 - 2010/08

Java class for LowLevelDescriptor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LowLevelDescriptor">
   <complexContent>
     <extension base="{http://weblab.ow2.org/core/1.2/model#}Resource">
       <sequence>
         <element name="data" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Object data
           
 
Fields inherited from class org.ow2.weblab.core.model.Resource
annotation, descriptor, uri
 
Constructor Summary
LowLevelDescriptor()
           
 
Method Summary
 java.lang.Object getData()
          Gets the value of the data property.
 void setData(java.lang.Object value)
          Sets the value of the data property.
 
Methods inherited from class org.ow2.weblab.core.model.Resource
getAnnotation, getDescriptor, getUri, isSetAnnotation, isSetDescriptor, setUri, unsetAnnotation, unsetDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected java.lang.Object data
Constructor Detail

LowLevelDescriptor

public LowLevelDescriptor()
Method Detail

getData

public java.lang.Object getData()
Gets the value of the data property.

Returns:
possible object is Object

setData

public void setData(java.lang.Object value)
Sets the value of the data property.

Parameters:
value - allowed object is Object


Copyright © 2004-2010. All Rights Reserved.