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

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

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

A representation of the model object 'Specification'. A classifier that specifies a domain of objects without defining the physical implementation of those objects. For example, a Component stereotyped by «Specification» will only have provided and required interfaces, and is not intended to have any realizingClassifiers as part of its definition. This differs from «Type» because a «Type» can have features such as attributes and methods that are useful to analysts modeling systems. Also see: «Realization».

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

The following features are supported:

See Also:
StandardPackage.getSpecification()

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 validateCannotBeType(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          self.base_Classifier.extension_Type->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.getSpecification_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()

validateCannotBeType

boolean validateCannotBeType(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                             java.util.Map<java.lang.Object,java.lang.Object> context)
self.base_Classifier.extension_Type->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.