Interface Reasoning
-
- 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:
ReasoningImpl
public interface Reasoning extends EObject, org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Reasoning'.The following features are supported:
- See Also:
QualityModelPackage.getReasoning()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dimension
getOutput()
Returns the value of the 'Output' reference.EList
getTransformations()
Returns the value of the 'Transformations' reference list.void
setOutput(Dimension value)
Sets the value of the 'Output
' 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 Detail
-
getTransformations
EList getTransformations()
Returns the value of the 'Transformations' reference list. The list contents are of typeTransformation
.If the meaning of the 'Transformations' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transformations' reference list.
- See Also:
QualityModelPackage.getReasoning_Transformations()
- Generated class or method.
- EMF model class or method.
- type="org.palladiosimulator.qualitymodel.Transformation" required="true"
-
getOutput
Dimension getOutput()
Returns the value of the 'Output' reference.If the meaning of the 'Output' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Output' reference.
- See Also:
setOutput(Dimension)
,QualityModelPackage.getReasoning_Output()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setOutput
void setOutput(Dimension value)
Sets the value of the 'Output
' reference.- Parameters:
value
- the new value of the 'Output' reference.- See Also:
getOutput()
- Generated class or method.
-
-