Uses of Class
net.ssehub.easy.varModel.model.ProjectInterface
-
Packages that use ProjectInterface Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI.net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors.net.ssehub.easy.reasoning.core.reasoner All classes and interfaces needed to implement a reasoner.
How to write a reasoner: Create an Eclipse Plugin project with Activator (even if "empty"). Addorg.eclipse.equinox.dsto the required plugins andorg.osgi.service.componentto the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the reasoner core.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.model Base package for the variability model.net.ssehub.easy.varModel.model.filter This package contains utility classes for filtering the model for specific model elements.net.ssehub.easy.varModel.model.filter.mandatoryVars Filter for finding mandatory declarations.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject.net.ssehub.easy.varModel.model.search Specific classes for performing search operations on models.net.ssehub.easy.varModel.persistency These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVMLnet.ssehub.easy.varModel.validation Classes for validating e variability model, e.g. -
-
Uses of ProjectInterface in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type ProjectInterface Modifier and Type Method Description voidVariableCollector. visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel with parameters of type ProjectInterface Modifier and Type Method Description voidErrorSetter. visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.producer.ui.productline_editor.configuration
Fields in net.ssehub.easy.producer.ui.productline_editor.configuration declared as ProjectInterface Modifier and Type Field Description private ProjectInterfaceInterfaceFilter. pInterfaceMethods in net.ssehub.easy.producer.ui.productline_editor.configuration that return types with arguments of type ProjectInterface Modifier and Type Method Description protected java.util.List<ProjectInterface>InterfaceDropDown. calculateValues()Methods in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type ProjectInterface Modifier and Type Method Description protected booleanInterfaceDropDown. equals(ProjectInterface value1, ProjectInterface value2)protected java.lang.StringInterfaceDropDown. getDisplayName(ProjectInterface element)private voidFilterMenu. selectInterfaceFilter(ProjectInterface iface)Part of theSelectionListenerof the interface selection combo box.Constructors in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type ProjectInterface Constructor Description InterfaceFilter(ProjectInterface pInterface)Sole constructor for this class.Constructor parameters in net.ssehub.easy.producer.ui.productline_editor.configuration with type arguments of type ProjectInterface Constructor Description InterfaceDropDown(PLPInfo plp, org.eclipse.swt.widgets.Composite parent, AbstractComboBox.ComboBoxListener<ProjectInterface> listener)Sole constructor for this class. -
Uses of ProjectInterface in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type ProjectInterface Modifier and Type Method Description voidAttributeValues.ResolutionVisitor. visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type ProjectInterface Modifier and Type Method Description voidAssignmentResolver.AssignBlockVisitor. visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type ProjectInterface Modifier and Type Method Description voidIModelVisitor. 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 ProjectInterface Modifier and Type Field Description private java.util.List<ProjectInterface>ProjectInterfaceFinder. interfacesMethods in net.ssehub.easy.varModel.model.filter that return types with arguments of type ProjectInterface Modifier and Type Method Description java.util.List<ProjectInterface>ProjectInterfaceFinder. getProjectInterfaces()Returns the foundProjectInterfaces.Methods in net.ssehub.easy.varModel.model.filter with parameters of type ProjectInterface Modifier and Type Method Description voidAbstractDeclarationFinder. 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 ProjectInterface Modifier and Type Method Description voidMandatoryDeclarationClassifier. 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 ProjectInterface Modifier and Type Field Description private java.util.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 ProjectInterface Modifier and Type Method Description (package private) java.util.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 ProjectInterface Modifier and Type Method Description (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 ProjectInterface Modifier and Type Method Description voidPrefixSearchVisitor. visitProjectInterface(ProjectInterface iface) -
Uses of ProjectInterface in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type ProjectInterface Modifier and Type Method Description voidIVMLWriter. 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 ProjectInterface Modifier and Type Method Description voidIvmlValidationVisitor. visitProjectInterface(ProjectInterface iface)
-