public class Ontology extends Object implements Comparable<Ontology>
| Constructor and Description |
|---|
Ontology() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Ontology o2) |
List |
getEntsList() |
int |
getId() |
String |
getName() |
int |
getNamespaceId() |
String |
getPrefix() |
List |
getPropsList() |
String |
getType() |
String |
getURI() |
List |
getVClassesList() |
void |
setEntsList(List entsList) |
void |
setId(int id) |
void |
setName(String name) |
void |
setNamespaceId(int nid) |
void |
setPrefix(String prefix) |
void |
setPropsList(List pl) |
void |
setType(String type) |
void |
setURI(String URI) |
void |
setVClassesList(List vcl) |
String |
toString() |
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getPrefix()
public void setPrefix(String prefix)
public int getNamespaceId()
public void setNamespaceId(int nid)
public String getURI()
public void setURI(String URI)
public List getVClassesList()
public void setVClassesList(List vcl)
public List getPropsList()
public void setPropsList(List pl)
public List getEntsList()
public void setEntsList(List entsList)
public int compareTo(Ontology o2)
compareTo in interface Comparable<Ontology>Copyright © 2021. All rights reserved.