/** * Generated with Acceleo */ package net.certware.argument.eur.parts; // Start of user code for imports import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.eef.runtime.ui.widgets.referencestable.ReferencesTableSettings; import org.eclipse.jface.viewers.ViewerFilter; // End of user code /** * * */ public interface StrategyPropertiesEditionPart { /** * @return the identifier * */ public String getIdentifier(); /** * Defines a new identifier * @param newValue the new identifier to set * */ public void setIdentifier(String newValue); /** * @return the description * */ public String getDescription(); /** * Defines a new description * @param newValue the new description to set * */ public void setDescription(String newValue); /** * @return the content * */ public String getContent(); /** * Defines a new content * @param newValue the new content to set * */ public void setContent(String newValue); /** * Init the isTagged * @param current the current value * @param containgFeature the feature where to navigate if necessary * @param feature the feature to manage */ public void initIsTagged(ReferencesTableSettings settings); /** * Update the isTagged * @param newValue the isTagged to update * */ public void updateIsTagged(); /** * Adds the given filter to the isTagged edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addFilterToIsTagged(ViewerFilter filter); /** * Adds the given filter to the isTagged edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addBusinessFilterToIsTagged(ViewerFilter filter); /** * @return true if the given element is contained inside the isTagged table * */ public boolean isContainedInIsTaggedTable(EObject element); /** * Init the argument * @param current the current value * @param containgFeature the feature where to navigate if necessary * @param feature the feature to manage */ public void initArgument(ReferencesTableSettings settings); /** * Update the argument * @param newValue the argument to update * */ public void updateArgument(); /** * Adds the given filter to the argument edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addFilterToArgument(ViewerFilter filter); /** * Adds the given filter to the argument edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addBusinessFilterToArgument(ViewerFilter filter); /** * @return true if the given element is contained inside the argument table * */ public boolean isContainedInArgumentTable(EObject element); /** * Init the justification * @param current the current value * @param containgFeature the feature where to navigate if necessary * @param feature the feature to manage */ public void initJustification(ReferencesTableSettings settings); /** * Update the justification * @param newValue the justification to update * */ public void updateJustification(); /** * Adds the given filter to the justification edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addFilterToJustification(ViewerFilter filter); /** * Adds the given filter to the justification edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addBusinessFilterToJustification(ViewerFilter filter); /** * @return true if the given element is contained inside the justification table * */ public boolean isContainedInJustificationTable(EObject element); /** * Init the solution * @param settings settings for the solution ReferencesTable */ public void initSolution(ReferencesTableSettings settings); /** * Update the solution * @param newValue the solution to update * */ public void updateSolution(); /** * Adds the given filter to the solution edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addFilterToSolution(ViewerFilter filter); /** * Adds the given filter to the solution edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addBusinessFilterToSolution(ViewerFilter filter); /** * @return true if the given element is contained inside the solution table * */ public boolean isContainedInSolutionTable(EObject element); /** * Init the criteria * @param settings settings for the criteria ReferencesTable */ public void initCriteria(ReferencesTableSettings settings); /** * Update the criteria * @param newValue the criteria to update * */ public void updateCriteria(); /** * Adds the given filter to the criteria edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addFilterToCriteria(ViewerFilter filter); /** * Adds the given filter to the criteria edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addBusinessFilterToCriteria(ViewerFilter filter); /** * @return true if the given element is contained inside the criteria table * */ public boolean isContainedInCriteriaTable(EObject element); /** * Init the assumption * @param current the current value * @param containgFeature the feature where to navigate if necessary * @param feature the feature to manage */ public void initAssumption(ReferencesTableSettings settings); /** * Update the assumption * @param newValue the assumption to update * */ public void updateAssumption(); /** * Adds the given filter to the assumption edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addFilterToAssumption(ViewerFilter filter); /** * Adds the given filter to the assumption edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addBusinessFilterToAssumption(ViewerFilter filter); /** * @return true if the given element is contained inside the assumption table * */ public boolean isContainedInAssumptionTable(EObject element); /** * Init the contexts * @param current the current value * @param containgFeature the feature where to navigate if necessary * @param feature the feature to manage */ public void initContexts(ReferencesTableSettings settings); /** * Update the contexts * @param newValue the contexts to update * */ public void updateContexts(); /** * Adds the given filter to the contexts edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addFilterToContexts(ViewerFilter filter); /** * Adds the given filter to the contexts edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addBusinessFilterToContexts(ViewerFilter filter); /** * @return true if the given element is contained inside the contexts table * */ public boolean isContainedInContextsTable(EObject element); /** * Init the strategies * @param current the current value * @param containgFeature the feature where to navigate if necessary * @param feature the feature to manage */ public void initStrategies(ReferencesTableSettings settings); /** * Update the strategies * @param newValue the strategies to update * */ public void updateStrategies(); /** * Adds the given filter to the strategies edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addFilterToStrategies(ViewerFilter filter); /** * Adds the given filter to the strategies edition editor. * * @param filter * a viewer filter * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter) * */ public void addBusinessFilterToStrategies(ViewerFilter filter); /** * @return true if the given element is contained inside the strategies table * */ public boolean isContainedInStrategiesTable(EObject element); /** * Returns the internationalized title text. * * @return the internationalized title text. * */ public String getTitle(); // Start of user code for additional methods // End of user code }