Package org.eclipse.stp.core.sca

The SCA Model API

See:
          Description

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

Class Summary
Flags A convenience class for identifying attributes and characteristics of elements in the SCA Model hierarchy.
OverrideOptions A representation of the literals of the enumeration 'Override Options', and utility methods for working with them.
 

Package org.eclipse.stp.core.sca Description

The SCA Model API

 

Overview

The SCA Model API provides an EMF-based model API that allows STP clients to create and modify SCA artifacts.

[Top]