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

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

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

Methods in org.eclipse.stp.core.sca that return JavaImplementation
 JavaImplementation SCAFactory.createJavaImplementation()
          Returns a new object of class 'Java Implementation'.
 JavaImplementation SCACoreRoot.getImplementationJava()
          Returns the value of the 'Implementation Java' containment reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type JavaImplementation
 void SCACoreRoot.setImplementationJava(JavaImplementation value)
          Sets the value of the 'Implementation Java' containment reference.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type JavaImplementation
 java.lang.Object SCASwitch.caseJavaImplementation(JavaImplementation object)
          Returns the result of interpretting the object as an instance of 'Java Implementation'.
 boolean SCAValidator.validateJavaImplementation(JavaImplementation javaImplementation, DiagnosticChain diagnostics, java.util.Map context)