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

fr.inrialpes.exmo.align.impl.edoal
Class RelationRestriction

java.lang.Object
  extended by fr.inrialpes.exmo.align.impl.edoal.Expression
      extended by fr.inrialpes.exmo.align.impl.edoal.PathExpression
          extended by fr.inrialpes.exmo.align.impl.edoal.RelationExpression
              extended by fr.inrialpes.exmo.align.impl.edoal.RelationRestriction
All Implemented Interfaces:
ValueExpression, Cloneable, Visitable
Direct Known Subclasses:
RelationCoDomainRestriction, RelationDomainRestriction

public abstract class RelationRestriction
extends RelationExpression
implements Visitable

Superclass for all RelationConditions.

To successfully subclass this class the clone and equals methods must be overwritten. And if new fields were introduced, the hashCode and toString methods, too.

Created on 23-Mar-2005 Committed by $Author: poettler_ric $

$Id: RelationRestriction.java 1311 2010-03-07 22:51:10Z euzenat $

Version:
$Revision: 1.5 $ $Date: 2010-03-07 20:40:05 +0100 (Sun, 07 Mar 2010) $
Author:
Richard Pöttler, Francois Scharffe

Field Summary
 
Fields inherited from class fr.inrialpes.exmo.align.impl.edoal.Expression
variable
 
Constructor Summary
protected RelationRestriction()
           
 
Method Summary
 void accept(AlignmentVisitor visitor)
           
 
Methods inherited from class fr.inrialpes.exmo.align.impl.edoal.PathExpression
accept
 
Methods inherited from class fr.inrialpes.exmo.align.impl.edoal.Expression
getVariable, setVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationRestriction

protected RelationRestriction()
Method Detail

accept

public void accept(AlignmentVisitor visitor)
            throws AlignmentException
Specified by:
accept in interface Visitable
Overrides:
accept in class RelationExpression
Throws:
AlignmentException

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

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