Alignment API and Server 4.6 (1875M)

org.semanticweb.owl.align
Interface Visitable

All Known Subinterfaces:
Alignment, AlignmentProcess, Cell, Relation
All Known Implementing Classes:
BasicAlignment, BasicCell, BasicRelation, ClassStructAlignment, ConsensusAggregator, DistanceAlignment, EditDistNameAlignment, EDOALAlignment, EDOALCell, EquivRelation, HasInstanceRelation, IncompatRelation, InstanceOfRelation, JWNLAlignment, NameAndPropertyAlignment, NameEqAlignment, NonTransitiveImplicationRelation, ObjectAlignment, ObjectCell, SMOANameAlignment, StringDistAlignment, StrucSubsDistAlignment, SubsDistNameAlignment, SubsumedRelation, SubsumeRelation, URIAlignment, URICell, WSAlignment

public interface Visitable

The interface of the objects that can be visited by a renderer

Version:
$Id: Visitable.java 1311 2010-03-07 22:51:10Z euzenat $
Author:
Jérôme Euzenat

Method Summary
 void accept(AlignmentVisitor visitor)
           
 

Method Detail

accept

void accept(AlignmentVisitor visitor)
            throws AlignmentException
Throws:
AlignmentException

Alignment API and Server 4.6 (1875M)

(C) INRIA & friends, 2003-2014