Package org.somox.kdmhelper
Class SoMoXUtil
java.lang.Object
org.somox.kdmhelper.SoMoXUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<tools.mdsd.jamopp.model.java.statements.StatementListContainer>
findImplementingMethods
(tools.mdsd.jamopp.model.java.members.InterfaceMethod interfaceMethod, Collection<tools.mdsd.jamopp.model.java.classifiers.ConcreteClassifier> implementingClasses) static boolean
Determines whether SoMoX is executed within a new Eclipse or whether it runs standalone
-
Method Details
-
isStandalone
public static boolean isStandalone()Determines whether SoMoX is executed within a new Eclipse or whether it runs standalone- Returns:
-
findImplementingMethods
public static Collection<tools.mdsd.jamopp.model.java.statements.StatementListContainer> findImplementingMethods(tools.mdsd.jamopp.model.java.members.InterfaceMethod interfaceMethod, Collection<tools.mdsd.jamopp.model.java.classifiers.ConcreteClassifier> implementingClasses)
-