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

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

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.PropertyExpression
All Implemented Interfaces:
ValueExpression, Cloneable, Visitable
Direct Known Subclasses:
PropertyConstruction, PropertyId, PropertyRestriction

public abstract class PropertyExpression
extends PathExpression
implements Cloneable, Visitable

Represents a PropertyExpression.

$Id: PropertyExpression.java 1435 2010-04-24 17:38:45Z euzenat $

Version:
$Revision: 1.7 $
Author:
Francois Scharffe, Adrian Mocan, richi

Field Summary
 
Fields inherited from class fr.inrialpes.exmo.align.impl.edoal.Expression
variable
 
Constructor Summary
PropertyExpression()
          Creates a simple PropertyExpression
 
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

PropertyExpression

public PropertyExpression()
Creates a simple PropertyExpression

Method Detail

accept

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

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

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