TGG-3.0-Prototype/ClassDiagram/gen/classDiagram/Method.java
2024-02-20 01:07:50 +01:00

26 lines
731 B
Java

package classDiagram;
import classDiagram.ClassDiagramPackage;
import org.emoflon.smartemf.runtime.notification.SmartEMFNotification;
import org.emoflon.smartemf.runtime.SmartObject;
import org.emoflon.smartemf.runtime.collections.*;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EStructuralFeature;
public interface Method extends EObject, classDiagram.Feature {
public java.lang.String getName();
public void setName(java.lang.String value);
public LinkedSmartESet<classDiagram.Attribute> getDependencies();
public void setDependencies(LinkedSmartESet<classDiagram.Attribute> value);
}