net.sourceforge.nrl.parser.ast.constraints
Interface IMultipleNotExistsStatement
- All Superinterfaces:
- IConstraint, INRLAstNode
- All Known Implementing Classes:
- MultipleNotExistsStatementImpl
public interface IMultipleNotExistsStatement
- extends IConstraint
An assertion that multiple model elements are not present.
Abstract syntax reference: following notpresent: modelReferenceList
- Author:
- Christian Nentwich
getModelReferences
List<IModelReference> getModelReferences()
- Return the model references that are to be checked for non-existence.
- Returns:
- the references
Copyright © 2006-2013. All Rights Reserved.