org.eclipse.uml2.uml
Interface InterfaceRealization
- All Superinterfaces:
- Abstraction, Dependency, DirectedRelationship, Element, EModelElement, EObject, NamedElement, Notifier, PackageableElement, ParameterableElement, Realization, Relationship
- public interface InterfaceRealization
- extends Realization
A representation of the model object 'Interface Realization'.
An interface realization is a specialized realization relationship between a classifier and an interface. This relationship signifies that the realizing classifier conforms to the contract specified by the interface.
The following features are supported:
- See Also:
UMLPackage.getInterfaceRealization()
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.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
getContract
public Interface getContract()
- Returns the value of the 'Contract' reference.
References the Interface specifying the conformance contract.
- Returns:
- the value of the 'Contract' reference.
- See Also:
InterfaceRealization.setContract(Interface)
,
UMLPackage.getInterfaceRealization_Contract()
setContract
public void setContract(Interface value)
- Sets the value of the '
Contract
' reference.
- Parameters:
value
- the new value of the 'Contract' reference.- See Also:
InterfaceRealization.getContract()
getImplementingClassifier
public BehavioredClassifier getImplementingClassifier()
- Returns the value of the 'Implementing Classifier' container reference.
It is bidirectional and its opposite is '
Interface Realization
'.
References the BehavioredClassifier that owns this Interfacerealization (i.e., the classifier that realizes the Interface to which it points).
- Returns:
- the value of the 'Implementing Classifier' container reference.
- See Also:
InterfaceRealization.setImplementingClassifier(BehavioredClassifier)
,
UMLPackage.getInterfaceRealization_ImplementingClassifier()
,
BehavioredClassifier.getInterfaceRealizations()
setImplementingClassifier
public void setImplementingClassifier(BehavioredClassifier value)
- Sets the value of the '
Implementing Classifier
' container reference.
- Parameters:
value
- the new value of the 'Implementing Classifier' container reference.- See Also:
InterfaceRealization.getImplementingClassifier()