org.eclipse.stp.core.sca
Interface SystemWire

All Superinterfaces:
SCAObject

public interface SystemWire
extends SCAObject

A representation of the model object 'System Wire'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getSystemWire()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 java.lang.Object getSource()
          Returns the value of the 'Source' containment reference.
 FeatureMap getSourceGroup()
          Returns the value of the 'Source Group' attribute list.
 java.lang.Object getTarget()
          Returns the value of the 'Target' containment reference.
 FeatureMap getTargetGroup()
          Returns the value of the 'Target Group' attribute list.
 void setSource(java.lang.Object value)
          Sets the value of the 'Source' containment reference.
 void setTarget(java.lang.Object value)
          Sets the value of the 'Target' containment reference.
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSourceGroup

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

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

Returns:
the value of the 'Source Group' attribute list.
See Also:
SCAPackage.getSystemWire_SourceGroup()

getSource

java.lang.Object getSource()
Returns the value of the 'Source' containment reference.

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

Returns:
the value of the 'Source' containment reference.
See Also:
setSource(Object), SCAPackage.getSystemWire_Source()

setSource

void setSource(java.lang.Object value)
Sets the value of the 'Source' containment reference.

Parameters:
value - the new value of the 'Source' containment reference.
See Also:
getSource()

getTargetGroup

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

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

Returns:
the value of the 'Target Group' attribute list.
See Also:
SCAPackage.getSystemWire_TargetGroup()

getTarget

java.lang.Object getTarget()
Returns the value of the 'Target' containment reference.

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

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(Object), SCAPackage.getSystemWire_Target()

setTarget

void setTarget(java.lang.Object value)
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()

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.getSystemWire_Any()