1 4 package cve.core.comunicazione; 5 6 import java.util.*; 7 8 import relations.*; 9 import cve.staticLayout.*; 10 11 import org.apache.log4j.Logger; 12 13 21 public class RelInterlayerCve extends RelFixNO { 22 23 static final int arita=2; 25 26 30 public RelInterlayerCve (String nomeRel){ 31 super(nomeRel,arita); 32 Cve.errLog.debug(""); 33 } 34 35 41 public RelInterlayerCve (String id1,String id2,String nomeRel){ 42 super(nomeRel,arita); 43 Cve.errLog.debug(""); 44 } 45 46 } 47 | Popular Tags |