fr.inrialpes.exmo.align.impl.edoal
Class RelationCoDomainRestriction
java.lang.Object
fr.inrialpes.exmo.align.impl.edoal.Expression
fr.inrialpes.exmo.align.impl.edoal.PathExpression
fr.inrialpes.exmo.align.impl.edoal.RelationExpression
fr.inrialpes.exmo.align.impl.edoal.RelationRestriction
fr.inrialpes.exmo.align.impl.edoal.RelationCoDomainRestriction
- All Implemented Interfaces:
- ValueExpression, Cloneable, Visitable
public class RelationCoDomainRestriction
- extends RelationRestriction
Represents a coDomainRestriction tag for RelationExpressions.
$Id: RelationCoDomainRestriction.java,v 1.3 2006/11/15 16:01:17 poettler_ric
Exp $
- 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 |
codomain
protected ClassExpression codomain
RelationCoDomainRestriction
public RelationCoDomainRestriction()
- Constructs a coDomainRestriction with the given restriction.
- Parameters:
restriction
- the restriction for the domain
- Throws:
NullPointerException
- if the restriction is null
RelationCoDomainRestriction
public RelationCoDomainRestriction(ClassExpression cod)
- Constructs a coDomainRestriction with the given restriction.
- Parameters:
res
- the restriction for the domaintarget
- the target expression which should be restricted
- Throws:
NullPointerException
- if the restriction is null
getCoDomain
public ClassExpression getCoDomain()
(C) INRIA & friends, 2003-2010