Uses of Interface
org.eclipse.uml2.uml.profile.standard.Realization

Packages that use Realization
org.eclipse.uml2.uml.profile.standard   
org.eclipse.uml2.uml.profile.standard.util   
 

Uses of Realization in org.eclipse.uml2.uml.profile.standard
 

Methods in org.eclipse.uml2.uml.profile.standard that return Realization
 Realization StandardFactory.createRealization()
          Returns a new object of class 'Realization'
 

Uses of Realization in org.eclipse.uml2.uml.profile.standard.util
 

Methods in org.eclipse.uml2.uml.profile.standard.util with parameters of type Realization
 T StandardSwitch.caseRealization(Realization object)
          Returns the result of interpreting the object as an instance of 'Realization'
 boolean StandardValidator.validateRealization_validateCannotBeImplementationClass(Realization realization, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateCannotBeImplementationClass constraint of 'Realization'
 boolean StandardValidator.validateRealization(Realization realization, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.