TPTP 4.1.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()

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

public 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()

setName

public 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()

isActive

public 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()

setActive

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

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

getOptions

public 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()

getFilters

public 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()

getAgentProxy

public 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()

setAgentProxy

public 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()

TPTP 4.1.0 Platform Project
Public API Specification