TPTP 4.1.0 Platform Project
Public API Specification

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

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

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

A representation of the model object 'Object Filter Adapter'.

See Also:
FilterPackage.getObjectFilterAdapter()

Method Summary
 java.lang.Object adapt(java.lang.Object obj)
           
 
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

adapt

public java.lang.Object adapt(java.lang.Object obj)


TPTP 4.1.0 Platform Project
Public API Specification