Uses of Interface
org.eclipse.uml2.uml.profile.l2.ImplementationClass

Packages that use ImplementationClass
org.eclipse.uml2.uml.profile.l2   
org.eclipse.uml2.uml.profile.l2.util   
 

Uses of ImplementationClass in org.eclipse.uml2.uml.profile.l2
 

Methods in org.eclipse.uml2.uml.profile.l2 that return ImplementationClass
 ImplementationClass L2Factory.createImplementationClass()
          Returns a new object of class 'Implementation Class'
 

Uses of ImplementationClass in org.eclipse.uml2.uml.profile.l2.util
 

Methods in org.eclipse.uml2.uml.profile.l2.util with parameters of type ImplementationClass
 T L2Switch.caseImplementationClass(ImplementationClass object)
          Returns the result of interpreting the object as an instance of 'Implementation Class'
 boolean L2Validator.validateImplementationClass_validateCannotBeRealization(ImplementationClass implementationClass, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateCannotBeRealization constraint of 'Implementation Class'
 boolean L2Validator.validateImplementationClass(ImplementationClass implementationClass, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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