Class DistributionTree

java.lang.Object
  |
  +--DistributionTree

public class DistributionTree
extends java.lang.Object


Method Summary
 org.w3c.dom.Element createClippedRef()
          it Creates the subTree .It displays all the boundaries clipped from the reference
 org.w3c.dom.Element createClippedSub()
          it Creates the subTree .It displays all the boundaries clipped from the submission
 org.w3c.dom.Element createDeletion()
          Creates the subTree .
 org.w3c.dom.Element createInsertion()
          Create the subTree .
 org.w3c.dom.Element createMatch()
          Create the subTree .
 org.w3c.dom.Element createReference()
          It creates the subTree to display the reference before the clipping.
 org.w3c.dom.Element createReferenceAfterClipping()
          It creates the subTree to display the reference after the clipping.
 org.w3c.dom.Element createSubmission()
          It creates the subTree to display the Submission before the clipping.
 org.w3c.dom.Element createSubmissionAfterClipping()
          It creates the subTree to display the submission after the clipping.
 void createTree()
          This method creates the tree, set the attributes and the elements
 org.w3c.dom.Element getTree()
          returns the complete Tree containing the results of the story boundary Task for the VideoSubmission
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTree

public org.w3c.dom.Element getTree()
returns the complete Tree containing the results of the story boundary Task for the VideoSubmission

Returns:
Element, Xml Element

createTree

public void createTree()
This method creates the tree, set the attributes and the elements

Returns:
void

createMatch

public org.w3c.dom.Element createMatch()
Create the subTree .

Returns:
Element

createInsertion

public org.w3c.dom.Element createInsertion()
Create the subTree .

Returns:
Element

createDeletion

public org.w3c.dom.Element createDeletion()
Creates the subTree .

Returns:
Element

createClippedRef

public org.w3c.dom.Element createClippedRef()
it Creates the subTree .It displays all the boundaries clipped from the reference

Returns:
Element

createClippedSub

public org.w3c.dom.Element createClippedSub()
it Creates the subTree .It displays all the boundaries clipped from the submission

Returns:
Element

createReference

public org.w3c.dom.Element createReference()
It creates the subTree to display the reference before the clipping. used for debugging

Returns:
Element

createReferenceAfterClipping

public org.w3c.dom.Element createReferenceAfterClipping()
It creates the subTree to display the reference after the clipping. used for debugging

Returns:
Element

createSubmission

public org.w3c.dom.Element createSubmission()
It creates the subTree to display the Submission before the clipping. used for debugging

Returns:
Element

createSubmissionAfterClipping

public org.w3c.dom.Element createSubmissionAfterClipping()
It creates the subTree to display the submission after the clipping. used for debugging

Returns:
Element