|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Document
A representation of the model object 'Document'.
The following features are supported:
Analyzer ID
Last Modified Date
Filename
Covers Itself
Project
Cover Points
Incoming Cover Points
Conversion Method ID
Analyzer Arguments
Global Coverage Ratio
Edition Method ID
TtmPackage.getDocument()
Method Summary | |
---|---|
java.lang.String |
getAnalyzerArguments()
Returns the value of the 'Analyzer Arguments' attribute |
java.lang.String |
getAnalyzerID()
Returns the value of the 'Analyzer ID' attribute |
java.lang.String |
getConversionMethodID()
Returns the value of the 'Conversion Method ID' attribute |
java.util.Map<java.lang.Object,java.lang.Float> |
getCoverageResults()
aks to the project the coverage ratio for each document that covers |
java.util.List<Document> |
getCoveredDocuments()
Returns the value of the 'Covered Documents' reference list. |
java.util.List<Document> |
getCoveringDocuments()
Returns the value of the 'Covering Documents' reference list. |
EList |
getCoverPoints()
Returns the value of the 'Cover Points' containment reference list. |
java.lang.String |
getEditionMethodID()
Returns the value of the 'Edition Method ID' attribute |
java.lang.String |
getFilename()
Returns the value of the 'Filename' attribute |
float |
getGlobalCoverageRatio()
Returns the value of the 'Global Coverage Ratio' attribute |
EList |
getIncomingCoverPoints()
Returns the value of the 'Incoming Cover Points' reference list. |
long |
getLastModifiedDate()
Returns the value of the 'Last Modified Date' attribute |
Project |
getProject()
Returns the value of the 'Project' container reference. |
boolean |
isCoversItself()
Returns the value of the 'Covers Itself' attribute. |
void |
printCoverageResultsOn(java.io.PrintStream ptstr)
print the coverage ratio on the stream in parameter |
void |
setAnalyzerArguments(java.lang.String value)
Sets the value of the ' Analyzer Arguments ' attribute |
void |
setAnalyzerID(java.lang.String value)
Sets the value of the ' Analyzer ID ' attribute |
void |
setConversionMethodID(java.lang.String value)
Sets the value of the ' Conversion Method ID ' attribute |
void |
setCoversItself(boolean value)
Sets the value of the ' Covers Itself ' attribute |
void |
setEditionMethodID(java.lang.String value)
Sets the value of the ' Edition Method ID ' attribute |
void |
setFilename(java.lang.String value)
Sets the value of the ' Filename ' attribute |
void |
setGlobalCoverageRatio(float value)
Sets the value of the ' Global Coverage Ratio ' attribute |
void |
setLastModifiedDate(long value)
Sets the value of the ' Last Modified Date ' attribute |
void |
setProject(Project value)
Sets the value of the ' Project ' container reference |
Methods inherited from interface ttm.HierarchicalElement |
---|
getChildren, getCoverLinks, getDocument, getIncomingNavigationLinks, getNavigationLinks, getParent, isCoveringElementID, isMacroRequirement, setParent |
Methods inherited from interface ttm.IdentifiedElement |
---|
getIdent, getShortDescription, getTexts, setIdent, setShortDescription |
Methods inherited from interface ttm.AttributeOwner |
---|
getAttributes |
Methods inherited from interface ttm.Element |
---|
getActivatedRules |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getAnalyzerID()
If the meaning of the 'Analyzer ID' attribute isn't clear, there really should be more of a description here...
setAnalyzerID(String)
,
TtmPackage.getDocument_AnalyzerID()
void setAnalyzerID(java.lang.String value)
Analyzer ID
' attribute.
value
- the new value of the 'Analyzer ID' attribute.getAnalyzerID()
long getLastModifiedDate()
If the meaning of the 'Last Modified Date' attribute isn't clear, there really should be more of a description here...
setLastModifiedDate(long)
,
TtmPackage.getDocument_LastModifiedDate()
void setLastModifiedDate(long value)
Last Modified Date
' attribute.
value
- the new value of the 'Last Modified Date' attribute.getLastModifiedDate()
java.lang.String getFilename()
If the meaning of the 'Filename' attribute isn't clear, there really should be more of a description here...
setFilename(String)
,
TtmPackage.getDocument_Filename()
void setFilename(java.lang.String value)
Filename
' attribute.
value
- the new value of the 'Filename' attribute.getFilename()
boolean isCoversItself()
"0"
.
If the meaning of the 'Covers Itself' attribute isn't clear, there really should be more of a description here...
setCoversItself(boolean)
,
TtmPackage.getDocument_CoversItself()
void setCoversItself(boolean value)
Covers Itself
' attribute.
value
- the new value of the 'Covers Itself' attribute.isCoversItself()
Project getProject()
Documents
'.
If the meaning of the 'Project' container reference isn't clear, there really should be more of a description here...
setProject(Project)
,
TtmPackage.getDocument_Project()
,
Project.getDocuments()
void setProject(Project value)
Project
' container reference.
value
- the new value of the 'Project' container reference.getProject()
EList getCoverPoints()
CoverPoint
.
It is bidirectional and its opposite is 'Covered Document
'.
If the meaning of the 'Cover Points' containment reference list isn't clear, there really should be more of a description here...
TtmPackage.getDocument_CoverPoints()
,
CoverPoint.getCoveredDocument()
EList getIncomingCoverPoints()
CoverPoint
.
It is bidirectional and its opposite is 'Connected Documents
'.
If the meaning of the 'Incoming Cover Points' reference list isn't clear, there really should be more of a description here...
TtmPackage.getDocument_IncomingCoverPoints()
,
CoverPoint.getConnectedDocuments()
java.lang.String getConversionMethodID()
If the meaning of the 'Conversion Method ID' attribute isn't clear, there really should be more of a description here...
setConversionMethodID(String)
,
TtmPackage.getDocument_ConversionMethodID()
void setConversionMethodID(java.lang.String value)
Conversion Method ID
' attribute.
value
- the new value of the 'Conversion Method ID' attribute.getConversionMethodID()
java.lang.String getAnalyzerArguments()
If the meaning of the 'Analyzer Arguments' attribute isn't clear, there really should be more of a description here...
setAnalyzerArguments(String)
,
TtmPackage.getDocument_AnalyzerArguments()
void setAnalyzerArguments(java.lang.String value)
Analyzer Arguments
' attribute.
value
- the new value of the 'Analyzer Arguments' attribute.getAnalyzerArguments()
float getGlobalCoverageRatio()
If the meaning of the 'Global Coverage Ratio' attribute isn't clear, there really should be more of a description here...
setGlobalCoverageRatio(float)
,
TtmPackage.getDocument_GlobalCoverageRatio()
void setGlobalCoverageRatio(float value)
Global Coverage Ratio
' attribute.
value
- the new value of the 'Global Coverage Ratio' attribute.getGlobalCoverageRatio()
java.lang.String getEditionMethodID()
If the meaning of the 'Edition Method ID' attribute isn't clear, there really should be more of a description here...
setEditionMethodID(String)
,
TtmPackage.getDocument_EditionMethodID()
void setEditionMethodID(java.lang.String value)
Edition Method ID
' attribute.
value
- the new value of the 'Edition Method ID' attribute.getEditionMethodID()
java.util.List<Document> getCoveringDocuments()
Document
.
It is bidirectional and its opposite is 'Covered Documents
'.
If the meaning of the 'Covering Documents' reference isn't clear, there really should be more of a description here...
ttm.TtmPackage#getDocument_CoveringDocuments()
,
getCoveredDocuments()
java.util.List<Document> getCoveredDocuments()
Document
.
It is bidirectional and its opposite is 'Covering Documents
'.
If the meaning of the 'Covered Documents' reference list isn't clear, there really should be more of a description here...
ttm.TtmPackage#getDocument_CoveredDocuments()
,
getCoveringDocuments()
java.util.Map<java.lang.Object,java.lang.Float> getCoverageResults()
void printCoverageResultsOn(java.io.PrintStream ptstr)
|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.