public class Acronym extends Object implements Comparable<Acronym>
| Modifier and Type | Class and Description |
|---|---|
static class |
Acronym.AcronymFrequencyComparator |
static class |
Acronym.AcronymShortFormComparator |
| Modifier and Type | Field and Description |
|---|---|
AbbreviationAlignmentContainer<AbbvGapsHMM.Emissions,AbbvGapsHMM.States> |
_alignment |
Integer |
_frequency |
String |
_longForm |
Double |
_probability |
String |
_shortForm |
| Constructor and Description |
|---|
Acronym(String shortForm,
String longForm) |
Acronym(String shortForm,
String longForm,
Integer frequency) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Acronym o) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
String |
toStringWithFrequency() |
public String _shortForm
public String _longForm
public Integer _frequency
public Double _probability
public AbbreviationAlignmentContainer<AbbvGapsHMM.Emissions,AbbvGapsHMM.States> _alignment
public int compareTo(Acronym o)
compareTo in interface Comparable<Acronym>public String toStringWithFrequency()
Copyright © 2016. All rights reserved.