com.espertech.esper.event
Interface TaggedCompositeEventType

All Known Implementing Classes:
CompositeEventType

public interface TaggedCompositeEventType

Interface for composite event type in which each property is itself an event.

For use with patterns in which pattern tags are properties in a result event and property values are the event itself that is matching in a pattern.


Method Summary
 Map<String,Pair<EventType,String>> getTaggedEventTypes()
          Returns the event types for each composing event.
 

Method Detail

getTaggedEventTypes

Map<String,Pair<EventType,String>> getTaggedEventTypes()
Returns the event types for each composing event.

Returns:
map of tag name and event type

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com