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

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

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

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

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

Methods in org.eclipse.uml2.uml.profile.standard.util with parameters of type Specification
 T StandardSwitch.caseSpecification(Specification object)
          Returns the result of interpreting the object as an instance of 'Specification'
 boolean StandardValidator.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 StandardValidator.validateSpecification(Specification specification, 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.