Interface Monitor
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
MonitorImpl
public interface Monitor
extends org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Monitor'.
A performance measurement for a pcm element (type level).
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.Entity
copyright
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Measurement Specifications' containment reference list.org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint
Returns the value of the 'Measuring Point' reference.Returns the value of the 'Monitor Repository' container reference.boolean
Returns the value of the 'Activated' attribute.void
setActivated
(boolean value) Sets the value of the 'Activated
' attribute.void
setMeasuringPoint
(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint value) Sets the value of the 'Measuring Point
' reference.void
Sets the value of the 'Monitor Repository
' container reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMeasurementSpecifications
EList<MeasurementSpecification> getMeasurementSpecifications()Returns the value of the 'Measurement Specifications' containment reference list. The list contents are of typeMeasurementSpecification
. It is bidirectional and its opposite is 'Monitor
'.- Returns:
- the value of the 'Measurement Specifications' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="monitor" containment="true" required="true"
-
getMeasuringPoint
org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint getMeasuringPoint()Returns the value of the 'Measuring Point' reference.- Returns:
- the value of the 'Measuring Point' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setMeasuringPoint
void setMeasuringPoint(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint value) Sets the value of the 'Measuring Point
' reference.- Parameters:
value
- the new value of the 'Measuring Point' reference.- See Also:
- Generated class or method.
-
getMonitorRepository
MonitorRepository getMonitorRepository()Returns the value of the 'Monitor Repository' container reference. It is bidirectional and its opposite is 'Monitors
'.- Returns:
- the value of the 'Monitor Repository' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="monitors" required="true" transient="false"
-
setMonitorRepository
Sets the value of the 'Monitor Repository
' container reference.- Parameters:
value
- the new value of the 'Monitor Repository' container reference.- See Also:
- Generated class or method.
-
isActivated
boolean isActivated()Returns the value of the 'Activated' attribute. The default value is"true"
.- Returns:
- the value of the 'Activated' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="true"
-
setActivated
void setActivated(boolean value) Sets the value of the 'Activated
' attribute.- Parameters:
value
- the new value of the 'Activated' attribute.- See Also:
- Generated class or method.
-