Alignment API and Server 4.0

org.semanticweb.owl.align
Interface LogicOntologyNetwork

All Superinterfaces:
Cloneable, OntologyNetwork
All Known Implementing Classes:
IDDLOntologyNetwork

public interface LogicOntologyNetwork
extends OntologyNetwork

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

Version:
$Id: LogicOntologyNetwork.java 1094 2009-08-16 21:05:42Z euzenat $
Author:
Jérôme Euzenat

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

Method Detail

setSemantics

void setSemantics(String s)

getSemantics

String getSemantics()

isConsistent

boolean isConsistent()

isEntailed

boolean isEntailed(Alignment al)

Alignment API and Server 4.0

(C) INRIA & friends, 2003-2010