|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TRCConfiguration
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 |
|---|
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()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()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()void setActive(boolean value)
Active' attribute.
value - the new value of the 'Active' attribute.isActive()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()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()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()void setAgentProxy(TRCAgentProxy value)
Agent Proxy' container reference.
value - the new value of the 'Agent Proxy' container reference.getAgentProxy()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||