org.eclipse.stp.core.sca
Interface EntryPoint

All Superinterfaces:
AbstractReference, SCAObject, WireSource

public interface EntryPoint
extends SCAObject, WireSource, AbstractReference

A representation of the model object 'Entry Point'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getEntryPoint()

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 getBindings()
          Before adding entries to this list, be sure that the binding has the correct feature set.
 Interface getInterface()
          The interface used by this object is likely to be an implementation-specific substitution group.
 java.lang.String getMultiplicity()
          Returns the value of the 'Multiplicity' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.util.List getReferenceTargets()
          Returns the value of the 'Reference Targets' attribute list.
 boolean hasWireToTarget(WireTarget wireTarget)
          Return true if this EntryPoint has a wire to the passed wireTarget.
 boolean isSetMultiplicity()
          Returns whether the value of the 'Multiplicity' attribute is set.
 void setInterface(Interface newInterface)
          The interface used by this object is likely to be an implementation-specific substitution group.
 void setMultiplicity(java.lang.String value)
          Sets the value of the 'Multiplicity' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void unsetMultiplicity()
          Unsets the value of the 'Multiplicity' attribute.
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getStatus
 
Methods inherited from interface org.eclipse.stp.core.sca.WireSource
createWireToTarget, deleteWireToTarget, getWiredTargets, isComponentOwned, isResolved, matches
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getStatus
 
Methods inherited from interface org.eclipse.stp.core.sca.AbstractReference
matches
 
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

getReferenceTargets

java.util.List getReferenceTargets()
Returns the value of the 'Reference Targets' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Reference Targets' attribute list.
See Also:
SCAPackage.getEntryPoint_ReferenceTargets()

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

getMultiplicity

java.lang.String getMultiplicity()
Returns the value of the 'Multiplicity' attribute. The default value is "1..1".

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

Returns:
the value of the 'Multiplicity' attribute.
See Also:
isSetMultiplicity(), unsetMultiplicity(), setMultiplicity(String), SCAPackage.getEntryPoint_Multiplicity()

setMultiplicity

void setMultiplicity(java.lang.String value)
Sets the value of the 'Multiplicity' attribute.

Parameters:
value - the new value of the 'Multiplicity' attribute.
See Also:
isSetMultiplicity(), unsetMultiplicity(), getMultiplicity()

unsetMultiplicity

void unsetMultiplicity()
Unsets the value of the 'Multiplicity' attribute.

See Also:
isSetMultiplicity(), getMultiplicity(), setMultiplicity(String)

isSetMultiplicity

boolean isSetMultiplicity()
Returns whether the value of the 'Multiplicity' attribute is set.

Returns:
whether the value of the 'Multiplicity' attribute is set.
See Also:
unsetMultiplicity(), getMultiplicity(), setMultiplicity(String)

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Specified by:
getName in interface SCAObject
Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SCAPackage.getEntryPoint_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Specified by:
setName in interface SCAObject
Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

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

hasWireToTarget

boolean hasWireToTarget(WireTarget wireTarget)
Return true if this EntryPoint has a wire to the passed wireTarget.

Parameters:
wireTarget -
Returns:
boolean

getInterface

Interface getInterface()
The interface used by this object is likely to be an implementation-specific substitution group. This means that it is sometimes necessary to know the corresponding org.eclipse.emf.ecore.EStructuralFeature when using this Interface, particularly when saving the underlying XML. Clients should use FeatureAdapter.setFeature(SCAObject, EStructuralFeature) or FeatureAdapter.getFeature(SCAObject).

Specified by:
getInterface in interface AbstractReference
Specified by:
getInterface in interface WireSource
Returns:
The Interface for this EntryPoint.
See Also:
FeatureAdapter, FeatureAdapter.getFeature(SCAObject)

setInterface

void setInterface(Interface newInterface)
The interface used by this object is likely to be an implementation-specific substitution group. This means that it is sometimes necessary to know the corresponding org.eclipse.emf.ecore.EStructuralFeature when using this Interface, particularly when saving the underlying XML. Clients should use FeatureAdapter.setFeature(SCAObject, EStructuralFeature) or FeatureAdapter.getFeature(SCAObject).

Parameters:
newInterface - The Interface for this EntryPoint. Clients are required to set the correct feature before calling this method.
See Also:
FeatureAdapter, FeatureAdapter.setFeature(SCAObject, EStructuralFeature)

getBindings

java.util.List getBindings()
Before adding entries to this list, be sure that the binding has the correct feature set. Use FeatureAdapter.setFeature(SCAObject, EStructuralFeature) to set the features.

Returns:
The list of bindings. Entries in this list should be of type Binding.