Alignment API and Server 4.2.${version.update}

org.semanticweb.owl.align
Interface Relation

All Superinterfaces:
Visitable
All Known Implementing Classes:
BasicRelation, EquivRelation, HasInstanceRelation, IncompatRelation, InstanceOfRelation, NonTransitiveImplicationRelation, SubsumedRelation, SubsumeRelation

public interface Relation
extends Visitable

Version:
$Id: Relation.java 1095 2009-08-16 21:08:26Z euzenat $
Author:
Jérôme Euzenat

Method Summary
 Relation compose(Relation r)
           
 void dump(ContentHandler h)
          Housekeeping
 boolean equals(Relation r)
           
 String getRelation()
          Creation
 Relation inverse()
           
 void write(PrintWriter writer)
           
 
Methods inherited from interface org.semanticweb.owl.align.Visitable
accept
 

Method Detail

getRelation

String getRelation()
Creation


inverse

Relation inverse()

compose

Relation compose(Relation r)

equals

boolean equals(Relation r)

dump

void dump(ContentHandler h)
Housekeeping


write

void write(PrintWriter writer)

Alignment API and Server 4.2.${version.update}

(C) INRIA & friends, 2003-${curryear}