net.sourceforge.nrl.parser.ast.constraints
Interface IMultipleExistsStatement

All Superinterfaces:
IConstraint, INRLAstNode

public interface IMultipleExistsStatement
extends IConstraint

An assertion that multiple model elements are present.

Abstract syntax reference: following present: modelReferenceList


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 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 existence.

Returns:
the references


Copyright © 2006-2010 Christian Nentwich and others