|
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 | ||||||||||
A representation of the model object 'TRC Configuration'. A configuration is used to hold a set of options and filters. This would normally be used to capture a set of options and filters that are active for a given agent.
The following features are supported:
HierarchyPackage.getTRCConfiguration()| Method Summary | |
|---|---|
TRCAgentProxy |
getAgentProxy()
Returns the value of the 'Agent Proxy' container reference. |
org.eclipse.emf.common.util.EList |
getFilters()
Returns the value of the 'Filters' containment reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
org.eclipse.emf.common.util.EList |
getOptions()
Returns the value of the 'Options' containment reference list. |
boolean |
isActive()
Returns the value of the 'Active' attribute. |
void |
setActive(boolean value)
Sets the value of the ' Active' attribute. |
void |
setAgentProxy(TRCAgentProxy value)
Sets the value of the ' Agent Proxy' container reference. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' 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 |
| Method Detail |
public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
HierarchyPackage.getTRCConfiguration_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()public boolean isActive()
If the meaning of the 'Active' attribute isn't clear, there really should be more of a description here...
setActive(boolean),
HierarchyPackage.getTRCConfiguration_Active()public void setActive(boolean value)
Active' attribute.
value - the new value of the 'Active' attribute.isActive()public org.eclipse.emf.common.util.EList getOptions()
TRCOption.
It is bidirectional and its opposite is 'Configuration'.
If the meaning of the 'Options' containment reference list isn't clear, there really should be more of a description here...
HierarchyPackage.getTRCConfiguration_Options(),
TRCOption.getConfiguration()public org.eclipse.emf.common.util.EList getFilters()
TRCFilter.
It is bidirectional and its opposite is 'Configuration'.
If the meaning of the 'Filters' containment reference list isn't clear, there really should be more of a description here...
HierarchyPackage.getTRCConfiguration_Filters(),
TRCFilter.getConfiguration()public TRCAgentProxy getAgentProxy()
Configurations'.
If the meaning of the 'Agent Proxy' container reference isn't clear, there really should be more of a description here...
setAgentProxy(TRCAgentProxy),
HierarchyPackage.getTRCConfiguration_AgentProxy(),
TRCAgentProxy.getConfigurations()public void setAgentProxy(TRCAgentProxy value)
Agent Proxy' container reference.
value - the new value of the 'Agent Proxy' container reference.getAgentProxy()
|
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 | ||||||||||