Package com.sodius.mdw.metamodel.uml21
Interface InterfaceRealization
-
- All Superinterfaces:
Abstraction
,Comparable<Object>
,Dependency
,DirectedRelationship
,Element
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,NamedElement
,org.eclipse.emf.common.notify.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()
-
-
Field Summary
-
Fields inherited from interface com.sodius.mdw.metamodel.uml21.NamedElement
SEPARATOR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Interface
getContract()
Returns the value of the 'Contract' reference.BehavioredClassifier
getImplementingClassifier()
Returns the value of the 'Implementing Classifier' container reference.void
setContract(Interface value)
Sets the value of the 'Contract
' reference.void
setImplementingClassifier(BehavioredClassifier value)
Sets the value of the 'Implementing Classifier
' container reference.-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.Abstraction
createMapping, getMapping, setMapping
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.Dependency
getClient, getClient, getClients, getSupplier, getSupplier, getSuppliers
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.DirectedRelationship
getSources, getTargets
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.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.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.ParameterableElement
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.Relationship
getRelatedElements
-
-
-
-
Method Detail
-
getContract
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:
setContract(Interface)
,UMLPackage.getInterfaceRealization_Contract()
-
setContract
void setContract(Interface value)
Sets the value of the 'Contract
' reference.- Parameters:
value
- the new value of the 'Contract' reference.- See Also:
getContract()
-
getImplementingClassifier
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:
setImplementingClassifier(BehavioredClassifier)
,UMLPackage.getInterfaceRealization_ImplementingClassifier()
,BehavioredClassifier.getInterfaceRealizations()
-
setImplementingClassifier
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:
getImplementingClassifier()
-
-