Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fbe6f72b authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- slight change in the interface for matching Exmotto spec

parent da1a1e43
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ public interface LogicOntologyNetwork extends OntologyNetwork {
public void setSemantics( String s );
public String getSemantics();
public boolean isConsistent();
public boolean isConsequence( Alignment al );
public boolean isEntailed( Alignment al );
//public boolean isEntailed( URI ontology, Object axiom );
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment