public final class NamedEntityAttribute extends Object implements Comparable<NamedEntityAttribute>
| Constructor and Description |
|---|
NamedEntityAttribute(String category,
BioType bio) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(NamedEntityAttribute other) |
boolean |
equals(Object obj) |
BioType |
getBioType() |
String |
getCategory() |
int |
hashCode() |
String |
toString() |
public String getCategory()
public BioType getBioType()
public int compareTo(NamedEntityAttribute other)
compareTo in interface Comparable<NamedEntityAttribute>Copyright © 2016 New York University. All rights reserved.