uk.ac.man.entitytagger.doc
Class TaggedSection

java.lang.Object
  extended by uk.ac.man.entitytagger.doc.TaggedSection

public class TaggedSection
extends java.lang.Object


Field Summary
private  TaggedSection[] children
           
private  java.util.ArrayList<Mention> matches
           
private  Section original
           
 
Constructor Summary
TaggedSection(Section original, TaggedSection[] children, java.util.ArrayList<Mention> matches)
           
 
Method Summary
 java.util.ArrayList<Mention> getAllMatches()
           
 TaggedSection[] getChildren()
           
 java.util.ArrayList<Mention> getMatches()
           
 Section getOriginal()
           
 java.lang.Object toHTML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

original

private Section original

children

private TaggedSection[] children

matches

private java.util.ArrayList<Mention> matches
Constructor Detail

TaggedSection

public TaggedSection(Section original,
                     TaggedSection[] children,
                     java.util.ArrayList<Mention> matches)
Method Detail

getOriginal

public Section getOriginal()
Returns:
the original

getChildren

public TaggedSection[] getChildren()
Returns:
the children

getMatches

public java.util.ArrayList<Mention> getMatches()
Returns:
the matches

getAllMatches

public java.util.ArrayList<Mention> getAllMatches()

toHTML

public java.lang.Object toHTML()