Uses of Class
net.ssehub.easy.varModel.model.filter.ModelElementTypeFinder.ModelElementDescription
-
Packages that use ModelElementTypeFinder.ModelElementDescription 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.ModelElementDescription in de.uni_hildesheim.sse.ui.hyperlinking
Fields in de.uni_hildesheim.sse.ui.hyperlinking with type parameters of type ModelElementTypeFinder.ModelElementDescription Modifier and Type Field Description static GenericEditorOpener<de.uni_hildesheim.sse.ivml.VariabilityUnit,de.uni_hildesheim.sse.ivml.Project,Project,ContainableModelElement,ModelElementTypeFinder.ModelElementDescription>IvmlHyperlinkFactory. OPENERMethods in de.uni_hildesheim.sse.ui.hyperlinking that return ModelElementTypeFinder.ModelElementDescription Modifier and Type Method Description ModelElementTypeFinder.ModelElementDescriptionIvmlModelQuery. findDeclaration(Project project, ContainableModelElement modelElement)Methods in de.uni_hildesheim.sse.ui.hyperlinking with parameters of type ModelElementTypeFinder.ModelElementDescription Modifier and Type Method Description private booleanEcoreModelQuery. compareByBasicType(de.uni_hildesheim.sse.ivml.VariableDeclaration varDecl, ModelElementTypeFinder.ModelElementDescription elementDescription)Checks whether the givenModelElementTypeFinder.ModelElementDescriptiondescribes the givenVariableDeclaration.private booleanEcoreModelQuery. compareByDerivedType(de.uni_hildesheim.sse.ivml.VariableDeclaration varDecl, ModelElementTypeFinder.ModelElementDescription elementDescription)Checks whether the givenModelElementTypeFinder.ModelElementDescriptiondescribes the givenVariableDeclaration.private booleanEcoreModelQuery. compareByQualifiedName(de.uni_hildesheim.sse.ivml.VariableDeclaration varDecl, ModelElementTypeFinder.ModelElementDescription elementDescription)Checks whether the givenModelElementTypeFinder.ModelElementDescriptiondescribes the givenVariableDeclaration.private booleanEcoreModelQuery. equalNames(de.uni_hildesheim.sse.ivml.VariableDeclaration varDecl, ModelElementTypeFinder.ModelElementDescription elementDescription)Checks whether the name of the givenVariableDeclarationequals the name of the given {@ ModelElementDescription}.org.eclipse.emf.ecore.EObjectEcoreModelQuery. getEcoreElement(CommonXtextEditor<?,de.uni_hildesheim.sse.ivml.Project> ivmlEditor, ModelElementTypeFinder.ModelElementDescription elementDescription)Returns theEObjectof the parse tree of the givenXtextEditor's resource that matches the element described by the givenModelElementTypeFinder.ModelElementDescription.private booleanEcoreModelQuery. notEmpty(ModelElementTypeFinder.ModelElementDescription elementDescription)Checks whether the givenModelElementTypeFinder.ModelElementDescriptionis notnulland all information is available (the nestedStrings are notnullor empty).private org.eclipse.emf.ecore.EObjectEcoreModelQuery. processCompoundElements(de.uni_hildesheim.sse.ivml.TypedefCompound compound, ModelElementTypeFinder.ModelElementDescription elementDescription)private org.eclipse.emf.ecore.EObjectEcoreModelQuery. processDecisionVariableDeclarations(java.util.List<de.uni_hildesheim.sse.ivml.VariableDeclaration> varDecls, ModelElementTypeFinder.ModelElementDescription elementDescription)Returns anEObjectif this object is part of the given list ofVariableDeclarations and matches the element described by the givenModelElementTypeFinder.ModelElementDescription.private org.eclipse.emf.ecore.EObjectEcoreModelQuery. processProjectContents(de.uni_hildesheim.sse.ivml.ProjectContents projectContents, ModelElementTypeFinder.ModelElementDescription elementDescription)Returns anEObjectif this object is part of the givenProjectContentsand matches the element described by the givenModelElementTypeFinder.ModelElementDescription.private 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.ModelElementDescription in net.ssehub.easy.varModel.model.filter
Fields in net.ssehub.easy.varModel.model.filter declared as ModelElementTypeFinder.ModelElementDescription Modifier and Type Field Description private ModelElementTypeFinder.ModelElementDescriptionModelElementTypeFinder. elementTypeDescriptionStores the description of the the model element found in a givenProject.Methods in net.ssehub.easy.varModel.model.filter that return ModelElementTypeFinder.ModelElementDescription Modifier and Type Method Description ModelElementTypeFinder.ModelElementDescriptionModelElementTypeFinder. getDatatypeByElementName(java.lang.String elementName)Returns aModelElementTypeFinder.ModelElementDescriptionof the model element specified by the given element name.
-