public class Parse extends Object implements Comparable<Parse>
| Constructor and Description |
|---|
Parse() |
Parse(int i) |
Parse(short[] heads2,
short[] types2,
float p_new) |
Parse(String parse,
float p_new) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkTree()
Check if it is a tree
|
Parse |
clone() |
int |
compareTo(Parse o) |
String |
signature() |
void |
signature2parse(String parse) |
StringBuilder |
signatureSB() |
String |
toString() |
public Parse()
public Parse(int i)
public Parse(short[] heads2,
short[] types2,
float p_new)
heads2 - types2 - p_new - public Parse(String parse, float p_new)
heads2 - types2 - p_new - public void signature2parse(String parse)
public boolean checkTree()
public int compareTo(Parse o)
compareTo in interface Comparable<Parse>public String signature()
public StringBuilder signatureSB()
Copyright © 2013. All rights reserved.