Alignment API and Server 4.6 (1875M)

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
Direct Known Subclasses:
RelationCoDomainRestriction, RelationDomainRestriction

public abstract class RelationRestriction
extends RelationExpression

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 $

Version:
$Id: RelationRestriction.java 1710 2012-03-23 19:53:25Z euzenat $

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

Constructor Detail

RelationRestriction

protected RelationRestriction()

Alignment API and Server 4.6 (1875M)

(C) INRIA & friends, 2003-2014