public class Entity extends Object implements Serializable, Comparable<Entity>
| Modifier and Type | Field and Description |
|---|---|
String |
label |
List<com.hp.hpl.jena.rdf.model.Resource> |
posTypesAndCategories |
private static long |
serialVersionUID |
String |
type |
List<com.hp.hpl.jena.rdf.model.Resource> |
uris |
private static final long serialVersionUID
public String label
public String type
public List<com.hp.hpl.jena.rdf.model.Resource> posTypesAndCategories
public List<com.hp.hpl.jena.rdf.model.Resource> uris
public int compareTo(Entity o)
compareTo in interface Comparable<Entity>Copyright © 2016. All rights reserved.