public class MasterBinaryTuple extends BinaryTuple
BinaryTuple.TupleComparator| Modifier and Type | Field and Description |
|---|---|
float |
score1 |
float |
score2 |
boolean |
tupleUsed |
concept1, concept1_label, concept2, concept2_label, relation, relation_label, sentence| Constructor and Description |
|---|
MasterBinaryTuple() |
MasterBinaryTuple(Concept c1,
Relation r,
Concept c2) |
| Modifier and Type | Method and Description |
|---|---|
float |
getTotalScore()
Returns the total score possible in matching this tuple.
|
String |
toHTML()
Creates HTML code suitable for including in an HTML table row.
|
getFromConcept, getRelation, getToConcept, getTupleColumnLabels, setFromConcept, setRelation, setToConcept, toArrayList, toStringpublic boolean tupleUsed
public float score1
public float score2
public float getTotalScore()
public String toHTML()
toHTML in class BinaryTuple