TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy
Interface TRCConfiguration

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TRCConfigurationImpl

public interface TRCConfiguration
extends org.eclipse.emf.ecore.EObject

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:

See Also:
HierarchyPackage.getTRCConfiguration()
Generated
[EMF] Model

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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), HierarchyPackage.getTRCConfiguration_Name()
Generated
[EMF] Model

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

isActive

boolean isActive()
Returns the value of the 'Active' attribute.

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

Returns:
the value of the 'Active' attribute.
See Also:
setActive(boolean), HierarchyPackage.getTRCConfiguration_Active()
Generated
[EMF] Model

setActive

void setActive(boolean value)
Sets the value of the 'Active' attribute.

Parameters:
value - the new value of the 'Active' attribute.
See Also:
isActive()
Generated

getOptions

org.eclipse.emf.common.util.EList getOptions()
Returns the value of the 'Options' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Options' containment reference list.
See Also:
HierarchyPackage.getTRCConfiguration_Options(), TRCOption.getConfiguration()
Generated
[EMF] Model
type="org.eclipse.hyades.models.hierarchy.TRCOption" opposite="configuration" containment="true"

getFilters

org.eclipse.emf.common.util.EList getFilters()
Returns the value of the 'Filters' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Filters' containment reference list.
See Also:
HierarchyPackage.getTRCConfiguration_Filters(), TRCFilter.getConfiguration()
Generated
[EMF] Model
type="org.eclipse.hyades.models.hierarchy.TRCFilter" opposite="configuration" containment="true"

getAgentProxy

TRCAgentProxy getAgentProxy()
Returns the value of the 'Agent Proxy' container reference. It is bidirectional and its opposite is 'Configurations'.

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

Returns:
the value of the 'Agent Proxy' container reference.
See Also:
setAgentProxy(TRCAgentProxy), HierarchyPackage.getTRCConfiguration_AgentProxy(), TRCAgentProxy.getConfigurations()
Generated
[EMF] Model
opposite="configurations" required="true"

setAgentProxy

void setAgentProxy(TRCAgentProxy value)
Sets the value of the 'Agent Proxy' container reference.

Parameters:
value - the new value of the 'Agent Proxy' container reference.
See Also:
getAgentProxy()
Generated

TPTP 4.5.0 Platform Project
Public API Specification