fr.inrialpes.exmo.align.impl.edoal
Class PropertyConstruction
java.lang.Object
fr.inrialpes.exmo.align.impl.edoal.Expression
fr.inrialpes.exmo.align.impl.edoal.PathExpression
fr.inrialpes.exmo.align.impl.edoal.PropertyExpression
fr.inrialpes.exmo.align.impl.edoal.PropertyConstruction
- All Implemented Interfaces:
- ValueExpression, Cloneable, Visitable
public class PropertyConstruction
- extends PropertyExpression
Represents a PropertyConstruction.
- Version:
- $Revision: 1.5 $ $Date: 2010-03-07 20:40:05 +0100 (Sun, 07 Mar 2010) $
- Author:
- Francois Scharffe, Adrian Mocan
Created on 23-Mar-2005 Committed by $Author: adrianmocan $
$Source:
/cvsroot/mediation/mappingapi/src/fr.inrialpes.exmo.align.impl.edoal/PropertyExpr.java,v $,
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
components
private Collection<PathExpression> components
- Holds all expressions.
operator
private SyntaxElement.Constructor operator
- Operator of this complex expression.
PropertyConstruction
public PropertyConstruction()
PropertyConstruction
public PropertyConstruction(SyntaxElement.Constructor op,
Collection<PathExpression> expressions)
getOperator
public SyntaxElement.Constructor getOperator()
setOperator
public void setOperator(SyntaxElement.Constructor op)
getComponents
public Collection<PathExpression> getComponents()
addComponents
public void addComponents(PathExpression exp)
(C) INRIA & friends, 2003-${curryear}