Package featureSolution
Interface Advice
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
A representation of the model object 'Advice'.
The following features are supported:
- See Also:
-
featureSolution.FeatureSolutionPackage#getAdvice()
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
copyright
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Appears' attribute.Returns the value of the 'Placement Policy' attribute.Returns the value of the 'Point Cut' reference.void
setAppears
(Appearance value) Sets the value of the 'Appears
' attribute.void
Sets the value of the 'Placement Policy
' attribute.void
setPointCut
(PointCut value) Sets the value of the 'Point Cut
' 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 org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPointCut
PointCut getPointCut()Returns the value of the 'Point Cut' reference.If the meaning of the 'Point Cut' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Point Cut' reference.
- See Also:
-
setPointCut(PointCut)
featureSolution.FeatureSolutionPackage#getAdvice_PointCut()
- Generated class or method.
- EMF model class or method.
-
setPointCut
Sets the value of the 'Point Cut
' reference.- Parameters:
value
- the new value of the 'Point Cut' reference.- See Also:
- Generated class or method.
-
getAppears
Appearance getAppears()Returns the value of the 'Appears' attribute. The default value is"BEFORE"
. The literals are from the enumerationAppearance
.If the meaning of the 'Appears' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Appears' attribute.
- See Also:
-
Appearance
setAppears(Appearance)
featureSolution.FeatureSolutionPackage#getAdvice_Appears()
- Generated class or method.
- EMF model class or method.
- default="BEFORE" required="true"
-
setAppears
Sets the value of the 'Appears
' attribute.- Parameters:
value
- the new value of the 'Appears' attribute.- See Also:
- Generated class or method.
-
getPlacementPolicy
PlacementPolicy getPlacementPolicy()Returns the value of the 'Placement Policy' attribute. The default value is"MANDATORY"
. The literals are from the enumerationPlacementPolicy
.If the meaning of the 'Placement Policy' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Placement Policy' attribute.
- See Also:
-
PlacementPolicy
setPlacementPolicy(PlacementPolicy)
featureSolution.FeatureSolutionPackage#getAdvice_PlacementPolicy()
- Generated class or method.
- EMF model class or method.
- default="MANDATORY" required="true"
-
setPlacementPolicy
Sets the value of the 'Placement Policy
' attribute.- Parameters:
value
- the new value of the 'Placement Policy' attribute.- See Also:
- Generated class or method.
-