Uses of Interface
org.eclipse.stp.core.sca.SCACoreRoot

Packages that use SCACoreRoot
org.eclipse.stp.core.sca The SCA Model API 
org.eclipse.stp.core.sca.util SCA Model EMF Utilities 
 

Uses of SCACoreRoot in org.eclipse.stp.core.sca
 

Methods in org.eclipse.stp.core.sca that return SCACoreRoot
 SCACoreRoot SCAFactory.createSCACoreRoot()
          Returns a new object of class 'Core Root'.
 

Uses of SCACoreRoot in org.eclipse.stp.core.sca.util
 

Methods in org.eclipse.stp.core.sca.util with parameters of type SCACoreRoot
 java.lang.Object SCASwitch.caseSCACoreRoot(SCACoreRoot object)
          Returns the result of interpretting the object as an instance of 'Core Root'.
 boolean SCAValidator.validateSCACoreRoot(SCACoreRoot scaCoreRoot, DiagnosticChain diagnostics, java.util.Map context)