Uses of Class
net.ssehub.easy.varModel.model.filter.ModelElementTypeFinder.ClassType
-
Packages that use ModelElementTypeFinder.ClassType Package Description de.uni_hildesheim.sse.ui.hyperlinking VIL hyperlinking.net.ssehub.easy.varModel.model.filter This package contains utility classes for filtering the model for specific model elements. -
-
Uses of ModelElementTypeFinder.ClassType in de.uni_hildesheim.sse.ui.hyperlinking
Methods in de.uni_hildesheim.sse.ui.hyperlinking with parameters of type ModelElementTypeFinder.ClassType Modifier and Type Method Description private java.util.List<de.uni_hildesheim.sse.ivml.Typedef>EcoreModelQuery. getSpecificTypeDefs(java.util.List<de.uni_hildesheim.sse.ivml.Typedef> typeDefs, ModelElementTypeFinder.ClassType specificType)Creates a sub-list of the given list ofTypedefs in which only type definitions are included that provide the specific type definition described by the givenModelElementTypeFinder.ClassType.private booleanEcoreModelQuery. isTypeDefClass(ModelElementTypeFinder.ClassType type)Checks whether the givenModelElementTypeFinder.ClassTypedescribes a type definition in IVML, e.g.: Enum OrderedEnum Compound Mappingprivate org.eclipse.emf.ecore.EObjectEcoreModelQuery. processTypeDefinitions(java.util.List<de.uni_hildesheim.sse.ivml.Typedef> typeDefs, ModelElementTypeFinder.ModelElementDescription elementDescription, ModelElementTypeFinder.ClassType searchType)Returns anEObjectif this object is part of the given list ofTypedefs and matches the element described by the givenModelElementTypeFinder.ModelElementDescription. -
Uses of ModelElementTypeFinder.ClassType in net.ssehub.easy.varModel.model.filter
Fields in net.ssehub.easy.varModel.model.filter declared as ModelElementTypeFinder.ClassType Modifier and Type Field Description private ModelElementTypeFinder.ClassTypeModelElementTypeFinder.ModelElementDescription. elementClassStores the class the model element is an instance of.Methods in net.ssehub.easy.varModel.model.filter that return ModelElementTypeFinder.ClassType Modifier and Type Method Description private ModelElementTypeFinder.ClassTypeModelElementTypeFinder. getClassTypeFromFreezable(IFreezable freezable)Returns theModelElementTypeFinder.ClassTypethe givenIFreezableis an instance of.ModelElementTypeFinder.ClassTypeModelElementTypeFinder.ModelElementDescription. getElementClass()Returns the class of the model element thisModelElementTypeFinder.ModelElementDescriptiondescribes.static ModelElementTypeFinder.ClassTypeModelElementTypeFinder.ClassType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModelElementTypeFinder.ClassType[]ModelElementTypeFinder.ClassType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.varModel.model.filter with parameters of type ModelElementTypeFinder.ClassType Modifier and Type Method Description static java.lang.StringModelElementTypeFinder. toString(ModelElementTypeFinder.ClassType type)Returns the textual representation of aModelElementTypeFinder.ClassType.Constructors in net.ssehub.easy.varModel.model.filter with parameters of type ModelElementTypeFinder.ClassType Constructor Description ModelElementDescription(java.lang.String name, java.lang.String type, ModelElementTypeFinder.ClassType clazz)Constructs anModelElementTypeFinder.ModelElementDescriptionthat provides the name, type and class of a model element.
-