|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
ttm.impl.ElementImpl
ttm.impl.AttributeOwnerImpl
ttm.impl.IdentifiedElementImpl
ttm.impl.HierarchicalElementImpl
ttm.impl.DocumentImpl
public class DocumentImpl
An implementation of the model object 'Document'.
The following features are implemented:
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
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected static java.lang.String |
ANALYZER_ARGUMENTS_EDEFAULT
The default value of the ' Analyzer Arguments ' attribute |
protected static java.lang.String |
ANALYZER_ID_EDEFAULT
The default value of the ' Analyzer ID ' attribute |
protected java.lang.String |
analyzerArguments
The cached value of the ' Analyzer Arguments ' attribute |
protected java.lang.String |
analyzerID
The cached value of the ' Analyzer ID ' attribute |
protected static java.lang.String |
CONVERSION_METHOD_ID_EDEFAULT
The default value of the ' Conversion Method ID ' attribute |
protected java.lang.String |
conversionMethodID
The cached value of the ' Conversion Method ID ' attribute |
protected EList |
coverPoints
The cached value of the ' Cover Points ' containment reference list |
protected static boolean |
COVERS_ITSELF_EDEFAULT
The default value of the ' Covers Itself ' attribute |
protected boolean |
coversItself
The cached value of the ' Covers Itself ' attribute |
protected static java.lang.String |
EDITION_METHOD_ID_EDEFAULT
The default value of the ' Edition Method ID ' attribute |
protected java.lang.String |
editionMethodID
The cached value of the ' Edition Method ID ' attribute |
protected java.lang.String |
filename
The cached value of the ' Filename ' attribute |
protected static java.lang.String |
FILENAME_EDEFAULT
The default value of the ' Filename ' attribute |
protected static float |
GLOBAL_COVERAGE_RATIO_EDEFAULT
The default value of the ' Global Coverage Ratio ' attribute |
protected float |
globalCoverageRatio
The cached value of the ' Global Coverage Ratio ' attribute |
protected EList |
incomingCoverPoints
The cached value of the ' Incoming Cover Points ' reference list |
protected static long |
LAST_MODIFIED_DATE_EDEFAULT
The default value of the ' Last Modified Date ' attribute |
protected long |
lastModifiedDate
The cached value of the ' Last Modified Date ' attribute |
Fields inherited from class ttm.impl.HierarchicalElementImpl |
---|
children, coverLinks, incomingNavigationLinks, navigationLinks |
Fields inherited from class ttm.impl.IdentifiedElementImpl |
---|
ident, IDENT_EDEFAULT, SHORT_DESCRIPTION_EDEFAULT, shortDescription, texts |
Fields inherited from class ttm.impl.AttributeOwnerImpl |
---|
attributes |
Fields inherited from class ttm.impl.ElementImpl |
---|
activatedRules |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
DocumentImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetProject(Project newProject,
NotificationChain msgs)
|
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
java.lang.String |
getAnalyzerArguments()
|
java.lang.String |
getAnalyzerID()
|
java.lang.String |
getConversionMethodID()
|
java.util.Map<java.lang.Object,java.lang.Float> |
getCoverageResults()
TNI Addition |
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()
|
Document |
getDocument()
Gets the document of the Element. |
java.lang.String |
getEditionMethodID()
|
java.lang.String |
getFilename()
|
float |
getGlobalCoverageRatio()
|
EList |
getIncomingCoverPoints()
|
long |
getLastModifiedDate()
|
Project |
getProject()
|
boolean |
isCoversItself()
|
void |
printCoverageResultsOn(java.io.PrintStream ptstr)
TNI Addition |
void |
setAnalyzerArguments(java.lang.String newAnalyzerArguments)
|
void |
setAnalyzerID(java.lang.String newAnalyzerID)
|
void |
setConversionMethodID(java.lang.String newConversionMethodID)
|
void |
setCoversItself(boolean newCoversItself)
|
void |
setEditionMethodID(java.lang.String newEditionMethodID)
|
void |
setFilename(java.lang.String newFilename)
|
void |
setGlobalCoverageRatio(float newGlobalCoverageRatio)
|
void |
setLastModifiedDate(long newLastModifiedDate)
|
void |
setProject(Project newProject)
|
java.lang.String |
toString()
|
Methods inherited from class ttm.impl.HierarchicalElementImpl |
---|
basicSetParent, getChildren, getCoverLinks, getIncomingNavigationLinks, getNavigationLinks, getParent, isCoveringElementID, isMacroRequirement, setParent |
Methods inherited from class ttm.impl.IdentifiedElementImpl |
---|
getIdent, getShortDescription, getTexts, setIdent, setShortDescription |
Methods inherited from class ttm.impl.AttributeOwnerImpl |
---|
getAttributes |
Methods inherited from class ttm.impl.ElementImpl |
---|
getActivatedRules |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface ttm.HierarchicalElement |
---|
getChildren, getCoverLinks, 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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final java.lang.String ANALYZER_ID_EDEFAULT
Analyzer ID
' attribute.
getAnalyzerID()
protected java.lang.String analyzerID
Analyzer ID
' attribute.
getAnalyzerID()
protected static final long LAST_MODIFIED_DATE_EDEFAULT
Last Modified Date
' attribute.
getLastModifiedDate()
,
Constant Field Valuesprotected long lastModifiedDate
Last Modified Date
' attribute.
getLastModifiedDate()
protected static final java.lang.String FILENAME_EDEFAULT
Filename
' attribute.
getFilename()
protected java.lang.String filename
Filename
' attribute.
getFilename()
protected static final boolean COVERS_ITSELF_EDEFAULT
Covers Itself
' attribute.
isCoversItself()
,
Constant Field Valuesprotected boolean coversItself
Covers Itself
' attribute.
isCoversItself()
protected EList coverPoints
Cover Points
' containment reference list.
getCoverPoints()
protected EList incomingCoverPoints
Incoming Cover Points
' reference list.
getIncomingCoverPoints()
protected static final java.lang.String CONVERSION_METHOD_ID_EDEFAULT
Conversion Method ID
' attribute.
getConversionMethodID()
protected java.lang.String conversionMethodID
Conversion Method ID
' attribute.
getConversionMethodID()
protected static final java.lang.String ANALYZER_ARGUMENTS_EDEFAULT
Analyzer Arguments
' attribute.
getAnalyzerArguments()
protected java.lang.String analyzerArguments
Analyzer Arguments
' attribute.
getAnalyzerArguments()
protected static final float GLOBAL_COVERAGE_RATIO_EDEFAULT
Global Coverage Ratio
' attribute.
getGlobalCoverageRatio()
,
Constant Field Valuesprotected float globalCoverageRatio
Global Coverage Ratio
' attribute.
getGlobalCoverageRatio()
protected static final java.lang.String EDITION_METHOD_ID_EDEFAULT
Edition Method ID
' attribute.
getEditionMethodID()
protected java.lang.String editionMethodID
Edition Method ID
' attribute.
getEditionMethodID()
Constructor Detail |
---|
protected DocumentImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class HierarchicalElementImpl
public java.lang.String getAnalyzerID()
getAnalyzerID
in interface Document
Document.setAnalyzerID(String)
,
TtmPackage.getDocument_AnalyzerID()
public void setAnalyzerID(java.lang.String newAnalyzerID)
setAnalyzerID
in interface Document
newAnalyzerID
- the new value of the 'Analyzer ID' attribute.Document.getAnalyzerID()
public long getLastModifiedDate()
getLastModifiedDate
in interface Document
Document.setLastModifiedDate(long)
,
TtmPackage.getDocument_LastModifiedDate()
public void setLastModifiedDate(long newLastModifiedDate)
setLastModifiedDate
in interface Document
newLastModifiedDate
- the new value of the 'Last Modified Date' attribute.Document.getLastModifiedDate()
public java.lang.String getFilename()
getFilename
in interface Document
Document.setFilename(String)
,
TtmPackage.getDocument_Filename()
public void setFilename(java.lang.String newFilename)
setFilename
in interface Document
newFilename
- the new value of the 'Filename' attribute.Document.getFilename()
public boolean isCoversItself()
isCoversItself
in interface Document
Document.setCoversItself(boolean)
,
TtmPackage.getDocument_CoversItself()
public void setCoversItself(boolean newCoversItself)
setCoversItself
in interface Document
newCoversItself
- the new value of the 'Covers Itself' attribute.Document.isCoversItself()
public Project getProject()
getProject
in interface Document
Document.setProject(Project)
,
TtmPackage.getDocument_Project()
,
Project.getDocuments()
public NotificationChain basicSetProject(Project newProject, NotificationChain msgs)
public void setProject(Project newProject)
setProject
in interface Document
newProject
- the new value of the 'Project' container reference.Document.getProject()
public EList getCoverPoints()
getCoverPoints
in interface Document
TtmPackage.getDocument_CoverPoints()
,
CoverPoint.getCoveredDocument()
public EList getIncomingCoverPoints()
getIncomingCoverPoints
in interface Document
TtmPackage.getDocument_IncomingCoverPoints()
,
CoverPoint.getConnectedDocuments()
public java.lang.String getConversionMethodID()
getConversionMethodID
in interface Document
Document.setConversionMethodID(String)
,
TtmPackage.getDocument_ConversionMethodID()
public void setConversionMethodID(java.lang.String newConversionMethodID)
setConversionMethodID
in interface Document
newConversionMethodID
- the new value of the 'Conversion Method ID' attribute.Document.getConversionMethodID()
public java.lang.String getAnalyzerArguments()
getAnalyzerArguments
in interface Document
Document.setAnalyzerArguments(String)
,
TtmPackage.getDocument_AnalyzerArguments()
public void setAnalyzerArguments(java.lang.String newAnalyzerArguments)
setAnalyzerArguments
in interface Document
newAnalyzerArguments
- the new value of the 'Analyzer Arguments' attribute.Document.getAnalyzerArguments()
public float getGlobalCoverageRatio()
getGlobalCoverageRatio
in interface Document
Document.setGlobalCoverageRatio(float)
,
TtmPackage.getDocument_GlobalCoverageRatio()
public void setGlobalCoverageRatio(float newGlobalCoverageRatio)
setGlobalCoverageRatio
in interface Document
newGlobalCoverageRatio
- the new value of the 'Global Coverage Ratio' attribute.Document.getGlobalCoverageRatio()
public java.lang.String getEditionMethodID()
getEditionMethodID
in interface Document
Document.setEditionMethodID(String)
,
TtmPackage.getDocument_EditionMethodID()
public void setEditionMethodID(java.lang.String newEditionMethodID)
setEditionMethodID
in interface Document
newEditionMethodID
- the new value of the 'Edition Method ID' attribute.Document.getEditionMethodID()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class HierarchicalElementImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class HierarchicalElementImpl
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature
in class HierarchicalElementImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class HierarchicalElementImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface InternalEObject
eSet
in class HierarchicalElementImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class HierarchicalElementImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class HierarchicalElementImpl
public java.lang.String toString()
toString
in class IdentifiedElementImpl
public java.util.Map<java.lang.Object,java.lang.Float> getCoverageResults()
getCoverageResults
in interface Document
public void printCoverageResultsOn(java.io.PrintStream ptstr)
printCoverageResultsOn
in interface Document
public java.util.List<Document> getCoveringDocuments()
Document
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...
getCoveringDocuments
in interface Document
ttm.TtmPackage#getDocument_CoveringDocuments()
,
Document.getCoveredDocuments()
public java.util.List<Document> getCoveredDocuments()
Document
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...
getCoveredDocuments
in interface Document
ttm.TtmPackage#getDocument_CoveredDocuments()
,
Document.getCoveringDocuments()
public Document getDocument()
Element
getDocument
in interface Element
getDocument
in interface HierarchicalElement
getDocument
in class HierarchicalElementImpl
TtmPackage.getHierarchicalElement_Parent()
|
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.