org.eclipse.uml2.uml.profile.l2
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 class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass».

The following features are supported:

See Also:
L2Package.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.

If the meaning of the 'Base Classifier' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Classifier' reference.
See Also:
setBase_Classifier(Classifier), L2Package.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, 2012 IBM Corporation, CEA, and others.
All Rights Reserved.