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

org.semanticweb.owl.align
Interface Visitable

All Known Subinterfaces:
Alignment, AlignmentProcess, Cell, Relation, ValueExpression
All Known Implementing Classes:
Apply, BasicAlignment, BasicCell, BasicRelation, ClassConstruction, ClassDomainRestriction, ClassExpression, ClassId, ClassOccurenceRestriction, ClassRestriction, ClassStructAlignment, ClassTypeRestriction, ClassValueRestriction, ConsensusAggregator, Datatype, DistanceAlignment, EditDistNameAlignment, EDOALAlignment, EDOALCell, EDOALRelation, EquivRelation, Expression, IncompatRelation, InstanceExpression, InstanceId, JWNLAlignment, NameAndPropertyAlignment, NameEqAlignment, NonTransitiveImplicationRelation, ObjectAlignment, ObjectCell, PathExpression, PropertyConstruction, PropertyDomainRestriction, PropertyExpression, PropertyId, PropertyRestriction, PropertyTypeRestriction, PropertyValueRestriction, RelationCoDomainRestriction, RelationConstruction, RelationDomainRestriction, RelationExpression, RelationId, RelationRestriction, SMOANameAlignment, StringDistAlignment, StrucSubsDistAlignment, SubsDistNameAlignment, SubsumedRelation, SubsumeRelation, Transformation, TransfService, URIAlignment, URICell, Value, ValueConstraint, 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.1.${version.update}

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