|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Submission
Constructor Summary | |
Submission(java.io.File submitXML)
Constructor method, it parses the Xml file in param param submitXML a XML file well formed as the storysegmentation dtd defines |
Method Summary | |
int |
getNumberOfVideo(org.w3c.dom.Node run)
get the number of videos contained in a run |
int |
getPriority(org.w3c.dom.Node run)
Get the priority of one run |
org.w3c.dom.Node |
getRoot()
Get the Root Node of the XML document |
java.util.Vector |
getRun()
Get the all the runs of the current XML file and add tehn as a Node Object in the returned Vector |
java.lang.String |
getSysId(org.w3c.dom.Node run)
Get the sysID of one run |
boolean |
getTyped(org.w3c.dom.Node run)
it check if one specidic run has result for the classification task |
org.w3c.dom.Node |
getVideo(int j,
org.w3c.dom.Node run)
this methos gets the the jth video Node of a specific run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Submission(java.io.File submitXML)
Method Detail |
public org.w3c.dom.Node getRoot()
public boolean getTyped(org.w3c.dom.Node run)
run
- Node of the currrent run of the XML file
public java.lang.String getSysId(org.w3c.dom.Node run)
run
- Node object which the current run
public int getPriority(org.w3c.dom.Node run)
run
- Node object which the current run
public java.util.Vector getRun()
public org.w3c.dom.Node getVideo(int j, org.w3c.dom.Node run)
run
- the current run which is processed
public int getNumberOfVideo(org.w3c.dom.Node run)
run
- the runto process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |