org.mindswap.multimedia
Interface ModelProfile

All Known Implementing Classes:
MindswapMultimediaModelProfile

public interface ModelProfile

Title: ModelProfile

Description: Represents the structure of any basic multimedia ontology.

Copyright: Copyright (c) 2005

Company: Mindswap (http://www.mindswap.org)


Method Summary
 Property depiction()
           
 Property depicts()
           
 Property endFrame()
           
 Property frameNumber()
           
 Property frameOf()
           
 Property hasDurationSeconds()
           
 Property hasFrame()
           
 Property hasRegion()
           
 Property hasSegment()
           
 Property hasTotalFrames()
           
 Resource Image()
           
 Resource Region()
           
 Property regionOf()
           
 Property segmentOf()
           
 Property startFrame()
           
 Property svgOutline()
           
 java.net.URI URI()
           
 Resource Video()
           
 Resource VideoFrame()
           
 Resource VideoSegment()
           
 

Method Detail

depicts

public Property depicts()

depiction

public Property depiction()

hasRegion

public Property hasRegion()

regionOf

public Property regionOf()

svgOutline

public Property svgOutline()

hasTotalFrames

public Property hasTotalFrames()

frameOf

public Property frameOf()

frameNumber

public Property frameNumber()

hasDurationSeconds

public Property hasDurationSeconds()

hasSegment

public Property hasSegment()

segmentOf

public Property segmentOf()

startFrame

public Property startFrame()

endFrame

public Property endFrame()

hasFrame

public Property hasFrame()

Image

public Resource Image()

Region

public Resource Region()

Video

public Resource Video()

VideoFrame

public Resource VideoFrame()

VideoSegment

public Resource VideoSegment()

URI

public java.net.URI URI()