Class TypeHelper
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.model.TypeHelper
-
public class TypeHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TypeHelper.Kind
-
Constructor Summary
Constructors Constructor Description TypeHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<ISimulinkModelElement>
getAll(SimulinkModel model)
static Collection<ISimulinkModelElement>
getAllOfType(SimulinkModel model, String type)
static TypeHelper.Kind
getKind(String type)
static TypeHelper.Kind
getKind(SimulinkModel model, Object handle)
static void
put(String type, String supertype)
-
-
-
Method Detail
-
getKind
public static TypeHelper.Kind getKind(String type)
-
getKind
public static TypeHelper.Kind getKind(SimulinkModel model, Object handle)
-
getAllOfType
public static Collection<ISimulinkModelElement> getAllOfType(SimulinkModel model, String type) throws EolModelElementTypeNotFoundException
-
getAll
public static Collection<ISimulinkModelElement> getAll(SimulinkModel model)
-
-