001    /**
002     * <copyright>
003     * </copyright>
004     *
005     * $Id$
006     */
007    package com.hammurapi.eventbus.snapshot;
008    
009    import org.eclipse.emf.common.util.EList;
010    
011    /**
012     * <!-- begin-user-doc -->
013     * A representation of the model object '<em><b>Predicate</b></em>'.
014     * <!-- end-user-doc -->
015     *
016     *
017     * @see com.hammurapi.eventbus.snapshot.SnapshotPackage#getPredicate()
018     * @model
019     * @generated
020     */
021    public interface Predicate extends Extractor {
022    
023    } // Predicate