Alignment API and Server 3.6

org.semanticweb.owl.align
Interface LogicOntologyNetwork

All Superinterfaces:
Cloneable, OntologyNetwork

public interface LogicOntologyNetwork
extends OntologyNetwork

Represents a distributed system of aligned ontologies or network of ontologies.

Version:
$Id: LogicOntologyNetwork.java 987 2009-05-27 13:48:33Z euzenat $
Author:
Jérôme Euzenat

Method Summary
 String getSemantics()
           
 boolean isConsequence(Alignment al)
           
 boolean isConsistent()
           
 void setSemantics(String s)
           
 
Methods inherited from interface org.semanticweb.owl.align.OntologyNetwork
addAlignment, addOntology, getAlignments, getOntologies, getSourceAlignments, getTargetingAlignments, remAlignment, remOntology
 

Method Detail

setSemantics

void setSemantics(String s)

getSemantics

String getSemantics()

isConsistent

boolean isConsistent()

isConsequence

boolean isConsequence(Alignment al)

Alignment API and Server 3.6

(C) INRIA & friends, 2003-2008