org.eclipse.stp.core.sca
Interface Module

All Superinterfaces:
Composite, ModuleFragment, SCAObject

public interface Module
extends ModuleFragment

A representation of the model object 'Module'.

This interface is not intended to be implemented by clients.

See Also:
SCAPackage.getModule()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 
Methods inherited from interface org.eclipse.stp.core.sca.ModuleFragment
getAny, getAnyAttribute, getWires
 
Methods inherited from interface org.eclipse.stp.core.sca.Composite
getAllMatchingSources, getAllMatchingTargets, getAllWiredSources, getComponent, getComponents, getEntryPoint, getEntryPoints, getExternalService, getExternalServices, getName, resolveWireSource, resolveWireTarget, setName
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getStatus
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values