edu.cmu.sei.aadl.model.component
Interface ThreadImpl

All Superinterfaces:
AObject, Classifier, ComponentClassifier, ComponentImpl, org.eclipse.emf.ecore.EObject, FeatureContext, org.eclipse.core.runtime.IAdaptable, NamedElement, org.eclipse.emf.common.notify.Notifier, PropertyHolder, ThreadClassifier
All Known Implementing Classes:
ThreadImplImpl

public interface ThreadImpl
extends ComponentImpl, ThreadClassifier

A representation of the model object 'Thread Impl'.

The following features are supported:

See Also:
ComponentPackage.getThreadImpl()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 CallSequences getCallSequences()
          Returns the value of the 'Call Sequences' containment reference
 ThreadType getCompType()
          Returns the value of the 'Comp Type' reference.
 ThreadImpl getExtend()
          Returns the value of the 'Extend' reference
 ThreadSubcomponents getSubcomponents()
          Returns the value of the 'Subcomponents' containment reference
 boolean isSetExtend()
          Returns whether the value of the 'Extend' reference is set
 void setCallSequences(CallSequences value)
          Sets the value of the 'Call Sequences' containment reference
 void setCompType(ThreadType value)
          Sets the value of the 'Comp Type' reference
 void setExtend(ThreadImpl value)
          Sets the value of the 'Extend' reference
 void setSubcomponents(ThreadSubcomponents value)
          Sets the value of the 'Subcomponents' containment reference
 void unsetExtend()
          Unsets the value of the 'Extend' reference
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentImpl
addConnection, addSubcomponent, addSubcomponents, createXSubcomponents, findConnection, findFlowSequence, findMode, findModeTransition, findRefinedFeature, findSubcomponent, findSubprogram, getAllConnection, getAllConnection, getAllFlowImpl, getAllFlowImpl, getAllFlowSequence, getAllFlowSequence, getAllMode, getAllModeAndModeTransition, getAllModeTransition, getComponentType, getConnection, getConnection, getConnections, getConnections, getFlows, getFlows, getFlowSequence, getFlowSequence, getImplName, getIngoingConnection, getMode, getModeAndModeTransition, getModes, getModes, getModeTransition, getOutcomingConnection, getQualifiedName, getQualifiedTypeName, getRefinedFeature, getRefinesType, getRefinesType, getTypeName, getXAllAbstractPort, getXAllCallSequence, getXAllFeature, getXAllSubcomponent, getXAllSubcomponent, getXCallSequence, getXCallSequences, getXCallSequences, getXSubcomponent, getXSubcomponent, getXSubcomponents, getXSubcomponents, setComponentType, setConnections, setFlows, setModes, setRefinesType
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentClassifier
checkAppliesToClassifier, getCategory, isDescendentOf
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.Classifier
addAnnexSubclause, getAllPropertyAssociation, getAnnexSubclause, getExtendedClassifierReference, getExtendedQualifiedName, getPackageName, getXAllExtend, getXAllExtendPlusSelf, getXExtend, hasExtends, setExtendedClassifierReference
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSubcomponents

ThreadSubcomponents getSubcomponents()
Returns the value of the 'Subcomponents' containment reference.

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

Returns:
the value of the 'Subcomponents' containment reference.
See Also:
setSubcomponents(ThreadSubcomponents), ComponentPackage.getThreadImpl_Subcomponents()

setSubcomponents

void setSubcomponents(ThreadSubcomponents value)
Sets the value of the 'Subcomponents' containment reference.

Parameters:
value - the new value of the 'Subcomponents' containment reference.
See Also:
getSubcomponents()

getCompType

ThreadType getCompType()
Returns the value of the 'Comp Type' reference. It is bidirectional and its opposite is 'Implementations'.

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

Returns:
the value of the 'Comp Type' reference.
See Also:
setCompType(ThreadType), ComponentPackage.getThreadImpl_CompType(), ThreadType.getImplementations()

setCompType

void setCompType(ThreadType value)
Sets the value of the 'Comp Type' reference.

Parameters:
value - the new value of the 'Comp Type' reference.
See Also:
getCompType()

getExtend

ThreadImpl getExtend()
Returns the value of the 'Extend' reference.

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

Returns:
the value of the 'Extend' reference.
See Also:
isSetExtend(), unsetExtend(), setExtend(ThreadImpl), ComponentPackage.getThreadImpl_Extend()

setExtend

void setExtend(ThreadImpl value)
Sets the value of the 'Extend' reference.

Parameters:
value - the new value of the 'Extend' reference.
See Also:
isSetExtend(), unsetExtend(), getExtend()

unsetExtend

void unsetExtend()
Unsets the value of the 'Extend' reference.

See Also:
isSetExtend(), getExtend(), setExtend(ThreadImpl)

isSetExtend

boolean isSetExtend()
Returns whether the value of the 'Extend' reference is set.

Returns:
whether the value of the 'Extend' reference is set.
See Also:
unsetExtend(), getExtend(), setExtend(ThreadImpl)

getCallSequences

CallSequences getCallSequences()
Returns the value of the 'Call Sequences' containment reference.

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

Returns:
the value of the 'Call Sequences' containment reference.
See Also:
setCallSequences(CallSequences), ComponentPackage.getThreadImpl_CallSequences()

setCallSequences

void setCallSequences(CallSequences value)
Sets the value of the 'Call Sequences' containment reference.

Parameters:
value - the new value of the 'Call Sequences' containment reference.
See Also:
getCallSequences()