|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.weblab.core.extended.ontologies.WebLabModel
public class WebLabModel
Contains every properties that are defined in the model.owl file of the WebLab model project. This version includes annotable object of the model i.e. Resources and their relationships. It also provides some properties to be used in annotations.
| Field Summary | |
|---|---|
static java.lang.String |
ANNOTATION
URI of the Annotation object |
static java.lang.String |
AUDIO
URI of the Audio object |
static java.lang.String |
COMPOSED_QUERY
URI of the ComposedQuery object |
static java.lang.String |
COMPOSED_RESOURCE
URI of the ComposedResource object |
static java.lang.String |
COORDINATE
URI of the Coordinate object |
static java.lang.String |
DOCUMENT
URI of the Document object |
static java.lang.String |
ELEMENTARY_QUERY
URI of the ElementaryQuery object |
static java.lang.String |
END_AT
URI of the endAt property. |
static java.lang.String |
HAS_ABSCISSA
URI of the hasAbscissa property. |
static java.lang.String |
HAS_ANNOTATION
URI of the hasAnnotation property. |
static java.lang.String |
HAS_CONTENT
URI of the hasContent property. |
static java.lang.String |
HAS_COORDINATE
URI of the hasCoordinate property. |
static java.lang.String |
HAS_DATA
URI of the hasData property. |
static java.lang.String |
HAS_LOW_LEVEL_DESCRIPTOR
URI of the hasLowLevelDescriptor property. |
static java.lang.String |
HAS_OPERATOR
URI of the hasOperator property. |
static java.lang.String |
HAS_ORDINATE
URI of the hasOrdonate property. |
static java.lang.String |
HAS_POK
URI of the hasPok property. |
static java.lang.String |
HAS_REQUEST
URI of the hasRequest property. |
static java.lang.String |
HAS_SEGMENT
URI of the hasSegment property. |
static java.lang.String |
HAS_TEXT_CONTENT
URI of the hasTextContent property. |
static java.lang.String |
HAS_TIMESTAMP
URI of the hasTimeStamp property. |
static java.lang.String |
HAS_URI
URI of the hasUri property. |
static java.lang.String |
HAS_WEIGHT
URI of the hasWeight property. |
static java.lang.String |
IMAGE
URI of the Image object |
static java.lang.String |
IN_COMPOSED_QUERY
URI of the inComposedQuery property. |
static java.lang.String |
IN_COMPOSED_RESOURCE
URI of the inComposedResource property. |
static java.lang.String |
IN_DOCUMENT
URI of the inDocument property. |
static java.lang.String |
IN_RESULT_SET
URI of the inResultSet property. |
static java.lang.String |
IS_COMPOSED_BY_MEDIA_UNIT
URI of the isComposedByMediaUnit property. |
static java.lang.String |
IS_COMPOSED_BY_QUERY
URI of the isComposedByQuery property. |
static java.lang.String |
IS_COMPOSED_BY_RESOURCE
URI of the isComposedByResource property. |
static java.lang.String |
IS_COMPOSED_BY_RESOURCE_RESULT_SET
URI of the isComposedByResourceResultSet property. |
static java.lang.String |
IS_COMPOSED_BY_SEGMENT
URI of the isComposedBySegment property. |
static java.lang.String |
LINEAR_SEGMENT
URI of the LinearSegment object |
static java.lang.String |
LOW_LEVEL_DESCRIPTOR
URI of the LowLevelDescriptor object |
static java.lang.String |
MEDIA_UNIT
URI of the MediaUnit object |
static java.lang.String |
NAMESPACE
Namespace of the WebLab model ontology. |
static java.lang.String |
PIECE_OF_KNOWLEDGE
URI of the PieceOfKnowledge object |
static java.lang.String |
PREFIX
Preferred prefix to be used to represent the WebLab Model ontology namespace. |
static java.lang.String |
QUERY
URI of the Query object |
static java.lang.String |
RESOURCE
URI of the Resource object |
static java.lang.String |
RESULT_SET
URI of the ResultSet object |
static java.lang.String |
SEGMENT
URI of the Segment object |
static java.lang.String |
SIMILARITY_QUERY
URI of the SimilarityQuery object |
static java.lang.String |
SPATIAL_SEGMENT
URI of the SpatialSegment object |
static java.lang.String |
SPATIO_TEMPORAL_SEGMENT
URI of the SpatioTemporalSegment object |
static java.lang.String |
START_AT
URI of the startAt property. |
static java.lang.String |
STRING_QUERY
URI of the StringQuery object |
static java.lang.String |
TEMPORAL_SEGMENT
URI of the TemporalSegment object |
static java.lang.String |
TEXT
URI of the Text object |
static java.lang.String |
TRACK_SEGMENT
URI of the TrackSegment object |
static java.lang.String |
VIDEO
URI of the Video object |
| Method Summary | |
|---|---|
static java.lang.Class<?> |
getClassFromUri(java.lang.String uri)
Inverse method of getUriFromResource(Class) and getUriFromSegment(Class) |
static java.lang.String |
getUriFromResource(java.lang.Class<? extends Resource> resourceClass)
Use this to get the WebLab ontology owl:Class URI corresponding to a Resource class. |
static java.lang.String |
getUriFromSegment(java.lang.Class<? extends Segment> segmentClass)
Use this to get the WebLab ontology owl:Class URI corresponding to a Segment class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAMESPACE
public static final java.lang.String PREFIX
public static final java.lang.String ANNOTATION
public static final java.lang.String AUDIO
public static final java.lang.String COMPOSED_QUERY
public static final java.lang.String COMPOSED_RESOURCE
public static final java.lang.String COORDINATE
public static final java.lang.String DOCUMENT
public static final java.lang.String ELEMENTARY_QUERY
public static final java.lang.String IMAGE
public static final java.lang.String LINEAR_SEGMENT
public static final java.lang.String LOW_LEVEL_DESCRIPTOR
public static final java.lang.String MEDIA_UNIT
public static final java.lang.String PIECE_OF_KNOWLEDGE
public static final java.lang.String QUERY
public static final java.lang.String RESOURCE
public static final java.lang.String RESULT_SET
public static final java.lang.String SEGMENT
public static final java.lang.String SIMILARITY_QUERY
public static final java.lang.String SPATIAL_SEGMENT
public static final java.lang.String SPATIO_TEMPORAL_SEGMENT
public static final java.lang.String STRING_QUERY
public static final java.lang.String TEMPORAL_SEGMENT
public static final java.lang.String TEXT
public static final java.lang.String TRACK_SEGMENT
public static final java.lang.String VIDEO
public static final java.lang.String HAS_ANNOTATION
public static final java.lang.String HAS_COORDINATE
public static final java.lang.String HAS_LOW_LEVEL_DESCRIPTOR
public static final java.lang.String HAS_POK
public static final java.lang.String HAS_SEGMENT
public static final java.lang.String IS_COMPOSED_BY_SEGMENT
public static final java.lang.String IN_COMPOSED_QUERY
public static final java.lang.String IS_COMPOSED_BY_QUERY
public static final java.lang.String IN_COMPOSED_RESOURCE
public static final java.lang.String IS_COMPOSED_BY_RESOURCE
public static final java.lang.String IN_DOCUMENT
public static final java.lang.String IS_COMPOSED_BY_MEDIA_UNIT
public static final java.lang.String IN_RESULT_SET
public static final java.lang.String IS_COMPOSED_BY_RESOURCE_RESULT_SET
public static final java.lang.String END_AT
public static final java.lang.String START_AT
public static final java.lang.String HAS_TIMESTAMP
public static final java.lang.String HAS_WEIGHT
public static final java.lang.String HAS_DATA
public static final java.lang.String HAS_URI
public static final java.lang.String HAS_REQUEST
public static final java.lang.String HAS_CONTENT
public static final java.lang.String HAS_TEXT_CONTENT
public static final java.lang.String HAS_OPERATOR
public static final java.lang.String HAS_ABSCISSA
public static final java.lang.String HAS_ORDINATE
| Method Detail |
|---|
public static java.lang.String getUriFromResource(java.lang.Class<? extends Resource> resourceClass)
resourceClass - the java Class
getClassFromUri(String),
getUriFromSegment(Class)public static java.lang.String getUriFromSegment(java.lang.Class<? extends Segment> segmentClass)
segmentClass - the java Class
getClassFromUri(String),
getUriFromResource(Class)
public static java.lang.Class<?> getClassFromUri(java.lang.String uri)
throws java.lang.ClassNotFoundException
getUriFromResource(Class) and getUriFromSegment(Class)
uri - The URI denoting a WebLab class in the ontology
java.lang.ClassNotFoundException - If the URI does not represent a class that exists.
java.lang.ClassCastException - If the URI does not represent a Resource or a Segment class defined in the model.getUriFromResource(Class),
getUriFromSegment(Class)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||