|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Title: MultimediaModel
Description: A multimedia Model which extends Jena's Model interface
Copyright: Copyright (c) 2005
Company: Mindswap (http://www.mindswap.org)
| Method Summary | |
Image |
createImage(java.lang.String uri)
Create an Image resource w/ the given Id |
Region |
createRegion()
Create a new region (as a bnode) |
Region |
createRegion(java.lang.String uri)
Create a new named region |
Video |
createVideo(java.lang.String theURI)
Create a new Video with the given id |
VideoFrame |
createVideoFrame()
Create a new VideoFrame (as a bnode) |
VideoFrame |
createVideoFrame(java.lang.String theURI)
Create a new named VideoFrame |
VideoSegment |
createVideoSegment()
Create a new VideoSegment (as a bnode) |
VideoSegment |
createVideoSegment(java.lang.String theURI)
Create a new named VideoSegment |
ModelProfile |
getModelProfile()
Returns the current model profile for this model |
ResIterator |
listImages()
List all images in this model |
ResIterator |
listVideos()
List all videos in this model |
| Method Detail |
public Image createImage(java.lang.String uri)
uri - String the Id of the resource to create
public Region createRegion()
public Region createRegion(java.lang.String uri)
public Video createVideo(java.lang.String theURI)
theURI - String the id of the resource to create
public VideoFrame createVideoFrame()
public VideoSegment createVideoSegment()
public VideoFrame createVideoFrame(java.lang.String theURI)
theURI - the id of the new VideoFrame
public VideoSegment createVideoSegment(java.lang.String theURI)
theURI - the id of the new video segment
public ModelProfile getModelProfile()
public ResIterator listImages()
public ResIterator listVideos()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||