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

Packages that use SCAObject
org.eclipse.stp.core.introspection The Introspection Framework 
org.eclipse.stp.core.sca The SCA Model API 
org.eclipse.stp.core.sca.util SCA Model EMF Utilities 
org.eclipse.stp.core.util STP Core Utilites 
 

Uses of SCAObject in org.eclipse.stp.core.introspection
 

Methods in org.eclipse.stp.core.introspection with parameters of type SCAObject
static FeatureAdapter FeatureAdapter.findAdapter(SCAObject anObject)
           
static EStructuralFeature FeatureAdapter.getFeature(SCAObject anObject)
           This method may return null.
static void FeatureAdapter.setFeature(SCAObject anObject, EStructuralFeature aFeature)
          Add a FeatureAdapter on the given object for the given feature if not already present.
 void IDynamicModelIntrospector.startIntrospection(EStructuralFeature feature, SCAObject root)
          Should be called before the introspection begins (e.g.
 

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

Subinterfaces of SCAObject in org.eclipse.stp.core.sca
 interface AbstractImplementation
          A representation of the model object 'Abstract Implementation'.
 interface AbstractReference
          This interface represents a reference element in the SCA tooling model.
 interface AbstractService
          This interface represents a service element in the SCA tooling model.
 interface Binding
          A representation of the model object 'Binding'.
 interface Component
          A representation of the model object 'Component'.
 interface ComponentType
          A representation of the model object 'Component Type'.
 interface ComponentWireHandle
          This interface describes WireTarget and WireSource elements that are derived from a Component.
 interface Composite
          A representation of the model object 'Composite'.
 interface EntryPoint
          A representation of the model object 'Entry Point'.
 interface ExternalService
          A representation of the model object 'External Service'.
 interface Implementation
          A representation of the model object 'Implementation'.
 interface ImplementationComponent
          A representation of the model object 'Implementation Component'.
 interface Interface
          A representation of the model object 'Interface'.
 interface JavaImplementation
          A representation of the model object 'Java Implementation'.
 interface JavaInterface
          A representation of the model object 'Java Interface'.
 interface Module
          A representation of the model object 'Module'.
 interface ModuleComponent
          A representation of the model object 'Module Component'.
 interface ModuleFragment
          A representation of the model object 'Module Fragment'.
 interface ModuleImplementation
          A ModuleImplementation provides a facade to update the <moduleComponent /> attributes.
 interface ModuleReference
          A representation of the model object 'Module Reference'.
 interface ModuleService
          A representation of the model object 'Module Service'.
 interface ModuleWire
          A representation of the model object 'Module Wire'.
 interface Property
          A representation of the model object 'Property'.
 interface PropertyValue
          A representation of the model object 'Property Value'.
 interface PropertyValues
          A representation of the model object 'Property Values'.
 interface PropertyValuesSet
          A representation of the model object 'Property Values Set'.
 interface Reference
          A representation of the model object 'Reference'.
 interface ReferenceValue
          A representation of the model object 'Reference Value'.
 interface ReferenceValuesSet
          A representation of the model object 'Reference Values Set'.
 interface SCABinding
          A representation of the model object 'SCA Binding'.
 interface SCACoreRoot
          A representation of the model object 'Core Root'.
 interface Service
          A representation of the model object 'Service'.
 interface SLSBBinding
          A representation of the model object 'SLSB Binding'.
 interface Subsystem
          A representation of the model object 'Subsystem'.
 interface SystemWire
          A representation of the model object 'System Wire'.
 interface UnknownImplementation
          A representation of the model object 'Unknown Implementation'.
 interface WebServiceBinding
          A representation of the model object 'Web Service Binding'.
 interface WireSource
          This interface represents a source for a conceptual wire.
 interface WireTarget
          This interface represents a target for a conceptual wire.
 interface WSDLPortType
          A representation of the model object 'WSDL Port Type'.
 

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

Methods in org.eclipse.stp.core.sca.util that return SCAObject
 SCAObject[] ModelFileIndex.getModelObjects()
           
 

Uses of SCAObject in org.eclipse.stp.core.util
 

Methods in org.eclipse.stp.core.util that return SCAObject
 SCAObject SOACoreUtils.getSCAObjectByName(java.lang.String name, ComponentType componentType, java.lang.Class type)