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

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

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

Methods in org.eclipse.uml2.uml.profile.l2 that return Specification
 Specification L2Factory.createSpecification()
          Returns a new object of class 'Specification'
 

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

Methods in org.eclipse.uml2.uml.profile.l2.util with parameters of type Specification
 T L2Switch.caseSpecification(Specification object)
          Returns the result of interpreting the object as an instance of 'Specification'
 boolean L2Validator.validateSpecification_validateCannotBeType(Specification specification, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateCannotBeType constraint of 'Specification'
 boolean L2Validator.validateSpecification(Specification specification, 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.