TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.util.filter
Interface ToggleFilter

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

public interface ToggleFilter
extends AbstractFilter

A representation of the model object 'Toggle Filter'.

The following features are supported:

See Also:
FilterPackage.getToggleFilter()

Method Summary
 AbstractFilter getActualFilter()
          Returns the value of the 'Actual Filter' containment reference.
 boolean isOn()
          Returns the value of the 'On' attribute.
 boolean isSatisfiesIfOff()
          Returns the value of the 'Satisfies If Off' attribute.
 void setActualFilter(AbstractFilter value)
          Sets the value of the 'Actual Filter' containment reference.
 void setOn(boolean value)
          Sets the value of the 'On' attribute.
 void setSatisfiesIfOff(boolean value)
          Sets the value of the 'Satisfies If Off' attribute.
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.util.filter.AbstractFilter
getName, satisfies, setName
 
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

isOn

public boolean isOn()
Returns the value of the 'On' attribute.

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

Returns:
the value of the 'On' attribute.
See Also:
setOn(boolean), FilterPackage.getToggleFilter_On()

setOn

public void setOn(boolean value)
Sets the value of the 'On' attribute.

Parameters:
value - the new value of the 'On' attribute.
See Also:
isOn()

isSatisfiesIfOff

public boolean isSatisfiesIfOff()
Returns the value of the 'Satisfies If Off' attribute.

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

Returns:
the value of the 'Satisfies If Off' attribute.
See Also:
setSatisfiesIfOff(boolean), FilterPackage.getToggleFilter_SatisfiesIfOff()

setSatisfiesIfOff

public void setSatisfiesIfOff(boolean value)
Sets the value of the 'Satisfies If Off' attribute.

Parameters:
value - the new value of the 'Satisfies If Off' attribute.
See Also:
isSatisfiesIfOff()

getActualFilter

public AbstractFilter getActualFilter()
Returns the value of the 'Actual Filter' containment reference.

If the meaning of the 'Actual Filter' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Actual Filter' containment reference.
See Also:
setActualFilter(AbstractFilter), FilterPackage.getToggleFilter_ActualFilter()

setActualFilter

public void setActualFilter(AbstractFilter value)
Sets the value of the 'Actual Filter' containment reference.

Parameters:
value - the new value of the 'Actual Filter' containment reference.
See Also:
getActualFilter()

TPTP 4.1.0 Platform Project
Public API Specification