org.eclipse.stp.core.sca
Interface ModuleFragment

All Superinterfaces:
Composite, SCAObject
All Known Subinterfaces:
Module

public interface ModuleFragment
extends Composite

A representation of the model object 'Module Fragment'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getModuleFragment()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.util.List getWires()
          Returns the value of the 'Wires' containment reference list.
 
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
Method Detail

getWires

java.util.List getWires()
Returns the value of the 'Wires' containment reference list. The list contents are of type ModuleWire.

If the meaning of the 'Wires' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Wires' containment reference list.
See Also:
SCAPackage.getModuleFragment_Wires()

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.
See Also:
SCAPackage.getModuleFragment_Any()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
SCAPackage.getModuleFragment_AnyAttribute()