|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.hyades.models.hierarchy.impl.TRCProcessProxyImpl
An implementation of the model object 'TRC Process Proxy'.
The following features are implemented:
NameRuntime IdPidClasspathParametersLaunch ModeLocationVm ArgumentsActiveExec ParametersEnvironment VariablesNodeAgent Proxies
| Nested Class Summary |
|---|
| Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
| Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
|---|
org.eclipse.emf.ecore.InternalEObject.EStore |
| Field Summary | |
|---|---|
protected boolean |
active
The cached value of the ' Active' attribute. |
protected static boolean |
ACTIVE_EDEFAULT
The default value of the ' Active' attribute. |
protected org.eclipse.emf.common.util.EList |
agentProxies
The cached value of the ' Agent Proxies' containment reference list. |
protected java.lang.String |
classpath
The cached value of the ' Classpath' attribute. |
protected static java.lang.String |
CLASSPATH_EDEFAULT
The default value of the ' Classpath' attribute. |
protected org.eclipse.emf.common.util.EList |
environmentVariables
The cached value of the ' Environment Variables' containment reference list. |
protected org.eclipse.emf.common.util.EList |
execParameters
The cached value of the ' Exec Parameters' containment reference list. |
protected static int |
LAUNCH_MODE_EDEFAULT
The default value of the ' Launch Mode' attribute. |
protected int |
launchMode
The cached value of the ' Launch Mode' attribute. |
protected java.lang.String |
location
The cached value of the ' Location' attribute. |
protected static java.lang.String |
LOCATION_EDEFAULT
The default value of the ' Location' attribute. |
protected java.lang.String |
name
The cached value of the ' Name' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the ' Name' attribute. |
protected TRCNode |
node
The cached value of the ' Node' reference. |
protected java.lang.String |
parameters
The cached value of the ' Parameters' attribute. |
protected static java.lang.String |
PARAMETERS_EDEFAULT
The default value of the ' Parameters' attribute. |
protected int |
pid
The cached value of the ' Pid' attribute. |
protected static int |
PID_EDEFAULT
The default value of the ' Pid' attribute. |
protected static java.lang.String |
RUNTIME_ID_EDEFAULT
The default value of the ' Runtime Id' attribute. |
protected java.lang.String |
runtimeId
The cached value of the ' Runtime Id' attribute. |
protected static java.lang.String |
VM_ARGUMENTS_EDEFAULT
The default value of the ' Vm Arguments' attribute. |
protected java.lang.String |
vmArguments
The cached value of the ' Vm Arguments' attribute. |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
|---|---|
protected |
TRCProcessProxyImpl()
|
| Method Summary | |
|---|---|
TRCNode |
basicGetNode()
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetNode(TRCNode newNode,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
java.lang.Object |
eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
void |
eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
org.eclipse.emf.common.util.EList |
getAgentProxies()
|
java.lang.String |
getClasspath()
|
org.eclipse.emf.common.util.EList |
getEnvironmentVariables()
|
org.eclipse.emf.common.util.EList |
getExecParameters()
|
int |
getLaunchMode()
|
java.lang.String |
getLocation()
|
java.lang.String |
getName()
|
TRCNode |
getNode()
|
java.lang.String |
getParameters()
|
int |
getPid()
|
java.lang.String |
getRuntimeId()
|
java.lang.String |
getVmArguments()
|
boolean |
isActive()
|
void |
setActive(boolean newActive)
|
void |
setClasspath(java.lang.String newClasspath)
|
void |
setLaunchMode(int newLaunchMode)
|
void |
setLocation(java.lang.String newLocation)
|
void |
setName(java.lang.String newName)
|
void |
setNode(TRCNode newNode)
|
void |
setParameters(java.lang.String newParameters)
|
void |
setPid(int newPid)
|
void |
setRuntimeId(java.lang.String newRuntimeId)
|
void |
setVmArguments(java.lang.String newVmArguments)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, eURIFragmentSegment |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
eNotificationRequired |
| Field Detail |
protected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected java.lang.String name
Name' attribute.
getName()protected static final java.lang.String RUNTIME_ID_EDEFAULT
Runtime Id' attribute.
getRuntimeId()protected java.lang.String runtimeId
Runtime Id' attribute.
getRuntimeId()protected static final int PID_EDEFAULT
Pid' attribute.
getPid(),
Constant Field Valuesprotected int pid
Pid' attribute.
getPid()protected static final java.lang.String CLASSPATH_EDEFAULT
Classpath' attribute.
getClasspath()protected java.lang.String classpath
Classpath' attribute.
getClasspath()protected static final java.lang.String PARAMETERS_EDEFAULT
Parameters' attribute.
getParameters()protected java.lang.String parameters
Parameters' attribute.
getParameters()protected static final int LAUNCH_MODE_EDEFAULT
Launch Mode' attribute.
getLaunchMode(),
Constant Field Valuesprotected int launchMode
Launch Mode' attribute.
getLaunchMode()protected static final java.lang.String LOCATION_EDEFAULT
Location' attribute.
getLocation()protected java.lang.String location
Location' attribute.
getLocation()protected static final java.lang.String VM_ARGUMENTS_EDEFAULT
Vm Arguments' attribute.
getVmArguments()protected java.lang.String vmArguments
Vm Arguments' attribute.
getVmArguments()protected static final boolean ACTIVE_EDEFAULT
Active' attribute.
isActive(),
Constant Field Valuesprotected boolean active
Active' attribute.
isActive()protected org.eclipse.emf.common.util.EList execParameters
Exec Parameters' containment reference list.
getExecParameters()protected org.eclipse.emf.common.util.EList environmentVariables
Environment Variables' containment reference list.
getEnvironmentVariables()protected TRCNode node
Node' reference.
getNode()protected org.eclipse.emf.common.util.EList agentProxies
Agent Proxies' containment reference list.
getAgentProxies()| Constructor Detail |
protected TRCProcessProxyImpl()
| Method Detail |
protected org.eclipse.emf.ecore.EClass eStaticClass()
public java.lang.String getName()
getName in interface TRCProcessProxyTRCProcessProxy.setName(String),
HierarchyPackage.getTRCProcessProxy_Name()public void setName(java.lang.String newName)
setName in interface TRCProcessProxynewName - the new value of the 'Name' attribute.TRCProcessProxy.getName()public java.lang.String getRuntimeId()
getRuntimeId in interface TRCProcessProxyTRCProcessProxy.setRuntimeId(String),
HierarchyPackage.getTRCProcessProxy_RuntimeId()public void setRuntimeId(java.lang.String newRuntimeId)
setRuntimeId in interface TRCProcessProxynewRuntimeId - the new value of the 'Runtime Id' attribute.TRCProcessProxy.getRuntimeId()public int getPid()
getPid in interface TRCProcessProxyTRCProcessProxy.setPid(int),
HierarchyPackage.getTRCProcessProxy_Pid()public void setPid(int newPid)
setPid in interface TRCProcessProxynewPid - the new value of the 'Pid' attribute.TRCProcessProxy.getPid()public java.lang.String getClasspath()
getClasspath in interface TRCProcessProxyTRCProcessProxy.setClasspath(String),
HierarchyPackage.getTRCProcessProxy_Classpath()public void setClasspath(java.lang.String newClasspath)
setClasspath in interface TRCProcessProxynewClasspath - the new value of the 'Classpath' attribute.TRCProcessProxy.getClasspath()public java.lang.String getParameters()
getParameters in interface TRCProcessProxyTRCProcessProxy.setParameters(String),
HierarchyPackage.getTRCProcessProxy_Parameters()public void setParameters(java.lang.String newParameters)
setParameters in interface TRCProcessProxynewParameters - the new value of the 'Parameters' attribute.TRCProcessProxy.getParameters()public int getLaunchMode()
getLaunchMode in interface TRCProcessProxyTRCProcessProxy.setLaunchMode(int),
HierarchyPackage.getTRCProcessProxy_LaunchMode()public void setLaunchMode(int newLaunchMode)
setLaunchMode in interface TRCProcessProxynewLaunchMode - the new value of the 'Launch Mode' attribute.TRCProcessProxy.getLaunchMode()public java.lang.String getLocation()
getLocation in interface TRCProcessProxyTRCProcessProxy.setLocation(String),
HierarchyPackage.getTRCProcessProxy_Location()public void setLocation(java.lang.String newLocation)
setLocation in interface TRCProcessProxynewLocation - the new value of the 'Location' attribute.TRCProcessProxy.getLocation()public java.lang.String getVmArguments()
getVmArguments in interface TRCProcessProxyTRCProcessProxy.setVmArguments(String),
HierarchyPackage.getTRCProcessProxy_VmArguments()public void setVmArguments(java.lang.String newVmArguments)
setVmArguments in interface TRCProcessProxynewVmArguments - the new value of the 'Vm Arguments' attribute.TRCProcessProxy.getVmArguments()public boolean isActive()
isActive in interface TRCProcessProxyTRCProcessProxy.setActive(boolean),
HierarchyPackage.getTRCProcessProxy_Active()public void setActive(boolean newActive)
setActive in interface TRCProcessProxynewActive - the new value of the 'Active' attribute.TRCProcessProxy.isActive()public org.eclipse.emf.common.util.EList getExecParameters()
getExecParameters in interface TRCProcessProxyHierarchyPackage.getTRCProcessProxy_ExecParameters(),
TRCExecParameter.getProcessProxy()public org.eclipse.emf.common.util.EList getEnvironmentVariables()
getEnvironmentVariables in interface TRCProcessProxyHierarchyPackage.getTRCProcessProxy_EnvironmentVariables(),
TRCEnvironmentVariable.getProcessProxy()public TRCNode getNode()
getNode in interface TRCProcessProxyTRCProcessProxy.setNode(TRCNode),
HierarchyPackage.getTRCProcessProxy_Node(),
TRCNode.getProcessProxies()public TRCNode basicGetNode()
public org.eclipse.emf.common.notify.NotificationChain basicSetNode(TRCNode newNode,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setNode(TRCNode newNode)
setNode in interface TRCProcessProxynewNode - the new value of the 'Node' reference.TRCProcessProxy.getNode()public org.eclipse.emf.common.util.EList getAgentProxies()
getAgentProxies in interface TRCProcessProxyHierarchyPackage.getTRCProcessProxy_AgentProxies(),
TRCAgentProxy.getProcessProxy()
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd in interface org.eclipse.emf.ecore.InternalEObject
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in interface org.eclipse.emf.ecore.InternalEObject
public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
eGet in interface org.eclipse.emf.ecore.EObject
public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.EObjectpublic void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eUnset in interface org.eclipse.emf.ecore.EObjectpublic boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eIsSet in interface org.eclipse.emf.ecore.EObjectpublic java.lang.String toString()
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||