package be.cytomine.client;
import be.cytomine.client.abst.AbstractOntology;
/**
* An ontology is a list of term. Each term may be link to other term with a special relation (parent, synonym,...)
*
* @author ClientBuilder (Loïc Rollus)
* @version 0.1
*
* YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS)
*
*/
public class Ontology
extends AbstractOntology
{
}