Uses of Class
net.ssehub.easy.varModel.model.ProjectInterface
Packages that use ProjectInterface
Package
Description
This package represents a specific variability model configuration.
Base package for the variability model.
This package contains utility classes for filtering the model for specific model elements.
Filter for finding mandatory declarations.
Classes for creating an (adapted) copy of the
Project.Specific classes for performing search operations on models.
These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Classes for validating e variability model, e.g.
-
Uses of ProjectInterface in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type ProjectInterfaceModifier and TypeMethodDescriptionvoidAssignmentResolver.AssignBlockVisitor.visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type ProjectInterfaceModifier and TypeMethodDescriptionvoidIModelVisitor.visitProjectInterface(ProjectInterface iface) Method for visiting a project interface.voidModelStatistics.StatisticsVisitor.visitProjectInterface(ProjectInterface iface) voidModelVisitorAdapter.visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.varModel.model.filter
Fields in net.ssehub.easy.varModel.model.filter with type parameters of type ProjectInterfaceModifier and TypeFieldDescriptionprivate List<ProjectInterface> ProjectInterfaceFinder.interfacesMethods in net.ssehub.easy.varModel.model.filter that return types with arguments of type ProjectInterfaceModifier and TypeMethodDescriptionProjectInterfaceFinder.getProjectInterfaces()Returns the foundProjectInterfaces.Methods in net.ssehub.easy.varModel.model.filter with parameters of type ProjectInterfaceModifier and TypeMethodDescriptionvoidAbstractDeclarationFinder.visitProjectInterface(ProjectInterface iface) voidAbstractFrozenElementsFinder.visitProjectInterface(ProjectInterface iface) voidAnnotationAssignmentFinder.visitProjectInterface(ProjectInterface iface) voidConstraintFinder.visitProjectInterface(ProjectInterface iface) voidDatatypeFinder.visitProjectInterface(ProjectInterface iface) voidDeclarationInContainerFinder.visitProjectInterface(ProjectInterface iface) voidEvalBlockFinder.visitProjectInterface(ProjectInterface iface) voidModelElementTypeFinder.visitProjectInterface(ProjectInterface iface) voidNamespaceFinder.visitProjectInterface(ProjectInterface iface) voidProjectInterfaceFinder.visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type ProjectInterfaceModifier and TypeMethodDescriptionvoidMandatoryDeclarationClassifier.visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.varModel.model.rewrite
Fields in net.ssehub.easy.varModel.model.rewrite with type parameters of type ProjectInterfaceModifier and TypeFieldDescriptionprivate Set<ProjectInterface> UncopiedElementsContainer.unresolvedInterfacesSet of (original)ProjectInterfaces, which could not be copied as some of the exported declarations are not already copied.Methods in net.ssehub.easy.varModel.model.rewrite that return types with arguments of type ProjectInterfaceModifier and TypeMethodDescription(package private) Set<ProjectInterface> UncopiedElementsContainer.getUnresolvedProjectInterfaces()Returns the set of uncopied project interfaces, which still has to be copied.Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type ProjectInterfaceModifier and TypeMethodDescription(package private) voidUncopiedElementsContainer.addUnresolvedProjectInterface(ProjectInterface orgInterface) Adds an originalProjectInterface, which could not be copied, as some of the exported declarations are not already copied.voidDeletedElementsCollector.visitProjectInterface(ProjectInterface iface) voidInitialStructureCollector.visitProjectInterface(ProjectInterface iface) voidProjectCopyVisitor.visitProjectInterface(ProjectInterface iface) voidProjectRewriteVisitor.visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type ProjectInterfaceModifier and TypeMethodDescriptionvoidPrefixSearchVisitor.visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type ProjectInterfaceModifier and TypeMethodDescriptionvoidIVMLWriter.visitProjectInterface(ProjectInterface iface) voidVariableUsage.visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type ProjectInterfaceModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitProjectInterface(ProjectInterface iface)