fr.inrialpes.exmo.align.impl.edoal
Class PropertyDomainRestriction
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.PropertyRestriction
fr.inrialpes.exmo.align.impl.edoal.PropertyDomainRestriction
- All Implemented Interfaces:
- ValueExpression, Cloneable, Visitable
public class PropertyDomainRestriction
- extends PropertyRestriction
Represents a domainRestriction tag for PropertyExpressions.
$Id: PropertyDomainRestriction.java 1435 2010-04-24 17:38:45Z euzenat $
- Version:
- $Revision: 1.4 $
- Author:
- Richard Pöttler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
domain
protected ClassExpression domain
PropertyDomainRestriction
public PropertyDomainRestriction()
- Constructs a domainRestiction with the given restriction.
- Throws:
NullPointerException
- if the restriction is null
PropertyDomainRestriction
public PropertyDomainRestriction(ClassExpression dom)
- Constructs a domainRestiction with the given restriction.
- Parameters:
dom
- the restricting class expression
- Throws:
NullPointerException
- if the restriction is null
getDomain
public ClassExpression getDomain()
setDomain
public void setDomain(ClassExpression dom)
(C) INRIA & friends, 2003-${curryear}