Traceability

Uses of Interface
ttm.Project

Packages that use Project
org.topcased.traceability.hmi.actions   
org.topcased.traceability.hmi.editor   
org.topcased.traceability.hmi.runtime   
org.topcased.traceability.hmi.ui.form   
org.topcased.traceability.hmi.util   
tte   
tte.impl   
tte.rules   
tte.rules.basics   
ttm   
ttm.impl   
ttm.util   
 

Uses of Project in org.topcased.traceability.hmi.actions
 

Methods in org.topcased.traceability.hmi.actions that return Project
 Project ProjectActionDelegate.getSelectedProject()
          Getter for selected Project
 Project AnalyseActionDelegate.getSelectedProject()
          Getter for selected Project
 

Methods in org.topcased.traceability.hmi.actions with parameters of type Project
 void ProjectActionDelegate.setSelectedProject(Project selectedModel)
          Setter for selectedProject
 void AnalyseActionDelegate.setSelectedProject(Project selectedModel)
          Setter for selectedProject
 

Constructors in org.topcased.traceability.hmi.actions with parameters of type Project
AnalyseActionDelegate(Project selectedProject)
          Constructor with the selectedProject used by the action
AnalyseActionDelegate(Project selectedProject, boolean forceReload)
          Constructor with the selectedProject used by the action, and a boolean indicating whether documents must be reloaded without checking or prompting user for confirmation
PrintReportActionDelegate(Project selectedProject)
          Constructor with the selectedProject used by the action
PrintRulesReportActionDelegate(Project selectedProject)
          Constructor with the selectedProject used by the action
 

Uses of Project in org.topcased.traceability.hmi.editor
 

Methods in org.topcased.traceability.hmi.editor that return Project
 Project TtmMultipleEditor.getProject()
           
 

Uses of Project in org.topcased.traceability.hmi.runtime
 

Methods in org.topcased.traceability.hmi.runtime that return Project
 Project ResourceLoader.load(org.eclipse.core.resources.IResource resource)
          Load the project from the given file
 

Uses of Project in org.topcased.traceability.hmi.ui.form
 

Fields in org.topcased.traceability.hmi.ui.form declared as Project
protected  Project RequirementRefreshableFormPage.project
           
protected  Project RequirementTableView.project
           
 

Uses of Project in org.topcased.traceability.hmi.util
 

Methods in org.topcased.traceability.hmi.util with parameters of type Project
static java.util.List<Requirement> ModelHelper.getRequirements(Project project)
           
 

Uses of Project in tte
 

Methods in tte with parameters of type Project
 void IEngine.printReport(Project aProject, java.lang.String outputStr)
           
 void IEngine.printRulesReport(Project aProject, java.lang.String outputStr)
           
 void IEngine.reloadProject(Project aProject)
           
 void IEngine.reloadProjectForcing(Project aProject, java.lang.Boolean update)
           
 

Uses of Project in tte.impl
 

Methods in tte.impl with parameters of type Project
static ExtendedRule[] Engine.getRules(Project aProject)
          gets the rules availables from extensions to RulesSet extension point and add them to the project rule definition.
 void Engine.printReport(Project aProject, java.lang.String outputFileStr)
          
 void Engine.printRulesReport(Project aProject, java.lang.String outputFileStr)
          
 void Engine.reloadProject(Project aProject)
          
 void Engine.reloadProjectForcing(Project aProject, java.lang.Boolean update)
          
 

Uses of Project in tte.rules
 

Methods in tte.rules with parameters of type Project
 boolean ExtendedRule.basicIsRaisedForElement(Element elt, Project project)
          Checks if the Rule is raised for an element.
 java.lang.Boolean IRule.isRaisedForElement(Element elt, Project project)
          Method to implement to indicate how the rule is raised for element.
 

Uses of Project in tte.rules.basics
 

Methods in tte.rules.basics with parameters of type Project
 java.lang.Boolean UncoveredRequirement.isRaisedForElement(Element elt, Project project)
          Method to implement to indicate how the rule is raised for element.
 java.lang.Boolean TraceabilityViolation.isRaisedForElement(Element elt, Project project)
          Method to implement to indicate how the rule is raised for element.
 java.lang.Boolean UndefinedRequirement.isRaisedForElement(Element elt, Project project)
          Method to implement to indicate how the rule is raised for element.
 java.lang.Boolean DefinedSeveralTimesAttribute.isRaisedForElement(Element elt, Project project)
          Method to implement to indicate how the rule is raised for element. This method indicates why the Rule would be raised.
 java.lang.Boolean DerivedRequirement.isRaisedForElement(Element elt, Project project)
           
 java.lang.Boolean DefinedSeveralTimesRequirement.isRaisedForElement(Element elt, Project project)
          Method to implement to indicate how the rule is raised for element.
 

Uses of Project in ttm
 

Methods in ttm that return Project
 Project TtmFactory.createProject()
          Returns a new object of class 'Project'
 Project Document.getProject()
          Returns the value of the 'Project' container reference.
 Project CoverageResult.getProject()
          Returns the value of the 'Project' container reference.
 

Methods in ttm with parameters of type Project
 void Document.setProject(Project value)
          Sets the value of the 'Project' container reference
 void CoverageResult.setProject(Project value)
          Sets the value of the 'Project' container reference
 

Uses of Project in ttm.impl
 

Classes in ttm.impl that implement Project
 class ProjectImpl
          An implementation of the model object 'Project'
 

Methods in ttm.impl that return Project
 Project TtmFactoryImpl.createProject()
           
 Project DocumentImpl.getProject()
           
 Project CoverageResultImpl.getProject()
           
 

Methods in ttm.impl with parameters of type Project
 NotificationChain DocumentImpl.basicSetProject(Project newProject, NotificationChain msgs)
           
 NotificationChain CoverageResultImpl.basicSetProject(Project newProject, NotificationChain msgs)
           
 void DocumentImpl.setProject(Project newProject)
           
 void CoverageResultImpl.setProject(Project newProject)
           
 

Constructors in ttm.impl with parameters of type Project
CoverageResultImpl(Document fromDocument, CoverPoint fromCoverPoint, Document to, float coverageRatio, Project prj)
          constructor to create Coverage Result between a document/coverPoint and another document
 

Uses of Project in ttm.util
 

Methods in ttm.util with parameters of type Project
 java.lang.Object TtmSwitch.caseProject(Project object)
          Returns the result of interpretting the object as an instance of 'Project'
 


Traceability

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.