|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CBEDefaultEvent
A representation of the model object 'Default Event'. A default event is the parent of any class that you wish to pass to an analysis engine. It will be marked isAnalyzed by the engine as appropriate. The default event is also the most minimal event that can be logged. As an isntance, all values logged are held in a structure of default elements.
The following features are supported:
CBEPackage.getCBEDefaultEvent()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList |
getExtendedProperties()
Returns the value of the 'Extended Properties' containment reference list. |
java.lang.String |
getExtensionName()
Returns the value of the 'Extension Name' attribute. |
org.eclipse.emf.common.util.EList |
getSymptoms()
Returns the value of the 'Symptoms' reference list. |
boolean |
isAnalyzed()
Returns the value of the 'Analyzed' attribute. |
void |
setAnalyzed(boolean value)
Sets the value of the ' Analyzed' attribute |
void |
setExtensionName(java.lang.String value)
Sets the value of the ' Extension Name' attribute |
| Methods inherited from interface org.eclipse.hyades.models.hierarchy.AbstractDefaultEvent |
|---|
getAgent, setAgent |
| 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 |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
boolean isAnalyzed()
"false".
If the meaning of the 'Analyzed' attribute isn't clear, there really should be more of a description here...
this member is used to indicate if the event has been analyzed by an engine.
setAnalyzed(boolean),
CBEPackage.getCBEDefaultEvent_Analyzed()void setAnalyzed(boolean value)
Analyzed' attribute.
value - the new value of the 'Analyzed' attribute.isAnalyzed()java.lang.String getExtensionName()
"CBECommonBaseEvent".
If the meaning of the 'Extension Name' attribute isn't clear, there really should be more of a description here...
setExtensionName(String),
CBEPackage.getCBEDefaultEvent_ExtensionName()void setExtensionName(java.lang.String value)
Extension Name' attribute.
value - the new value of the 'Extension Name' attribute.getExtensionName()org.eclipse.emf.common.util.EList getSymptoms()
SDBSymptom.
If the meaning of the 'Symptoms' reference list isn't clear, there really should be more of a description here...
CBEPackage.getCBEDefaultEvent_Symptoms()org.eclipse.emf.common.util.EList getExtendedProperties()
CBEDefaultElement.
If the meaning of the 'Extended Properties' containment reference list isn't clear, there really should be more of a description here...
CBEPackage.getCBEDefaultEvent_ExtendedProperties()
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||