|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.weblab.core.annotator.AbstractAnnotator
org.ow2.weblab.core.annotator.BaseAnnotator
org.ow2.weblab.core.model.processing.WProcessingAnnotator
public class WProcessingAnnotator
WebLab Exchange model used for resources processing v0.3. This version includes relationships used for WebLab Resources processing. WEBLAB: Service oriented integration platform for media mining and intelligence applications Copyright (C) 2004 - 2010 CASSIDIAN
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ow2.weblab.core.annotator.AbstractAnnotator |
---|
AbstractAnnotator.Operator |
Field Summary | |
---|---|
protected static java.lang.String |
CAN_BE_IGNORED
|
protected static java.lang.String |
HAS_BEEN_UPDATED_BY
|
protected static java.lang.String |
HAS_CLUSTER_PROXIMITY
|
protected static java.lang.String |
HAS_GATHERING_DATE
|
protected static java.lang.String |
HAS_NATIVE_CONTENT
|
protected static java.lang.String |
HAS_NORMALISED_CONTENT
|
protected static java.lang.String |
HAS_ORIGINAL_FILE_NAME
|
protected static java.lang.String |
HAS_ORIGINAL_FILE_SIZE
|
protected static java.lang.String |
HAS_STEM
|
protected static java.lang.String |
IS_CANDIDATE
|
protected static java.lang.String |
IS_COMPOSED_BY_CLUSTER
|
protected static java.lang.String |
IS_EXPOSED_AS
|
protected static java.lang.String |
IS_GENERATED_FROM
|
protected static java.lang.String |
IS_IN_CLUSTER
|
protected static java.lang.String |
IS_IN_CLUSTER_LINK
|
protected static java.lang.String |
IS_PRODUCED_BY
|
protected static java.lang.String |
PREFIX
|
protected static java.lang.String |
REFERS_TO
|
protected static java.net.URI |
URI
|
Fields inherited from class org.ow2.weblab.core.annotator.BaseAnnotator |
---|
RDF_PREFIX, RDF_URI, RDFS_PREFIX, RDFS_URI |
Fields inherited from class org.ow2.weblab.core.annotator.AbstractAnnotator |
---|
annotation, isInnerAnnotatorStarted, originalURI, resource, subjectURI |
Constructor Summary | |
---|---|
WProcessingAnnotator(Resource resource)
|
|
WProcessingAnnotator(java.net.URI subject,
PieceOfKnowledge pieceOfKnowledge)
|
Method Summary | |
---|---|
Value<java.net.URI> |
readBeenUpdatedBy()
Read the Links a resource to the service that has modified this resource. |
Value<java.lang.Boolean> |
readCanBeIgnored()
Read the Media unit can be ignored by a service |
Value<java.lang.Boolean> |
readCandidate()
Read the Whether or not is the instance extracted a candidate instance. |
Value<java.lang.Double> |
readClusterProximity()
Read the Value that corresponds to the proximity between the two clusters implied in a cluster link. |
Value<java.net.URI> |
readComposedByCluster()
Read the Link a ClusterLink with it the two clusters composants. |
Value<java.lang.String> |
readExposedAs()
Read the Is exposed on a given protocol at a given address (for instance points to an URL). |
Value<java.util.Date> |
readGatheringDate()
Read the Gives the date when the Document was gathered. |
Value<java.net.URI> |
readGeneratedFrom()
Read the Links a media unit result of an automatic (translation, summarisation, transcription) process from a source media unit. |
Value<java.net.URI> |
readInCluster()
Read the Link a WebLab Document to a Cluster |
Value<java.net.URI> |
readInClusterLink()
Read the Link a cluster with a ClusterLink. |
Value<java.net.URI> |
readNativeContent()
Read the |
Value<java.net.URI> |
readNormalisedContent()
Read the Links a media unit to its normalised content. |
Value<java.lang.String> |
readOriginalFileName()
Read the Gives the name of the original file gathered. |
Value<java.lang.Long> |
readOriginalFileSize()
Read the Gives the number of bytes of the original file gathered. |
Value<java.net.URI> |
readProducedBy()
Read the Indicates the service that has produced automatically or semi-automatically the resource. |
Value<java.net.URI> |
readRefersTo()
Read the Refers to a given URI defining an instance of a recognised named entities . |
Value<java.lang.String> |
readStem()
Read the Gives the stem value for this text. |
void |
writeBeenUpdatedBy(java.net.URI value)
Write the Links a resource to the service that has modified this resource. |
void |
writeCanBeIgnored(java.lang.Boolean value)
Write the Media unit can be ignored by a service |
void |
writeCandidate(java.lang.Boolean value)
Write the Whether or not is the instance extracted a candidate instance. |
void |
writeClusterProximity(java.lang.Double value)
Write the Value that corresponds to the proximity between the two clusters implied in a cluster link. |
void |
writeComposedByCluster(java.net.URI value)
Write the Link a ClusterLink with it the two clusters composants. |
void |
writeExposedAs(java.lang.String value)
Write the Is exposed on a given protocol at a given address (for instance points to an URL). |
void |
writeGatheringDate(java.util.Date value)
Write the Gives the date when the Document was gathered. |
void |
writeGeneratedFrom(java.net.URI value)
Write the Links a media unit result of an automatic (translation, summarisation, transcription) process from a source media unit. |
void |
writeInCluster(java.net.URI value)
Write the Link a WebLab Document to a Cluster |
void |
writeInClusterLink(java.net.URI value)
Write the Link a cluster with a ClusterLink. |
void |
writeNativeContent(java.net.URI value)
Write the |
void |
writeNormalisedContent(java.net.URI value)
Write the Links a media unit to its normalised content. |
void |
writeOriginalFileName(java.lang.String value)
Write the Gives the name of the original file gathered. |
void |
writeOriginalFileSize(java.lang.Long value)
Write the Gives the number of bytes of the original file gathered. |
void |
writeProducedBy(java.net.URI value)
Write the Indicates the service that has produced automatically or semi-automatically the resource. |
void |
writeRefersTo(java.net.URI value)
Write the Refers to a given URI defining an instance of a recognised named entities . |
void |
writeStem(java.lang.String value)
Write the Gives the stem value for this text. |
Methods inherited from class org.ow2.weblab.core.annotator.BaseAnnotator |
---|
readLabel, readType, writeLabel, writeType |
Methods inherited from class org.ow2.weblab.core.annotator.AbstractAnnotator |
---|
applyOperator, endInnerAnnotator, endSpecifyLanguage, isAppendMode, retrieveAnnotation, setAppendMode, startInnerAnnotatorOn, startSpecifyLanguage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String PREFIX
protected static final java.net.URI URI
protected static final java.lang.String CAN_BE_IGNORED
protected static final java.lang.String HAS_CLUSTER_PROXIMITY
protected static final java.lang.String HAS_GATHERING_DATE
protected static final java.lang.String HAS_ORIGINAL_FILE_NAME
protected static final java.lang.String HAS_ORIGINAL_FILE_SIZE
protected static final java.lang.String HAS_STEM
protected static final java.lang.String IS_CANDIDATE
protected static final java.lang.String IS_EXPOSED_AS
protected static final java.lang.String HAS_BEEN_UPDATED_BY
protected static final java.lang.String HAS_NATIVE_CONTENT
protected static final java.lang.String HAS_NORMALISED_CONTENT
protected static final java.lang.String IS_COMPOSED_BY_CLUSTER
protected static final java.lang.String IS_GENERATED_FROM
protected static final java.lang.String IS_IN_CLUSTER
protected static final java.lang.String IS_IN_CLUSTER_LINK
protected static final java.lang.String IS_PRODUCED_BY
protected static final java.lang.String REFERS_TO
Constructor Detail |
---|
public WProcessingAnnotator(java.net.URI subject, PieceOfKnowledge pieceOfKnowledge)
public WProcessingAnnotator(Resource resource)
Method Detail |
---|
public Value<java.lang.Boolean> readCanBeIgnored()
public void writeCanBeIgnored(java.lang.Boolean value)
value
- a Booleanpublic Value<java.lang.Double> readClusterProximity()
public void writeClusterProximity(java.lang.Double value)
value
- a Doublepublic Value<java.util.Date> readGatheringDate()
public void writeGatheringDate(java.util.Date value)
value
- a Datepublic Value<java.lang.String> readOriginalFileName()
public void writeOriginalFileName(java.lang.String value)
value
- a Stringpublic Value<java.lang.Long> readOriginalFileSize()
public void writeOriginalFileSize(java.lang.Long value)
value
- a Longpublic Value<java.lang.String> readStem()
public void writeStem(java.lang.String value)
value
- a Stringpublic Value<java.lang.Boolean> readCandidate()
public void writeCandidate(java.lang.Boolean value)
value
- a Booleanpublic Value<java.lang.String> readExposedAs()
public void writeExposedAs(java.lang.String value)
value
- a Stringpublic Value<java.net.URI> readBeenUpdatedBy()
public void writeBeenUpdatedBy(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readNativeContent()
public void writeNativeContent(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readNormalisedContent()
public void writeNormalisedContent(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readComposedByCluster()
public void writeComposedByCluster(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readGeneratedFrom()
public void writeGeneratedFrom(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readInCluster()
public void writeInCluster(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readInClusterLink()
public void writeInClusterLink(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readProducedBy()
public void writeProducedBy(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readRefersTo()
public void writeRefersTo(java.net.URI value)
value
- an URI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |