org.eclipse.uml2.uml
Interface BehavioredClassifier

All Superinterfaces:
Classifier, Element, EModelElement, EObject, NamedElement, Namespace, Notifier, PackageableElement, ParameterableElement, RedefinableElement, TemplateableElement, Type
All Known Subinterfaces:
Activity, Actor, AssociationClass, Behavior, Class, Collaboration, Component, Device, ExecutionEnvironment, FunctionBehavior, Interaction, Node, OpaqueBehavior, ProtocolStateMachine, StateMachine, Stereotype, UseCase

public interface BehavioredClassifier
extends Classifier

A representation of the model object 'Behaviored Classifier'. A behaviored classifier may have an interface realization. A classifier can have behavior specifications defined in its namespace. One of these may specify the behavior of the classifier itself.

The following features are supported:

See Also:
UMLPackage.getBehavioredClassifier()

Field Summary
 
Fields inherited from interface org.eclipse.uml2.uml.NamedElement
SEPARATOR
 
Method Summary
 Behavior createClassifierBehavior(String name, EClass eClass)
          Creates a new Behavior, with the specified 'Name', and sets the 'Classifier Behavior' reference
 InterfaceRealization createInterfaceRealization(String name, Interface contract)
          Creates a new InterfaceRealization, with the specified 'Name', and 'Contract', and appends it to the 'Interface Realization' containment reference list
 Behavior createOwnedBehavior(String name, EClass eClass)
          Creates a new Behavior, with the specified 'Name', and appends it to the 'Owned Behavior' containment reference list
 Trigger createOwnedTrigger(String name)
          Creates a new Trigger, with the specified 'Name', and appends it to the 'Owned Trigger' containment reference list
 EList getAllImplementedInterfaces()
           Retrieves all the interfaces on which this behaviored classifier or any of its parents has an interface realization dependency
 Behavior getClassifierBehavior()
          Returns the value of the 'Classifier Behavior' reference
 EList getImplementedInterfaces()
           Retrieves the interfaces on which this behaviored classifier has an interface realization dependency
 InterfaceRealization getInterfaceRealization(String name, Interface contract)
          Retrieves the first InterfaceRealization with the specified 'Name', and 'Contract' from the 'Interface Realization' containment reference list
 InterfaceRealization getInterfaceRealization(String name, Interface contract, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first InterfaceRealization with the specified 'Name', and 'Contract' from the 'Interface Realization' containment reference list
 EList getInterfaceRealizations()
          Returns the value of the 'Interface Realization' containment reference list.
 Behavior getOwnedBehavior(String name)
          Retrieves the first Behavior with the specified 'Name' from the 'Owned Behavior' containment reference list
 Behavior getOwnedBehavior(String name, boolean ignoreCase, EClass eClass, boolean createOnDemand)
          Retrieves the first Behavior with the specified 'Name' from the 'Owned Behavior' containment reference list
 EList getOwnedBehaviors()
          Returns the value of the 'Owned Behavior' containment reference list.
 Trigger getOwnedTrigger(String name)
          Retrieves the first Trigger with the specified 'Name' from the 'Owned Trigger' containment reference list
 Trigger getOwnedTrigger(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Trigger with the specified 'Name' from the 'Owned Trigger' containment reference list
 EList getOwnedTriggers()
          Returns the value of the 'Owned Trigger' containment reference list.
 void setClassifierBehavior(Behavior value)
          Sets the value of the 'Classifier Behavior' reference
 boolean validateClassBehavior(DiagnosticChain diagnostics, Map context)
           If a behavior is classifier behavior, it does not have a specification.
 
Methods inherited from interface org.eclipse.uml2.uml.Classifier
allFeatures, allParents, conformsTo, createCollaborationUse, createGeneralization, createOwnedUseCase, createRepresentation, createSubstitution, getAllAttributes, getAllOperations, getAllUsedInterfaces, getAttribute, getAttribute, getAttributes, getCollaborationUse, getCollaborationUse, getCollaborationUses, getFeature, getFeature, getFeatures, getGeneral, getGeneral, getGeneralization, getGeneralization, getGeneralizations, getGenerals, getInheritedMember, getInheritedMember, getInheritedMembers, getOperation, getOperation, getOperations, getOwnedUseCase, getOwnedUseCase, getOwnedUseCases, getPowertypeExtent, getPowertypeExtent, getPowertypeExtents, getRedefinedClassifier, getRedefinedClassifier, getRedefinedClassifiers, getRepresentation, getSubstitution, getSubstitution, getSubstitutions, getUseCase, getUseCase, getUseCases, getUsedInterfaces, hasVisibilityOf, inherit, inheritableMembers, isAbstract, maySpecializeType, parents, setIsAbstract, setRepresentation, validateGeneralizationHierarchies, validateMapsToGeneralizationSet, validateNoCyclesInGeneralization, validateSpecializeType
 
Methods inherited from interface org.eclipse.uml2.uml.Namespace
createElementImport, createElementImport, createOwnedRule, createOwnedRule, createPackageImport, createPackageImport, excludeCollisions, getElementImport, getElementImport, getElementImports, getImportedElements, getImportedMember, getImportedMember, getImportedMembers, getImportedPackages, getMember, getMember, getMembers, getNamesOfMember, getOwnedMember, getOwnedMember, getOwnedMembers, getOwnedRule, getOwnedRule, getOwnedRules, getPackageImport, getPackageImport, getPackageImports, importMembers, membersAreDistinguishable, validateMembersDistinguishable
 
Methods inherited from interface org.eclipse.uml2.uml.NamedElement
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership
 
Methods inherited from interface org.eclipse.uml2.uml.Element
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.uml2.uml.RedefinableElement
getRedefinedElement, getRedefinedElement, getRedefinedElements, getRedefinitionContext, getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid
 
Methods inherited from interface org.eclipse.uml2.uml.Type
conformsTo, createAssociation, getAssociations, getPackage, setPackage
 
Methods inherited from interface org.eclipse.uml2.uml.ParameterableElement
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter
 
Methods inherited from interface org.eclipse.uml2.uml.TemplateableElement
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBinding, getTemplateBinding, getTemplateBindings, isTemplate, parameterableElements, setOwnedTemplateSignature
 

Method Detail

getOwnedBehaviors

public EList getOwnedBehaviors()
Returns the value of the 'Owned Behavior' containment reference list. The list contents are of type Behavior. References behavior specifications owned by a classifier.

Returns:
the value of the 'Owned Behavior' containment reference list.
See Also:
UMLPackage.getBehavioredClassifier_OwnedBehavior()

createOwnedBehavior

public Behavior createOwnedBehavior(String name,
                                    EClass eClass)
Creates a new Behavior, with the specified 'Name', and appends it to the 'Owned Behavior' containment reference list.

Parameters:
name - The 'Name' for the new Behavior, or null.
eClass - The Ecore class of the Behavior to create.
Returns:
The new Behavior.
See Also:
BehavioredClassifier.getOwnedBehaviors()

getOwnedBehavior

public Behavior getOwnedBehavior(String name)
Retrieves the first Behavior with the specified 'Name' from the 'Owned Behavior' containment reference list.

Parameters:
name - The 'Name' of the Behavior to retrieve, or null.
Returns:
The first Behavior with the specified 'Name', or null.
See Also:
BehavioredClassifier.getOwnedBehaviors()

getOwnedBehavior

public Behavior getOwnedBehavior(String name,
                                 boolean ignoreCase,
                                 EClass eClass,
                                 boolean createOnDemand)
Retrieves the first Behavior with the specified 'Name' from the 'Owned Behavior' containment reference list.

Parameters:
name - The 'Name' of the Behavior to retrieve, or null.
ignoreCase - Whether to ignore case in String comparisons.
eClass - The Ecore class of the Behavior to retrieve, or null.
createOnDemand - Whether to create a Behavior on demand if not found.
Returns:
The first Behavior with the specified 'Name', or null.
See Also:
BehavioredClassifier.getOwnedBehaviors()

getClassifierBehavior

public Behavior getClassifierBehavior()
Returns the value of the 'Classifier Behavior' reference. A behavior specification that specifies the behavior of the classifier itself.

Returns:
the value of the 'Classifier Behavior' reference.
See Also:
BehavioredClassifier.setClassifierBehavior(Behavior), UMLPackage.getBehavioredClassifier_ClassifierBehavior()

setClassifierBehavior

public void setClassifierBehavior(Behavior value)
Sets the value of the 'Classifier Behavior' reference.

Parameters:
value - the new value of the 'Classifier Behavior' reference.
See Also:
BehavioredClassifier.getClassifierBehavior()

createClassifierBehavior

public Behavior createClassifierBehavior(String name,
                                         EClass eClass)
Creates a new Behavior, with the specified 'Name', and sets the 'Classifier Behavior' reference.

Parameters:
name - The 'Name' for the new Behavior, or null.
eClass - The Ecore class of the Behavior to create.
Returns:
The new Behavior.
See Also:
BehavioredClassifier.getClassifierBehavior()

getInterfaceRealizations

public EList getInterfaceRealizations()
Returns the value of the 'Interface Realization' containment reference list. The list contents are of type InterfaceRealization. It is bidirectional and its opposite is 'Implementing Classifier'. The set of InterfaceRealizations owned by the BehavioredClassifier. Interface realizations reference the Interfaces of which the BehavioredClassifier is an implementation.

Returns:
the value of the 'Interface Realization' containment reference list.
See Also:
UMLPackage.getBehavioredClassifier_InterfaceRealization(), InterfaceRealization.getImplementingClassifier()

createInterfaceRealization

public InterfaceRealization createInterfaceRealization(String name,
                                                       Interface contract)
Creates a new InterfaceRealization, with the specified 'Name', and 'Contract', and appends it to the 'Interface Realization' containment reference list.

Parameters:
name - The 'Name' for the new InterfaceRealization, or null.
contract - The 'Contract' for the new InterfaceRealization, or null.
Returns:
The new InterfaceRealization.
See Also:
BehavioredClassifier.getInterfaceRealizations()

getInterfaceRealization

public InterfaceRealization getInterfaceRealization(String name,
                                                    Interface contract)
Retrieves the first InterfaceRealization with the specified 'Name', and 'Contract' from the 'Interface Realization' containment reference list.

Parameters:
name - The 'Name' of the InterfaceRealization to retrieve, or null.
contract - The 'Contract' of the InterfaceRealization to retrieve, or null.
Returns:
The first InterfaceRealization with the specified 'Name', and 'Contract', or null.
See Also:
BehavioredClassifier.getInterfaceRealizations()

getInterfaceRealization

public InterfaceRealization getInterfaceRealization(String name,
                                                    Interface contract,
                                                    boolean ignoreCase,
                                                    boolean createOnDemand)
Retrieves the first InterfaceRealization with the specified 'Name', and 'Contract' from the 'Interface Realization' containment reference list.

Parameters:
name - The 'Name' of the InterfaceRealization to retrieve, or null.
contract - The 'Contract' of the InterfaceRealization to retrieve, or null.
ignoreCase - Whether to ignore case in String comparisons.
createOnDemand - Whether to create a InterfaceRealization on demand if not found.
Returns:
The first InterfaceRealization with the specified 'Name', and 'Contract', or null.
See Also:
BehavioredClassifier.getInterfaceRealizations()

getOwnedTriggers

public EList getOwnedTriggers()
Returns the value of the 'Owned Trigger' containment reference list. The list contents are of type Trigger. References Trigger descriptions owned by a Classifier.

Returns:
the value of the 'Owned Trigger' containment reference list.
See Also:
UMLPackage.getBehavioredClassifier_OwnedTrigger()

createOwnedTrigger

public Trigger createOwnedTrigger(String name)
Creates a new Trigger, with the specified 'Name', and appends it to the 'Owned Trigger' containment reference list.

Parameters:
name - The 'Name' for the new Trigger, or null.
Returns:
The new Trigger.
See Also:
BehavioredClassifier.getOwnedTriggers()

getOwnedTrigger

public Trigger getOwnedTrigger(String name)
Retrieves the first Trigger with the specified 'Name' from the 'Owned Trigger' containment reference list.

Parameters:
name - The 'Name' of the Trigger to retrieve, or null.
Returns:
The first Trigger with the specified 'Name', or null.
See Also:
BehavioredClassifier.getOwnedTriggers()

getOwnedTrigger

public Trigger getOwnedTrigger(String name,
                               boolean ignoreCase,
                               boolean createOnDemand)
Retrieves the first Trigger with the specified 'Name' from the 'Owned Trigger' containment reference list.

Parameters:
name - The 'Name' of the Trigger to retrieve, or null.
ignoreCase - Whether to ignore case in String comparisons.
createOnDemand - Whether to create a Trigger on demand if not found.
Returns:
The first Trigger with the specified 'Name', or null.
See Also:
BehavioredClassifier.getOwnedTriggers()

validateClassBehavior

public boolean validateClassBehavior(DiagnosticChain diagnostics,
                                     Map context)
If a behavior is classifier behavior, it does not have a specification. self.classifierBehavior.notEmpty() implies self.specification.isEmpty()


getImplementedInterfaces

public EList getImplementedInterfaces()
Retrieves the interfaces on which this behaviored classifier has an interface realization dependency.


getAllImplementedInterfaces

public EList getAllImplementedInterfaces()
Retrieves all the interfaces on which this behaviored classifier or any of its parents has an interface realization dependency.


Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.