1 6 7 package cve.esecutori.components.specificaLV; 8 9 import java.util.*; 10 import org.jdom.Element; 11 12 17 public interface ISpecifica { 18 Collection getElementAlf(); 19 Collection getRelation(); 20 Collection getNonRelation(); 21 Collection getFreeCreation(); 22 Map getScheletro(); 23 Map getRappresentation(); 24 Rules getRules(); 25 Set getTarget (ElementRel relAlf, ElementNonRel eleNonRel); 26 Set getSource (ElementRel relAlf, ElementNonRel eleNonRel); 27 Set getSourceTarget (ElementRel relAlf, ElementNonRel eleNonRel); 28 } 29 | Popular Tags |