Interface Manifestation
-
- All Known Subinterfaces:
CategoricalProbabilityMassFunction
,DerivedManifestation
,DiscreteProbabilityDistributionManifestation
,ProbabilisticManifestation
,SingleValue
,StaticManifestation
- All Known Implementing Classes:
CategoricalProbabilityMassFunctionImpl
,DerivedManifestationImpl
,DiscreteProbabilityDistributionManifestationImpl
,ManifestationImpl
,ProbabilisticManifestationImpl
,SingleValueImpl
,SingleValueImplGen
,StaticManifestationImpl
public interface Manifestation extends EObject
A representation of the model object 'Manifestation'.The following features are supported:
- See Also:
ManifestationPackage.getManifestation()
- Generated class or method.
- EMF model class or method.
- abstract="true" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='ManifestationMustProduceSamplesOfTheCorrectValueType'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot ManifestationMustProduceSamplesOfTheCorrectValueType='self.container.valuetype.adheresToValueType(self.sample())'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManifestationContainer
getContainer()
Returns the value of the 'Container' container reference.java.lang.String
getStorage()
Returns the value of the 'Storage' attribute.java.lang.Object
sample()
void
setContainer(ManifestationContainer value)
Sets the value of the 'Container
' container reference.void
setStorage(java.lang.String value)
Sets the value of the 'Storage
' attribute.-
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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getContainer
ManifestationContainer getContainer()
Returns the value of the 'Container' container reference. It is bidirectional and its opposite is 'Manifestation
'.- Returns:
- the value of the 'Container' container reference.
- See Also:
setContainer(ManifestationContainer)
,ManifestationPackage.getManifestation_Container()
,ManifestationContainer.getManifestation()
- Generated class or method.
- EMF model class or method.
- opposite="manifestation" required="true" transient="false"
-
setContainer
void setContainer(ManifestationContainer value)
Sets the value of the 'Container
' container reference.- Parameters:
value
- the new value of the 'Container' container reference.- See Also:
getContainer()
- Generated class or method.
-
getStorage
java.lang.String getStorage()
Returns the value of the 'Storage' attribute.- Returns:
- the value of the 'Storage' attribute.
- See Also:
setStorage(String)
,ManifestationPackage.getManifestation_Storage()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setStorage
void setStorage(java.lang.String value)
Sets the value of the 'Storage
' attribute.- Parameters:
value
- the new value of the 'Storage' attribute.- See Also:
getStorage()
- Generated class or method.
-
sample
java.lang.Object sample()
- Generated class or method.
- EMF model class or method.
- dataType="tools.mdsd.characteristics.manifestation.EManifestationObject"
-
-