org::kermeta::language::structure
Class Abstract MultiplicityElement inherited from TypedElement


Model elements with a multiplicity [lower..upper] inherit this class

@ecore "true"
@http://www.eclipse.org/emf/2002/GenModel "null"

Property Summary
Boolean
isOrdered
attribute isOrdered[0..1]

Boolean stating whether the element is ordered

@ecore "true"
@http://www.eclipse.org/emf/2002/GenModel "null"
           
Boolean
isUnique
attribute isUnique[0..1]

Boolean stating whether duplicated elements are allowed

@ecore "true"
@http://www.eclipse.org/emf/2002/GenModel "null"
           
Integer
lower
attribute lower[0..1]

Min cardinality of the element

@ecore "true"
@http://www.eclipse.org/emf/2002/GenModel "null"
           
Integer
upper
attribute upper[0..1]

Max cardinality of the element, '-1' for '*'

@ecore "true"
@http://www.eclipse.org/emf/2002/GenModel "null"
           


Details of properties


isOrdered


Boolean isOrdered



isUnique


Boolean isUnique



lower


Integer lower



upper


Integer upper