Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 32727 Details for
Bug 102390
Provide sort by time capabilities in the Anaysis Result view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
model patch
org.eclipse.hyades.models.symptom_patch.txt (text/plain), 6.91 KB, created by
Valentina Popescu
on 2006-01-09 21:02:14 EST
(
hide
)
Description:
model patch
Filename:
MIME Type:
Creator:
Valentina Popescu
Created:
2006-01-09 21:02:14 EST
Size:
6.91 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.models.symptom >Index: src/org/eclipse/hyades/models/symptom/SymptomPackage.java >=================================================================== >RCS file: /cvsroot/ac-tech/org.eclipse.hyades.models.symptom/src/org/eclipse/hyades/models/symptom/SymptomPackage.java,v >retrieving revision 1.1 >diff -u -r1.1 SymptomPackage.java >--- src/org/eclipse/hyades/models/symptom/SymptomPackage.java 13 Jul 2005 17:45:57 -0000 1.1 >+++ src/org/eclipse/hyades/models/symptom/SymptomPackage.java 13 Dec 2005 14:59:58 -0000 >@@ -735,7 +735,7 @@ > * @ordered > */ > int SIMPLE_MATCH_PATTERN__EXPIRATION_TIME = KNOWLEDGE_TYPE_FEATURE_COUNT + 0; >- >+ > /** > * The feature id for the '<em><b>Name</b></em>' attribute. > * <!-- begin-user-doc --> >@@ -800,6 +800,15 @@ > int SIMPLE_MATCH_PATTERN_FEATURE_COUNT = KNOWLEDGE_TYPE_FEATURE_COUNT + 7; > > /** >+ * The feature id for the '<em><b>Creation Time</b></em>' attribute. >+ * <!-- begin-user-doc --> >+ * <!-- end-user-doc --> >+ * @generated >+ * @ordered >+ */ >+ int SIMPLE_MATCH_PATTERN__CREATION_TIME = KNOWLEDGE_TYPE_FEATURE_COUNT + 8; >+ >+ /** > * The meta object id for the '{@link org.eclipse.hyades.models.symptom.impl.SymptomDescriptionImpl <em>Description</em>}' class. > * <!-- begin-user-doc --> > * <!-- end-user-doc --> >Index: src/org/eclipse/hyades/models/symptom/SimpleMatchPattern.java >=================================================================== >RCS file: /cvsroot/ac-tech/org.eclipse.hyades.models.symptom/src/org/eclipse/hyades/models/symptom/SimpleMatchPattern.java,v >retrieving revision 1.1 >diff -u -r1.1 SimpleMatchPattern.java >--- src/org/eclipse/hyades/models/symptom/SimpleMatchPattern.java 13 Jul 2005 17:45:57 -0000 1.1 >+++ src/org/eclipse/hyades/models/symptom/SimpleMatchPattern.java 13 Dec 2005 14:59:57 -0000 >@@ -46,6 +46,32 @@ > */ > public interface SimpleMatchPattern extends KnowledgeType{ > /** >+ * Returns the value of the '<em><b>Creation Time</b></em>' attribute. >+ * <!-- begin-user-doc --> >+ * <p> >+ * If the meaning of the '<em>Creation Time</em>' attribute isn't clear, >+ * there really should be more of a description here... >+ * </p> >+ * <!-- end-user-doc --> >+ * @return the value of the '<em>Creation Time</em>' attribute. >+ * @see #setCreationTime(Object) >+ * @see org.eclipse.hyades.models.symptom.SymptomPackage#getSimpleMatchPattern_CreationTime() >+ * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime" >+ * @generated >+ */ >+ Object getCreationTime(); >+ >+ /** >+ * Sets the value of the '{@link org.eclipse.hyades.models.symptom.SimpleMatchPattern#getCreationTime <em>Creation Time</em>}' attribute. >+ * <!-- begin-user-doc --> >+ * <!-- end-user-doc --> >+ * @param value the new value of the '<em>Creation Time</em>' attribute. >+ * @see #getCreationTime() >+ * @generated >+ */ >+ void setCreationTime(Object value); >+ >+ /** > * Returns the value of the '<em><b>Expiration Time</b></em>' attribute. > * <!-- begin-user-doc --> > * <p> >@@ -59,7 +85,7 @@ > * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime" > * @generated > */ >- Object getExpirationTime(); >+ Object getExpirationTime(); > > /** > * Sets the value of the '{@link org.eclipse.hyades.models.symptom.SimpleMatchPattern#getExpirationTime <em>Expiration Time</em>}' attribute. >@@ -70,7 +96,7 @@ > * @generated > */ > void setExpirationTime(Object value); >- >+ > /** > * Returns the value of the '<em><b>Name</b></em>' attribute. > * <!-- begin-user-doc --> >Index: src/org/eclipse/hyades/models/symptom/impl/SimpleMatchPatternImpl.java >=================================================================== >RCS file: /cvsroot/ac-tech/org.eclipse.hyades.models.symptom/src/org/eclipse/hyades/models/symptom/impl/SimpleMatchPatternImpl.java,v >retrieving revision 1.1 >diff -u -r1.1 SimpleMatchPatternImpl.java >--- src/org/eclipse/hyades/models/symptom/impl/SimpleMatchPatternImpl.java 13 Jul 2005 17:45:57 -0000 1.1 >+++ src/org/eclipse/hyades/models/symptom/impl/SimpleMatchPatternImpl.java 13 Dec 2005 14:59:58 -0000 >@@ -34,6 +34,7 @@ > * <p> > * The following features are implemented: > * <ul> >+ * <li>{@link org.eclipse.hyades.models.symptom.impl.SimpleMatchPatternImpl#getCreationTime <em>Creation Time</em>}</li> > * <li>{@link org.eclipse.hyades.models.symptom.impl.SimpleMatchPatternImpl#getExpirationTime <em>Expiration Time</em>}</li> > * <li>{@link org.eclipse.hyades.models.symptom.impl.SimpleMatchPatternImpl#getName <em>Name</em>}</li> > * <li>{@link org.eclipse.hyades.models.symptom.impl.SimpleMatchPatternImpl#getPriority <em>Priority</em>}</li> >@@ -48,6 +49,26 @@ > */ > public class SimpleMatchPatternImpl extends KnowledgeTypeImpl implements SimpleMatchPattern { > /** >+ * The default value of the '{@link #getCreationTime() <em>Creation Time</em>}' attribute. >+ * <!-- begin-user-doc --> >+ * <!-- end-user-doc --> >+ * @see #getCreationTime() >+ * @generated >+ * @ordered >+ */ >+ protected static final Object CREATION_TIME_EDEFAULT = null; >+ >+ /** >+ * The cached value of the '{@link #getCreationTime() <em>Creation Time</em>}' attribute. >+ * <!-- begin-user-doc --> >+ * <!-- end-user-doc --> >+ * @see #getCreationTime() >+ * @generated >+ * @ordered >+ */ >+ protected Object creationTime = CREATION_TIME_EDEFAULT; >+ >+ /** > * The default value of the '{@link #getExpirationTime() <em>Expiration Time</em>}' attribute. > * <!-- begin-user-doc --> > * <!-- end-user-doc --> >@@ -56,7 +77,7 @@ > * @ordered > */ > protected static final Object EXPIRATION_TIME_EDEFAULT = null; >- >+ > /** > * The cached value of the '{@link #getExpirationTime() <em>Expiration Time</em>}' attribute. > * <!-- begin-user-doc --> >@@ -66,7 +87,7 @@ > * @ordered > */ > protected Object expirationTime = EXPIRATION_TIME_EDEFAULT; >- >+ > /** > * The default value of the '{@link #getName() <em>Name</em>}' attribute. > * <!-- begin-user-doc --> >@@ -228,6 +249,27 @@ > * <!-- end-user-doc --> > * @generated > */ >+ public Object getCreationTime() { >+ return creationTime; >+ } >+ >+ /** >+ * <!-- begin-user-doc --> >+ * <!-- end-user-doc --> >+ * @generated >+ */ >+ public void setCreationTime(Object newCreationTime) { >+ Object oldCreationTime = creationTime; >+ creationTime = newCreationTime; >+ if (eNotificationRequired()) >+ eNotify(new ENotificationImpl(this, Notification.SET, SymptomPackage.SIMPLE_MATCH_PATTERN__CREATION_TIME, oldCreationTime, creationTime)); >+ } >+ >+ /** >+ * <!-- begin-user-doc --> >+ * <!-- end-user-doc --> >+ * @generated >+ */ > public Object getExpirationTime() { > return expirationTime; > } >@@ -243,6 +285,7 @@ > if (eNotificationRequired()) > eNotify(new ENotificationImpl(this, Notification.SET, SymptomPackage.SIMPLE_MATCH_PATTERN__EXPIRATION_TIME, oldExpirationTime, expirationTime)); > } >+ > > /** > * <!-- begin-user-doc -->
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 102390
:
32679
|
32726
| 32727 |
34423