Package org.coode.manchesterowlsyntax

Examples of org.coode.manchesterowlsyntax.ManchesterOWLSyntaxOntologyFormat


* Date: 22-May-2007<br><br>
*/
public class ManchesterOWLSyntaxOntologyStorer extends AbstractOWLOntologyStorer {

    public boolean canStoreOntology(OWLOntologyFormat ontologyFormat) {
        return ontologyFormat.equals(new ManchesterOWLSyntaxOntologyFormat());
    }
View Full Code Here

TOP

Related Classes of org.coode.manchesterowlsyntax.ManchesterOWLSyntaxOntologyFormat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.