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

Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 List<IModelReference> getModelReferences()
          Return the model references that are to be checked for non-existence.
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.constraints.IConstraint
getNRLDataType, setNRLDataType
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 

Method Detail

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.