org.eclipse.uml2.uml.profile.standard
Interface Realization

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Realization
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Realization'. A classifier that specifies a domain of objects and that also defines the physical implementation of those objects. For example, a Component stereotyped by «Realization» will only have realizing Classifiers that implement behavior specified by a separate «Specification» Component. See «Specification». This differs from «ImplementationClass» because an «ImplementationClass» is a realization of a Class that can have features such as attributes and methods that are useful to system designers.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

The following features are supported:

See Also:
StandardPackage.getRealization()

Method Summary
 Classifier getBase_Classifier()
          Returns the value of the 'Base Classifier' reference
 void setBase_Classifier(Classifier value)
          Sets the value of the 'Base Classifier' reference
 boolean validateCannotBeImplementationClass(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          self.base_Classifier.extension_ImplementationClass->isEmpty()
 
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

getBase_Classifier

Classifier getBase_Classifier()
Returns the value of the 'Base Classifier' reference.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

Returns:
the value of the 'Base Classifier' reference.
See Also:
setBase_Classifier(Classifier), StandardPackage.getRealization_Base_Classifier()

setBase_Classifier

void setBase_Classifier(Classifier value)
Sets the value of the 'Base Classifier' reference.

Parameters:
value - the new value of the 'Base Classifier' reference.
See Also:
getBase_Classifier()

validateCannotBeImplementationClass

boolean validateCannotBeImplementationClass(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                            java.util.Map<java.lang.Object,java.lang.Object> context)
self.base_Classifier.extension_ImplementationClass->isEmpty()

Parameters:
diagnostics - The chain of diagnostics to which problems are to be appended.
context - The cache of context-specific information.

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.