1 // 2 // THIS FILE IS AUTOMATICALLY GENERATED!! 3 // 4 // Generated at 2009-08-09 by the VDM++ to JAVA Code Generator 5 // (v8.2.1b - Wed 15-Jul-2009 14:09:22) 6 // 7 // Supported compilers: jdk 1.4/1.5/1.6 8 // 9 10 // ***** VDMTOOLS START Name=HeaderComment KEEP=NO 11 // ***** VDMTOOLS END Name=HeaderComment 12 13 // ***** VDMTOOLS START Name=package KEEP=NO 14 package org.overturetool.umltrans.uml; 15 16 // ***** VDMTOOLS END Name=package 17 18 // ***** VDMTOOLS START Name=imports KEEP=NO 19 20 import jp.co.csk.vdm.toolbox.VDM.*; 21 import java.util.*; 22 // ***** VDMTOOLS END Name=imports 23 24 25 26 public abstract class IUmlMultiplicityElement extends IUmlNode { 27 28 // ***** VDMTOOLS START Name=vdmComp KEEP=NO 29 static UTIL.VDMCompare vdmComp = new UTIL.VDMCompare(); 30 // ***** VDMTOOLS END Name=vdmComp 31 32 33 // ***** VDMTOOLS START Name=vdm_init_IUmlMultiplicityElement KEEP=NO 34 private void vdm_init_IUmlMultiplicityElement () throws CGException {} 35 // ***** VDMTOOLS END Name=vdm_init_IUmlMultiplicityElement 36 37 38 // ***** VDMTOOLS START Name=IUmlMultiplicityElement KEEP=NO 39 public IUmlMultiplicityElement () throws CGException { 40 vdm_init_IUmlMultiplicityElement(); 41 } 42 // ***** VDMTOOLS END Name=IUmlMultiplicityElement 43 44 45 // ***** VDMTOOLS START Name=getIsOrdered KEEP=NO 46 abstract public Boolean getIsOrdered () throws CGException ; 47 // ***** VDMTOOLS END Name=getIsOrdered 48 49 50 // ***** VDMTOOLS START Name=getIsUnique KEEP=NO 51 abstract public Boolean getIsUnique () throws CGException ; 52 // ***** VDMTOOLS END Name=getIsUnique 53 54 55 // ***** VDMTOOLS START Name=getLower KEEP=NO 56 abstract public Long getLower () throws CGException ; 57 // ***** VDMTOOLS END Name=getLower 58 59 60 // ***** VDMTOOLS START Name=getUpper KEEP=NO 61 abstract public Long getUpper () throws CGException ; 62 // ***** VDMTOOLS END Name=getUpper 63 64 65 // ***** VDMTOOLS START Name=hasUpper KEEP=NO 66 abstract public Boolean hasUpper () throws CGException ; 67 // ***** VDMTOOLS END Name=hasUpper 68 69 } 70 ;