1 23 package org.objectweb.clif.scenario.util.isac.engine.behavior.node.description; 24 25 import java.util.Hashtable ; 26 27 34 public class TestDescription extends ActionDescription { 35 36 39 public TestDescription() { 40 super() ; 42 } 43 44 49 public TestDescription(String osId, int mn) { 50 super(osId, mn) ; 52 } 53 54 60 public TestDescription(String osId, int mn, Hashtable params) { 61 super(osId, mn, params) ; 63 } 64 } 65 | Popular Tags |