public class TreeFromFile
extends java.lang.Object
| Constructor and Description |
|---|
TreeFromFile(Tree t) |
TreeFromFile(Tree t,
java.lang.String filename) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Constituent> |
getDiffConstituents() |
Tree |
getDiffDecoratedTree() |
java.lang.String |
getFilename() |
javax.swing.JTextField |
getLabel() |
int |
getSentenceId() |
Tree |
getTree() |
void |
setDiffConstituents(java.util.Set<Constituent> lessConstituents) |
void |
setDiffDecoratedTree(Tree decoratedTree) |
void |
setFilename(java.lang.String filename) |
java.lang.String |
toString() |
public TreeFromFile(Tree t)
public TreeFromFile(Tree t, java.lang.String filename)
public java.lang.String getFilename()
public void setFilename(java.lang.String filename)
public int getSentenceId()
public Tree getTree()
public javax.swing.JTextField getLabel()
public java.lang.String toString()
toString in class java.lang.Objectpublic void setDiffConstituents(java.util.Set<Constituent> lessConstituents)
public java.util.Set<Constituent> getDiffConstituents()
public void setDiffDecoratedTree(Tree decoratedTree)
public Tree getDiffDecoratedTree()