Traceability

Uses of Interface
ttm.CoverPoint

Packages that use CoverPoint
org.topcased.traceability.hmi.modeler   
org.topcased.traceability.hmi.modeler.edit   
org.topcased.traceability.hmi.util   
ttm   
ttm.impl   
ttm.util   
 

Uses of CoverPoint in org.topcased.traceability.hmi.modeler
 

Methods in org.topcased.traceability.hmi.modeler with parameters of type CoverPoint
protected  GraphElement TWCreationUtils.createGraphElementAndCoverPoint(CoverPoint element, java.lang.String presentation)
           
protected  GraphElement TWCreationUtils.createGraphElementOrCoverPoint(CoverPoint element, java.lang.String presentation)
           
 

Uses of CoverPoint in org.topcased.traceability.hmi.modeler.edit
 

Methods in org.topcased.traceability.hmi.modeler.edit that return CoverPoint
protected  CoverPoint CommonCoverPointEditPart.getCoverPoint()
           
 

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

Methods in org.topcased.traceability.hmi.util with parameters of type CoverPoint
static java.lang.Float ModelHelper.getCoverageResult(CoverPoint coverPoint)
           
 void Tree.putRootAsParent(CoverPoint newRoot, java.util.List oldRoots)
          Insert a cover point node as a root node, parent of its document node.
 

Uses of CoverPoint in ttm
 

Methods in ttm that return CoverPoint
 CoverPoint TtmFactory.createCoverPoint()
          Returns a new object of class 'Cover Point'
 CoverPoint CoverageResult.getFromCoverPoint()
          Returns the value of the 'From Cover Point' reference
 

Methods in ttm with parameters of type CoverPoint
 void Project.addCoverageResult(Document fromDoc, CoverPoint fromCoverPoint, Document to, float ratio)
          add Coverage Result between a document/coverPoint and another document
 void CoverageResult.setFromCoverPoint(CoverPoint value)
          Sets the value of the 'From Cover Point' reference
 

Uses of CoverPoint in ttm.impl
 

Classes in ttm.impl that implement CoverPoint
 class CoverPointImpl
          An implementation of the model object 'Cover Point'
 

Fields in ttm.impl declared as CoverPoint
protected  CoverPoint CoverageResultImpl.fromCoverPoint
          The cached value of the 'From Cover Point' reference
 

Methods in ttm.impl that return CoverPoint
 CoverPoint CoverageResultImpl.basicGetFromCoverPoint()
           
 CoverPoint TtmFactoryImpl.createCoverPoint()
           
 CoverPoint CoverageResultImpl.getFromCoverPoint()
           
 

Methods in ttm.impl with parameters of type CoverPoint
 void ProjectImpl.addCoverageResult(Document fromDoc, CoverPoint fromCoverPoint, Document to, float ratio)
          TNI Addition
 void CoverageResultImpl.setFromCoverPoint(CoverPoint newFromCoverPoint)
           
 

Constructors in ttm.impl with parameters of type CoverPoint
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 CoverPoint in ttm.util
 

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


Traceability

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