001 /**
002 * <copyright>
003 * </copyright>
004 *
005 * $Id$
006 */
007 package com.hammurapi.eventbus.snapshot;
008
009
010 /**
011 * <!-- begin-user-doc -->
012 * A representation of the model object '<em><b>Predicate Node Output</b></em>'.
013 * <!-- end-user-doc -->
014 *
015 * <!-- begin-model-doc -->
016 * Superinterface for handlers and join inputs.
017 * <!-- end-model-doc -->
018 *
019 *
020 * @see com.hammurapi.eventbus.snapshot.SnapshotPackage#getPredicateNodeOutput()
021 * @model interface="true" abstract="true"
022 * @generated
023 */
024 public interface PredicateNodeOutput extends SnapshotElement {
025 } // PredicateNodeOutput