au.csiro.ontology.model.Axiom Maven / Gradle / Ivy
The newest version!
/**
* Copyright CSIRO Australian e-Health Research Centre (http://aehrc.com).
* All rights reserved. Use is subject to license terms and conditions.
*/
package au.csiro.ontology.model;
/**
* Base class for axioms.
*
* @author Alejandro Metke
*
*/
public abstract class Axiom implements Comparable {
}