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

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

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

Methods in org.eclipse.stp.core.sca that return AbstractImplementation
 AbstractImplementation SCAFactory.createAbstractImplementation()
          Returns a new object of class 'Abstract Implementation'.
 AbstractImplementation SCACoreRoot.getImplementationAbstract()
          Returns the value of the 'Implementation Abstract' containment reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type AbstractImplementation
 void SCACoreRoot.setImplementationAbstract(AbstractImplementation value)
          Sets the value of the 'Implementation Abstract' containment reference.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type AbstractImplementation
 java.lang.Object SCASwitch.caseAbstractImplementation(AbstractImplementation object)
          Returns the result of interpretting the object as an instance of 'Abstract Implementation'.
 boolean SCAValidator.validateAbstractImplementation(AbstractImplementation abstractImplementation, DiagnosticChain diagnostics, java.util.Map context)