protected static class VideoSceneAnnotationTool.AnnotatedVideoScene extends VideoSceneAnnotationTool.VideoScene implements Annotated<VideoSceneAnnotationTool.VideoScene,VideoSceneAnnotationTool.SceneAnnotation>
VideoSceneAnnotationTool.VideoScene that has a list of annotations associated with it.| Modifier and Type | Field and Description |
|---|---|
Set<VideoSceneAnnotationTool.SceneAnnotation> |
annotations
A list of the annotations from each annotator
|
endOfScene, listOfShots, startOfScene| Constructor and Description |
|---|
AnnotatedVideoScene()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Collection<VideoSceneAnnotationTool.SceneAnnotation> |
getAnnotations() |
VideoSceneAnnotationTool.VideoScene |
getObject() |
String |
toString() |
equals, hashCodepublic Set<VideoSceneAnnotationTool.SceneAnnotation> annotations
public AnnotatedVideoScene()
public VideoSceneAnnotationTool.VideoScene getObject()
getObject in interface Annotated<VideoSceneAnnotationTool.VideoScene,VideoSceneAnnotationTool.SceneAnnotation>Annotated.getObject()public Collection<VideoSceneAnnotationTool.SceneAnnotation> getAnnotations()
getAnnotations in interface Annotated<VideoSceneAnnotationTool.VideoScene,VideoSceneAnnotationTool.SceneAnnotation>Annotated.getAnnotations()public String toString()
toString in class ObjectObject.toString()