TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy
Interface TRCFilter

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

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

A representation of the model object 'TRC Filter'. A filter describes a pattern that can be used during data collection to control the data being collected.

The following features are supported:

See Also:
HierarchyPackage.getTRCFilter()

Method Summary
 java.lang.Boolean getActive()
          Returns the value of the 'Active' attribute.
 TRCConfiguration getConfiguration()
          Returns the value of the 'Configuration' container reference.
 java.lang.String getMode()
          Returns the value of the 'Mode' attribute.
 java.lang.String getOperation()
          Returns the value of the 'Operation' attribute.
 java.lang.String getPattern()
          Returns the value of the 'Pattern' attribute.
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 void setActive(java.lang.Boolean value)
          Sets the value of the 'Active' attribute.
 void setConfiguration(TRCConfiguration value)
          Sets the value of the 'Configuration' container reference.
 void setMode(java.lang.String value)
          Sets the value of the 'Mode' attribute.
 void setOperation(java.lang.String value)
          Sets the value of the 'Operation' attribute.
 void setPattern(java.lang.String value)
          Sets the value of the 'Pattern' attribute.
 void setType(java.lang.String value)
          Sets the value of the 'Type' 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

getType

public java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), HierarchyPackage.getTRCFilter_Type()

setType

public void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getPattern

public java.lang.String getPattern()
Returns the value of the 'Pattern' attribute.

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

Returns:
the value of the 'Pattern' attribute.
See Also:
setPattern(String), HierarchyPackage.getTRCFilter_Pattern()

setPattern

public void setPattern(java.lang.String value)
Sets the value of the 'Pattern' attribute.

Parameters:
value - the new value of the 'Pattern' attribute.
See Also:
getPattern()

getMode

public java.lang.String getMode()
Returns the value of the 'Mode' attribute.

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

Returns:
the value of the 'Mode' attribute.
See Also:
setMode(String), HierarchyPackage.getTRCFilter_Mode()

setMode

public void setMode(java.lang.String value)
Sets the value of the 'Mode' attribute.

Parameters:
value - the new value of the 'Mode' attribute.
See Also:
getMode()

getActive

public java.lang.Boolean getActive()
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.getTRCFilter_Active()

setActive

public void setActive(java.lang.Boolean value)
Sets the value of the 'Active' attribute.

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

getOperation

public java.lang.String getOperation()
Returns the value of the 'Operation' attribute. The default value is "".

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

Returns:
the value of the 'Operation' attribute.
See Also:
setOperation(String), HierarchyPackage.getTRCFilter_Operation()

setOperation

public void setOperation(java.lang.String value)
Sets the value of the 'Operation' attribute.

Parameters:
value - the new value of the 'Operation' attribute.
See Also:
getOperation()

getConfiguration

public TRCConfiguration getConfiguration()
Returns the value of the 'Configuration' container reference. It is bidirectional and its opposite is 'Filters'.

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

Returns:
the value of the 'Configuration' container reference.
See Also:
setConfiguration(TRCConfiguration), HierarchyPackage.getTRCFilter_Configuration(), TRCConfiguration.getFilters()

setConfiguration

public void setConfiguration(TRCConfiguration value)
Sets the value of the 'Configuration' container reference.

Parameters:
value - the new value of the 'Configuration' container reference.
See Also:
getConfiguration()

TPTP 4.1.0 Platform Project
Public API Specification