|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CBEComponentIdentification
A representation of the model object 'Component Identification'. A component is a modular unit of a running system that has been defined to be a source of events, or a reporter of events. Typically these are large grained parts of a system, or services that are provided to a system. However the notion of a component is up to the system itslef to define.
The following features are supported:
LocationLocation TypeApplicationExecution EnvironmentComponentSub ComponentComponent Id TypeInstance IdProcess IdThread IdComponent Type
CBEPackage.getCBEComponentIdentification()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getApplication()
Returns the value of the 'Application' attribute |
java.lang.String |
getComponent()
Returns the value of the 'Component' attribute |
java.lang.String |
getComponentIdType()
Returns the value of the 'Component Id Type' attribute |
java.lang.String |
getComponentType()
Returns the value of the 'Component Type' attribute |
java.lang.String |
getExecutionEnvironment()
Returns the value of the 'Execution Environment' attribute |
java.lang.String |
getInstanceId()
Returns the value of the 'Instance Id' attribute |
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute |
java.lang.String |
getLocationType()
Returns the value of the 'Location Type' attribute |
java.lang.String |
getProcessId()
Returns the value of the 'Process Id' attribute |
java.lang.String |
getSubComponent()
Returns the value of the 'Sub Component' attribute |
java.lang.String |
getThreadId()
Returns the value of the 'Thread Id' attribute |
void |
setApplication(java.lang.String value)
Sets the value of the ' Application' attribute |
void |
setComponent(java.lang.String value)
Sets the value of the ' Component' attribute |
void |
setComponentIdType(java.lang.String value)
Sets the value of the ' Component Id Type' attribute |
void |
setComponentType(java.lang.String value)
Sets the value of the ' Component Type' attribute |
void |
setExecutionEnvironment(java.lang.String value)
Sets the value of the ' Execution Environment' attribute |
void |
setInstanceId(java.lang.String value)
Sets the value of the ' Instance Id' attribute |
void |
setLocation(java.lang.String value)
Sets the value of the ' Location' attribute |
void |
setLocationType(java.lang.String value)
Sets the value of the ' Location Type' attribute |
void |
setProcessId(java.lang.String value)
Sets the value of the ' Process Id' attribute |
void |
setSubComponent(java.lang.String value)
Sets the value of the ' Sub Component' attribute |
void |
setThreadId(java.lang.String value)
Sets the value of the ' Thread Id' attribute |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.lang.String getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(String),
CBEPackage.getCBEComponentIdentification_Location()void setLocation(java.lang.String value)
Location' attribute.
value - the new value of the 'Location' attribute.getLocation()java.lang.String getLocationType()
If the meaning of the 'Location Type' attribute isn't clear, there really should be more of a description here...
setLocationType(String),
CBEPackage.getCBEComponentIdentification_LocationType()void setLocationType(java.lang.String value)
Location Type' attribute.
value - the new value of the 'Location Type' attribute.getLocationType()java.lang.String getApplication()
If the meaning of the 'Application' attribute isn't clear, there really should be more of a description here...
setApplication(String),
CBEPackage.getCBEComponentIdentification_Application()void setApplication(java.lang.String value)
Application' attribute.
value - the new value of the 'Application' attribute.getApplication()java.lang.String getExecutionEnvironment()
If the meaning of the 'Execution Environment' attribute isn't clear, there really should be more of a description here...
setExecutionEnvironment(String),
CBEPackage.getCBEComponentIdentification_ExecutionEnvironment()void setExecutionEnvironment(java.lang.String value)
Execution Environment' attribute.
value - the new value of the 'Execution Environment' attribute.getExecutionEnvironment()java.lang.String getComponent()
If the meaning of the 'Component' attribute isn't clear, there really should be more of a description here...
setComponent(String),
CBEPackage.getCBEComponentIdentification_Component()void setComponent(java.lang.String value)
Component' attribute.
value - the new value of the 'Component' attribute.getComponent()java.lang.String getSubComponent()
If the meaning of the 'Sub Component' attribute isn't clear, there really should be more of a description here...
setSubComponent(String),
CBEPackage.getCBEComponentIdentification_SubComponent()void setSubComponent(java.lang.String value)
Sub Component' attribute.
value - the new value of the 'Sub Component' attribute.getSubComponent()java.lang.String getComponentIdType()
If the meaning of the 'Component Id Type' attribute isn't clear, there really should be more of a description here...
setComponentIdType(String),
CBEPackage.getCBEComponentIdentification_ComponentIdType()void setComponentIdType(java.lang.String value)
Component Id Type' attribute.
value - the new value of the 'Component Id Type' attribute.getComponentIdType()java.lang.String getInstanceId()
If the meaning of the 'Instance Id' attribute isn't clear, there really should be more of a description here...
setInstanceId(String),
CBEPackage.getCBEComponentIdentification_InstanceId()void setInstanceId(java.lang.String value)
Instance Id' attribute.
value - the new value of the 'Instance Id' attribute.getInstanceId()java.lang.String getProcessId()
If the meaning of the 'Process Id' attribute isn't clear, there really should be more of a description here...
This property identifies the processID of the "running" component or subcomponent that generated the artifact. This property is optional.
setProcessId(String),
CBEPackage.getCBEComponentIdentification_ProcessId()void setProcessId(java.lang.String value)
Process Id' attribute.
value - the new value of the 'Process Id' attribute.getProcessId()java.lang.String getThreadId()
If the meaning of the 'Thread Id' attribute isn't clear, there really should be more of a description here...
This property identifies the ThreadID of the component or subcomponent indicated by the Process ID that generated the artifact. A running process may spawn one or more thread to carry its function and/or incoming requests, the ThreadID will change accordingly. This property is optional.
setThreadId(String),
CBEPackage.getCBEComponentIdentification_ThreadId()void setThreadId(java.lang.String value)
Thread Id' attribute.
value - the new value of the 'Thread Id' attribute.getThreadId()java.lang.String getComponentType()
If the meaning of the 'Component Type' attribute isn't clear, there really should be more of a description here...
setComponentType(String),
CBEPackage.getCBEComponentIdentification_ComponentType()void setComponentType(java.lang.String value)
Component Type' attribute.
value - the new value of the 'Component Type' attribute.getComponentType()
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||