- GeoWrapper - Class in de.umr.jepc.util
-
- GeoWrapper(UserDefinedEPA) - Constructor for class de.umr.jepc.util.GeoWrapper
-
- getAggregat() - Method in class de.umr.jepc.epa.Aggregator
-
Gets the list of applied aggregate functions.
- getAggregate(String, String, long, long) - Method in interface de.umr.jepc.store.EventStore
-
Returns the aggregates for the given stream and the given attribute within the given time interval.
- getAttribute() - Method in class de.umr.jepc.epa.parameter.aggregate.Aggregate
-
Gets the name of the attribute the aggregation function is applied on.
- getAttributeName() - Method in class de.umr.jepc.Attribute
-
Gets the name of the attribute.
- getAttributeType() - Method in class de.umr.jepc.Attribute
-
Gets the data type of the attribute.
- getBackwardsHistory(String) - Method in interface de.umr.jepc.store.EventStore
-
Returns the complete history of the given stream, beginning at the last
inserted event and iterating backwards through the history.
- getBinding() - Method in class de.umr.jepc.epa.parameter.pattern.Variable
-
Gets the definition of the variable.
- getBindings() - Method in class de.umr.jepc.epa.parameter.pattern.Symbol
-
Gets the bindings of global variables.
- getBindingTime() - Method in class de.umr.jepc.epa.parameter.pattern.Variable
-
- getClock(String) - Method in interface de.umr.jepc.EPProvider
-
Gets the timestamp of the latest event at the output of a query.
- getCondition() - Method in class de.umr.jepc.epa.parameter.pattern.Symbol
-
Gets the condition.
- getConstraints() - Method in class de.umr.jepc.epa.TPStream
-
- getDistance() - Method in class de.umr.jepc.epa.parameter.predicate.spatial.IsWithinDistance
-
- getEventCount(String) - Method in interface de.umr.jepc.store.EventStore
-
Returns the number of events inserted into the given stream since the last reset.
- getEventStore() - Method in interface de.umr.jepc.EPProvider
-
Gets the event store.
- getEventStoreCapacity() - Method in interface de.umr.jepc.store.EventStore
-
Returns the capacity of the event store.
- getFormula() - Method in class de.umr.jepc.epa.Correlator
-
Gets the Boolean expression specifying how to correlate the input event
streams.
- getFormula() - Method in class de.umr.jepc.epa.Filter
-
Gets the Boolean expression specifying how to filter the input event
stream.
- getFreshestHistory(String, long) - Method in interface de.umr.jepc.store.EventStore
-
Returns the complete history of an event stream beginning from a user-defined instant of time
ordered by time.
- getHistory(String) - Method in interface de.umr.jepc.store.EventStore
-
Returns the complete history of an event stream ordered by time(relation scan).
- getHistoryPoint(String, long) - Method in interface de.umr.jepc.store.EventStore
-
Returns all historical events of an event stream for a given point in time ordered by time (temporal point query).
- getHistoryRange(String, long, long) - Method in interface de.umr.jepc.store.EventStore
-
Returns all historical events of an event stream for a given range of time ordered by time (temporal range query).
- getImplementations(String) - Method in class de.umr.jepc.util.MagicLoader
-
Returns a list of all implementations for the given interface in the give package.
- getInputEPA() - Method in class de.umr.jepc.epa.Aggregator
-
Gets the EPA that provides the input event stream of the aggregator.
- getInputEPA() - Method in class de.umr.jepc.epa.Filter
-
Gets the EPA that provides the input event stream of the filter.
- getInputEPA() - Method in class de.umr.jepc.epa.PatternMatcher
-
Gets the EPA that provides the input event stream of the aggregator.
- getInputEPA1() - Method in class de.umr.jepc.epa.Correlator
-
Gets the EPA providing the first input event stream.
- getInputEPA2() - Method in class de.umr.jepc.epa.Correlator
-
Gets the EPA providing the second input event stream.
- getInputEPAs() - Method in class de.umr.jepc.epa.Aggregator
-
- getInputEPAs() - Method in class de.umr.jepc.epa.Correlator
-
- getInputEPAs() - Method in interface de.umr.jepc.epa.EPA
-
Returns all input EPAs
- getInputEPAs() - Method in class de.umr.jepc.epa.Filter
-
- getInputEPAs() - Method in class de.umr.jepc.epa.PatternMatcher
-
- getInputEPAs() - Method in class de.umr.jepc.epa.Relation
-
- getInputEPAs() - Method in class de.umr.jepc.epa.Stream
-
- getInputEPAs() - Method in class de.umr.jepc.epa.UserDefinedEPA
-
Gets all input EPAs.
- getInputSchema() - Method in class de.umr.jepc.MatchmakerOutputProcessor
-
Gets the schema of input events.
- getInputSchema(String) - Method in class de.umr.jepc.OutputProcessor
-
Gets the schema of an input event stream.
- getInputStreams() - Method in class de.umr.jepc.OutputProcessor
-
Gets all registered input event streams.
- getJump() - Method in class de.umr.jepc.epa.parameter.window.Window
-
Gets the user-defined jump parameter of the window.
- getLastCompiledSchema() - Method in interface de.umr.jepc.store.EventStore
-
Returns the last compiled schema of the event storem
- getLastTimestamp(String) - Method in interface de.umr.jepc.store.EventStore
-
Returns the time stamp of the last inserted event.
- getLeft() - Method in class de.umr.jepc.epa.parameter.booleanexpression.And
-
Gets the left boolean expression of the 'and' operator.
- getLeft() - Method in class de.umr.jepc.epa.parameter.booleanexpression.Operator
-
Gets the left object of the binary Operator.
- getLeft() - Method in class de.umr.jepc.epa.parameter.booleanexpression.Or
-
Gets the left boolean expression of the 'or' operator.
- getLeft() - Method in class de.umr.jepc.epa.parameter.function.spatial.BinaryFunction
-
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.Equal
-
Gets the left object of the equal relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.Greater
-
Gets the left object of the greater relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.GreaterEqual
-
Gets the left object of the greater-equal relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Before
-
Gets the symbol of the Before relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.interval.BeforeOf
-
Gets the symbol of the BeforeOf relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Contain
-
Gets the symbol of the Contain relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.interval.ContainIn
-
Gets the symbol of the ContainIn relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.interval.FinishedBy
-
Gets the symbol of the FinishedBy relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Meet
-
Gets the symbol of the Meet relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.interval.MeetBy
-
Gets the symbol of the MeetBy relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Overlap
-
Gets the symbol of the Overlap relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.interval.OverlapWith
-
Gets the symbol of the OverlapWith relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.Less
-
Gets the left object of the less relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.LessEqual
-
Gets the left object of the less-equal relation.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.Predicate
-
Gets the left object of the Predicate.
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.spatial.SpatialPredicate
-
- getLeft() - Method in class de.umr.jepc.epa.parameter.predicate.Unequal
-
Gets the left object of the unequal relation.
- getLowerUnit(TimeUnit) - Static method in class de.umr.jepc.util.TimeUnitConverter
-
- getMaximumValue() - Method in class de.umr.jepc.Attribute
-
Returns the maximum value of this attribute.
- getMaxStringSize() - Method in class de.umr.jepc.Attribute
-
Returns the maximum string size of this attribute.
- getMinimumValue() - Method in class de.umr.jepc.Attribute
-
Returns the minimum value of this attribute.
- getMode() - Method in class de.umr.jepc.epa.TPStream
-
- getName() - Method in class de.umr.jepc.epa.Aggregator
-
- getName() - Method in class de.umr.jepc.epa.Correlator
-
- getName() - Method in interface de.umr.jepc.epa.EPA
-
Gets the name of the EPA, which is equivalent to the name of its output stream.
- getName() - Method in class de.umr.jepc.epa.Filter
-
- getName() - Method in class de.umr.jepc.epa.PatternMatcher
-
- getName() - Method in class de.umr.jepc.epa.Relation
-
- getName() - Method in class de.umr.jepc.epa.Stream
-
- getName() - Method in class de.umr.jepc.epa.UserDefinedEPA
-
- getOperand() - Method in class de.umr.jepc.epa.parameter.function.spatial.UnaryFunction
-
- getOutput() - Method in class de.umr.jepc.epa.PatternMatcher
-
Gets the definition of the output events.
- getOutput() - Method in class de.umr.jepc.epa.TPStream
-
- getOutputAttribute() - Method in class de.umr.jepc.epa.parameter.aggregate.Aggregate
-
Gets the name of the attribute containing the results of the aggregate function.
- getOutputSchema() - Method in class de.umr.jepc.epa.UserDefinedEPA
-
Returns the output-schema of this
- getOutputSchema(EPA) - Method in interface de.umr.jepc.EPProvider
-
Gets the output schema of an query that was created before and is still
active.
- getOutputSchema(EPA, Map<String, Attribute[]>) - Static method in class de.umr.jepc.util.EPATool
-
Computes the output schema of an EPA/EPN.
- getPartitionAttributes() - Method in class de.umr.jepc.epa.parameter.window.PartitionedCountWindow
-
Gets the names of the attributes by which the input event
stream is partitioned.
- getPartitionBy() - Method in class de.umr.jepc.epa.PatternMatcher
-
Gets the comma-separated list of attribute names that are used to partition
the input event stream.
- getPartitionBy() - Method in class de.umr.jepc.epa.TPStream
-
- getPattern() - Method in class de.umr.jepc.epa.PatternMatcher
-
Gets the user-defined temporal event pattern.
- getPayload() - Method in class de.umr.jepc.store.Event
-
Returns the pyload of the event.
- getProducerType() - Method in class de.umr.jepc.Attribute
-
Gets the type of the schema of this attribute.
- getProperties() - Method in class de.umr.jepc.Attribute
-
Gets all properties of the attribute.
- getProperty(String) - Method in class de.umr.jepc.Attribute
-
Gets the value of a property for a given key.
- getRegisteredStreams() - Method in interface de.umr.jepc.store.EventStore
-
Returns all registered event streams.
- getRight() - Method in class de.umr.jepc.epa.parameter.booleanexpression.And
-
Gets the right boolean expression of the 'and' operator.
- getRight() - Method in class de.umr.jepc.epa.parameter.booleanexpression.Operator
-
Gets the right object of the binary Operator.
- getRight() - Method in class de.umr.jepc.epa.parameter.booleanexpression.Or
-
Gets the right boolean expression of the 'or' operator.
- getRight() - Method in class de.umr.jepc.epa.parameter.function.spatial.BinaryFunction
-
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.Equal
-
Gets the right object of the equal relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.Greater
-
Gets the right object of the greater relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.GreaterEqual
-
Gets the right object of the greater-equal relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Before
-
Gets the symbol of the Before relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.interval.BeforeOf
-
Gets the symbol of the BeforeOf relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Contain
-
Gets the symbol of the Contain relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.interval.ContainIn
-
Gets the symbol of the ContainIn relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.interval.FinishedBy
-
Gets the symbol of the FinishedBy relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Meet
-
Gets the symbol of the Meet relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.interval.MeetBy
-
Gets the symbol of the MeetBy relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Overlap
-
Gets the symbol of the Overlap relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.interval.OverlapWith
-
Gets the symbol of the OverlapWith relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.Less
-
Gets the right object of the less relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.LessEqual
-
Gets the right object of the less-equal relation.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.Predicate
-
Gets the right object of the Predicate.
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.spatial.SpatialPredicate
-
- getRight() - Method in class de.umr.jepc.epa.parameter.predicate.Unequal
-
Gets the right object of the unequal relation.
- getSchema() - Method in class de.umr.jepc.epa.Match
-
Gets the input schema.
- getSchema(String) - Method in interface de.umr.jepc.store.EventStore
-
Returns the schema for the given event stream.
- getSink() - Method in class de.umr.jepc.epa.UserDefinedEPA
-
- getSize() - Method in class de.umr.jepc.epa.parameter.window.Window
-
Gets the user-defined size of the window.
- getSource1Name() - Method in class de.umr.jepc.epa.Correlator
-
Gets the name of the first input stream.
- getSource2Name() - Method in class de.umr.jepc.epa.Correlator
-
Gets the Boolean expression specifying how to correlate the input event
streams.
- getSourceName() - Method in class de.umr.jepc.epa.Aggregator
-
Gets the name of the input event stream.
- getSourceName() - Method in class de.umr.jepc.epa.Filter
-
Gets the name of the input event stream.
- getSourceName() - Method in class de.umr.jepc.epa.PatternMatcher
-
Gets the name of the input event stream.
- getStaticValue() - Method in class de.umr.jepc.Attribute
-
Gets the static value of this attribute.
- getStreamSize(String) - Method in interface de.umr.jepc.store.EventStore
-
Returns the total size of the stream in bytes.
- getSymbol() - Method in class de.umr.jepc.epa.parameter.pattern.KleenePlus
-
- getSymbol() - Method in class de.umr.jepc.epa.parameter.pattern.KleeneStar
-
- getSymbol() - Method in class de.umr.jepc.epa.parameter.pattern.Symbol
-
Gets the symbol.
- getSymbol() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Before
-
Gets the symbol of the Before relation.
- getSymbol() - Method in class de.umr.jepc.epa.parameter.predicate.interval.BeforeOf
-
Gets the symbol of the BeforeOf relation.
- getSymbol() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Contain
-
Gets the symbol of the Contain relation.
- getSymbol() - Method in class de.umr.jepc.epa.parameter.predicate.interval.ContainIn
-
Gets the symbol of the ContainIn relation.
- getSymbol() - Method in class de.umr.jepc.epa.parameter.predicate.interval.FinishedBy
-
Gets the symbol of the FinishedBy relation.
- getSymbol() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Meet
-
Gets the symbol of the Meet relation.
- getSymbol() - Method in class de.umr.jepc.epa.parameter.predicate.interval.MeetBy
-
Gets the symbol of the MeetBy relation.
- getSymbol() - Method in class de.umr.jepc.epa.parameter.predicate.interval.Overlap
-
Gets the symbol of the OverlapWith relation.
- getSymbol() - Method in class de.umr.jepc.epa.parameter.predicate.interval.OverlapWith
-
Gets the symbol of the OverlapWith relation.
- getSymbols() - Method in class de.umr.jepc.epa.TPStream
-
- getThreadCount() - Method in class de.umr.jepc.epa.ParallelAggregator
-
- getTime(String) - Method in class de.umr.jepc.util.Timer
-
Gets the time of the specified timer.
- getTimestamp() - Method in class de.umr.jepc.store.Event
-
Returns the timestamp of the event.
- getTotalEventCount() - Method in interface de.umr.jepc.store.EventStore
-
Returns the total number of events inserted, counting from the last reset
- getUpperUnit(TimeUnit) - Static method in class de.umr.jepc.util.TimeUnitConverter
-
- getValueList() - Method in class de.umr.jepc.Attribute
-
Returns a list containing all allowed values for
this specific attribute.
- getVar1() - Method in class de.umr.jepc.epa.Correlator
-
Gets the reference of the first input event stream.
- getVar2() - Method in class de.umr.jepc.epa.Correlator
-
Gets the reference of the second input event stream.
- getVariable() - Method in class de.umr.jepc.epa.parameter.pattern.Variable
-
Gets the variable.
- getWindow() - Method in class de.umr.jepc.epa.PatternMatcher
-
Gets the timeframe within the pattern must occur completely.
- getWindow() - Method in class de.umr.jepc.epa.Stream
-
Gets the window to apply on the accessed event stream.
- getWindowSize() - Method in class de.umr.jepc.epa.Stream
-
Gets the size of the window to apply on the accessed event stream.
- getWithin() - Method in class de.umr.jepc.epa.TPStream
-
- Greater - Class in de.umr.jepc.epa.parameter.predicate
-
Binary greater relation.
- Greater(Object, Object) - Constructor for class de.umr.jepc.epa.parameter.predicate.Greater
-
Creates a new greater relation.
- GreaterEqual - Class in de.umr.jepc.epa.parameter.predicate
-
Binary greater-equal relation.
- GreaterEqual(Object, Object) - Constructor for class de.umr.jepc.epa.parameter.predicate.GreaterEqual
-
Creates a new greater-equal relation.
- Group - Class in de.umr.jepc.epa.parameter.aggregate
-
Aggregate function for partitioning an event stream on basis of arbitrary attributes.
- Group(String) - Constructor for class de.umr.jepc.epa.parameter.aggregate.Group
-
Creates a new aggregate function for partitioning on basis of an arbitrary attribute.
- Pair<T1,T2> - Class in de.umr.jepc.util
-
Describes a data-tuple
- Pair(T1, T2) - Constructor for class de.umr.jepc.util.Pair
-
Constructs a new Pair instance
- ParallelAggregator - Class in de.umr.jepc.epa
-
EPA for performing parallel aggregation operations in the NativeEngine.
- ParallelAggregator(String, EPA, Aggregate[]) - Constructor for class de.umr.jepc.epa.ParallelAggregator
-
Creates a new parallel aggregator that uses the default parallelization
strategy.
- ParallelAggregator(String, int, EPA, Aggregate[]) - Constructor for class de.umr.jepc.epa.ParallelAggregator
-
Creates a new parallel aggregator that uses the default parallelization
strategy.
- ParallelAggregator(String, EPA, Aggregate, Aggregate...) - Constructor for class de.umr.jepc.epa.ParallelAggregator
-
Creates a new parallel aggregator that uses the default parallelization
strategy.
- ParallelAggregator(String, int, EPA, Aggregate, Aggregate...) - Constructor for class de.umr.jepc.epa.ParallelAggregator
-
Creates a new parallel aggregator that uses the default parallelization
strategy.
- PartitionedCountWindow - Class in de.umr.jepc.epa.parameter.window
-
A partitioned count-based window.
- PartitionedCountWindow(long, String, String...) - Constructor for class de.umr.jepc.epa.parameter.window.PartitionedCountWindow
-
Creates a new partitioned count-based window.
- PartitionedCountWindow(long, CountUnit, String, String...) - Constructor for class de.umr.jepc.epa.parameter.window.PartitionedCountWindow
-
Creates a new partitioned count-based window with user-defined count granularity.
- PartitionedCountWindow(long, long, String, String...) - Constructor for class de.umr.jepc.epa.parameter.window.PartitionedCountWindow
-
Creates a new partitioned count-based window with user-defined jump parameter.
- PartitionedCountWindow(long, CountUnit, long, CountUnit, String, String...) - Constructor for class de.umr.jepc.epa.parameter.window.PartitionedCountWindow
-
Creates a new partitioned count-based window with user-defined jump parameter and user-defined count granularity..
- PartitionedCountWindow(long, CountUnit, long, CountUnit, String[]) - Constructor for class de.umr.jepc.epa.parameter.window.PartitionedCountWindow
-
Creates a new partitioned count-based window with user-defined jump parameter and user-defined count granularity..
- Pattern - Class in de.umr.jepc.epa.parameter.pattern
-
Abstract representation of patterns.
- Pattern() - Constructor for class de.umr.jepc.epa.parameter.pattern.Pattern
-
- PatternMatcher - Class in de.umr.jepc.epa
-
EPA for detecting temporal event patterns in event streams.
- PatternMatcher(String, EPA, long, String, Pattern[], String[]) - Constructor for class de.umr.jepc.epa.PatternMatcher
-
Creates a new pattern matcher.
- PatternMatcher(String, EPA, long, Pattern[], String[]) - Constructor for class de.umr.jepc.epa.PatternMatcher
-
Creates a new pattern matcher.
- PatternMatcher(String, EPA, long, String, Pattern[]) - Constructor for class de.umr.jepc.epa.PatternMatcher
-
Creates a new pattern matcher.
- PatternMatcher(String, EPA, long, String, Pattern, Pattern...) - Constructor for class de.umr.jepc.epa.PatternMatcher
-
Creates a new pattern matcher.
- PatternMatcher(String, EPA, long, Pattern[]) - Constructor for class de.umr.jepc.epa.PatternMatcher
-
Creates a new pattern matcher.
- PatternMatcher(String, EPA, long, Pattern, Pattern...) - Constructor for class de.umr.jepc.epa.PatternMatcher
-
Creates a new pattern matcher.
- PatternMatcher(PatternMatcher) - Constructor for class de.umr.jepc.epa.PatternMatcher
-
Copy constructor.
- pop() - Method in class de.umr.jepc.util.PrinterStyle
-
- Predicate - Class in de.umr.jepc.epa.parameter.predicate
-
Abstract representation of a predicate.
- Predicate() - Constructor for class de.umr.jepc.epa.parameter.predicate.Predicate
-
- Print - Class in de.umr.jepc.util
-
PrettyPrinter for stuff of JEPC.
- Print() - Constructor for class de.umr.jepc.util.Print
-
- print(String) - Method in class de.umr.jepc.util.PrinterStyle
-
- PrinterStyle - Class in de.umr.jepc.util
-
Created by Marcus v.
- PrinterStyle() - Constructor for class de.umr.jepc.util.PrinterStyle
-
- PrintPretty(Match) - Static method in class de.umr.jepc.util.Print
-
- PrintPretty(Window) - Static method in class de.umr.jepc.util.Print
-
Prints window statements
- PrintPretty(Correlator) - Static method in class de.umr.jepc.util.Print
-
Prints correlator EPAs
- PrintPretty(Aggregator) - Static method in class de.umr.jepc.util.Print
-
Prints aggregator EPAs
- PrintPretty(Stream) - Static method in class de.umr.jepc.util.Print
-
Prints stream EPAs
- PrintPretty(PatternMatcher) - Static method in class de.umr.jepc.util.Print
-
Prints pattern matcher EPAs
- PrintPretty(Variable) - Static method in class de.umr.jepc.util.Print
-
- PrintPretty(Filter) - Static method in class de.umr.jepc.util.Print
-
Prints filter EPAs
- PrintPretty(EPA) - Static method in class de.umr.jepc.util.Print
-
Prints EPAs
- PrintPretty(Attribute[]) - Static method in class de.umr.jepc.util.Print
-
- PrintPretty(BooleanExpression) - Static method in class de.umr.jepc.util.Print
-
Prints boolean expressions
- PrintPretty(Pattern[]) - Static method in class de.umr.jepc.util.Print
-
- PrintPretty(T[]) - Static method in class de.umr.jepc.util.Print
-
Array and generic types.
- printTime(String) - Method in class de.umr.jepc.util.Timer
-
Prints the time of the specified timer.
- process(String, Object[]) - Method in class de.umr.jepc.epa.TPStream
-
- process(String, Object[]) - Method in class de.umr.jepc.epa.UnionAll
-
- process(Object[]) - Method in class de.umr.jepc.MatchmakerOutputProcessor
-
- process(String, Object[]) - Method in class de.umr.jepc.OutputProcessor
-
This method is called on every new event of the registered event streams.
- process(String, Object[]) - Method in class de.umr.jepc.util.GeoWrapper
-
- propertyNames() - Method in class de.umr.jepc.Attribute
-
Gets the set of keys of all properties.
- push() - Method in class de.umr.jepc.util.PrinterStyle
-
- pushEvent(String, Object[]) - Method in interface de.umr.jepc.EPProvider
-
Pushes a physical event into the EP provider.
- pushEvent(String, Object[], long) - Method in interface de.umr.jepc.EPProvider
-
Pushes an event into the EP provider.
- pushEvent(String, Object[], long, long) - Method in interface de.umr.jepc.EPProvider
-
Pushes a physical event into the EP provider.
- pushEvent(String, Object[]) - Method in interface de.umr.jepc.store.EventStore
-
Pushes a new event into the event store.
- pushEvent(String, Object[], long) - Method in interface de.umr.jepc.store.EventStore
-
Pushes a new event into the event store.
- pushResult(Object[]) - Method in class de.umr.jepc.epa.UserDefinedEPA
-
Publishes a new output event.
- schema - Variable in class de.umr.jepc.MatchmakerOutputProcessor
-
- setAttributeName(String) - Method in class de.umr.jepc.Attribute
-
Sets the name of the attribute.
- setAttributeType(Attribute.DataType) - Method in class de.umr.jepc.Attribute
-
Sets the data type of the attribute.
- setBindings(Variable[]) - Method in class de.umr.jepc.epa.parameter.pattern.Symbol
-
- setCondition(BooleanExpression) - Method in class de.umr.jepc.epa.parameter.pattern.Symbol
-
Set the Condition
- setEventStoreCapacity(int, CapacityUnit) - Method in interface de.umr.jepc.EPProvider
-
Sets the capacity of the used event store.
- setEventStoreCapacity(int, CapacityUnit) - Method in interface de.umr.jepc.store.EventStore
-
Sets the capacity of the event store.
- setEventStoreEnabled(boolean) - Method in interface de.umr.jepc.EPProvider
-
Enables or disables the event store.
- setFilterSink(String, long, long) - Method in interface de.umr.jepc.EPProvider
-
Sets the state (version and switch time) of a filter sink of a query.
- setInputEPA(EPA) - Method in class de.umr.jepc.epa.Aggregator
-
Sets the EPA that provides the input event stream of the aggregator.
- setInputEPA(EPA) - Method in class de.umr.jepc.epa.Filter
-
Sets the EPA that provides the input event stream of the filter.
- setInputEPA(EPA) - Method in class de.umr.jepc.epa.PatternMatcher
-
Sets the EPA that provides the input event stream of the pattern matcher.
- setInputEPA1(EPA) - Method in class de.umr.jepc.epa.Correlator
-
Sets the EPA that provides the first input event stream of the correlator.
- setInputEPA2(EPA) - Method in class de.umr.jepc.epa.Correlator
-
Sets the EPA that provides the second input event stream of the correlator.
- setIsKey() - Method in class de.umr.jepc.Attribute
-
Sets the attribute to be part of the key of the corresponding schema.
- setIsUnique() - Method in class de.umr.jepc.Attribute
-
Sets the attribute to be unique.
- setLeft(Object) - Method in class de.umr.jepc.epa.parameter.predicate.Greater
-
Sets the left object of the greater relation.
- setLeft(Object) - Method in class de.umr.jepc.epa.parameter.predicate.Less
-
Sets the left object of the greater relation.
- setMaximumValue(Number) - Method in class de.umr.jepc.Attribute
-
Sets the maximum value for this attribute.
- setMaxStringSize(int) - Method in class de.umr.jepc.Attribute
-
Sets the maximum string size for this attribute.
- setMinimumValue(Number) - Method in class de.umr.jepc.Attribute
-
Sets the minimum value for this attribute.
- setName(String) - Method in class de.umr.jepc.epa.Aggregator
-
- setName(String) - Method in class de.umr.jepc.epa.Correlator
-
- setName(String) - Method in interface de.umr.jepc.epa.EPA
-
Sets the name of the EPA.
- setName(String) - Method in class de.umr.jepc.epa.Filter
-
- setName(String) - Method in class de.umr.jepc.epa.Match
-
Sets the name.
- setName(String) - Method in class de.umr.jepc.epa.PatternMatcher
-
- setName(String) - Method in class de.umr.jepc.epa.Relation
-
- setName(String) - Method in class de.umr.jepc.epa.Stream
-
- setName(String) - Method in class de.umr.jepc.epa.UserDefinedEPA
-
- setPattern(Pattern[]) - Method in class de.umr.jepc.epa.PatternMatcher
-
Sets the user-defined temporal event pattern.
- setProducerType(String) - Method in class de.umr.jepc.Attribute
-
Sets the type for the schema of this attribute.
- setProperty(String, String) - Method in class de.umr.jepc.Attribute
-
Sets a property.
- setRight(Object) - Method in class de.umr.jepc.epa.parameter.predicate.Greater
-
Sets the right object of the greater relation.
- setRight(Object) - Method in class de.umr.jepc.epa.parameter.predicate.Less
-
Sets the right object of the greater relation.
- setSink(OutputReceiver) - Method in class de.umr.jepc.epa.UserDefinedEPA
-
Sets the sink for this EPA.
- setStaticValue(Object) - Method in class de.umr.jepc.Attribute
-
Sets a static value for the attribute.
- setValueList(List<String>) - Method in class de.umr.jepc.Attribute
-
Defines a list of restrictive values for this attribute.
- size - Variable in class de.umr.jepc.epa.parameter.window.Window
-
The size of the window.
- SpatialPredicate - Class in de.umr.jepc.epa.parameter.predicate.spatial
-
- SpatialPredicate(Object, Object) - Constructor for class de.umr.jepc.epa.parameter.predicate.spatial.SpatialPredicate
-
- start(String) - Method in class de.umr.jepc.util.Timer
-
Starts the specified timer.
- Stddev - Class in de.umr.jepc.epa.parameter.aggregate
-
Aggregate function for computing the standard deviation of numeric attributes.
- Stddev(String, String) - Constructor for class de.umr.jepc.epa.parameter.aggregate.Stddev
-
Creates a new aggregate function for computing the standard deviation of a numeric attribute.
- stop(String) - Method in class de.umr.jepc.util.Timer
-
Stops the specified timer.
- Stream - Class in de.umr.jepc.epa
-
EPA for accessing event streams.
- Stream(String, Window) - Constructor for class de.umr.jepc.epa.Stream
-
Creates a new access to an event stream.
- Stream(String) - Constructor for class de.umr.jepc.epa.Stream
-
Creates a new access to an event stream.
- stream - Variable in class de.umr.jepc.epa.Stream
-
Name of the accessed event stream.
- Sum - Class in de.umr.jepc.epa.parameter.aggregate
-
Aggregate function for computing the sum of numeric attributes.
- Sum(String, String) - Constructor for class de.umr.jepc.epa.parameter.aggregate.Sum
-
Creates a new aggregate function for computing the sum of a numeric attribute.
- supportsAggregates() - Method in interface de.umr.jepc.store.EventStore
-
Returns if the event store supports (materialized) aggregates, i.e.
- suspendStream(String) - Method in interface de.umr.jepc.store.EventStore
-
Suspends a stream and frees all handlers on it.
- Symbol - Class in de.umr.jepc.epa.parameter.pattern
-
A single symbol in pattern definitions.
- Symbol(char, BooleanExpression, Variable...) - Constructor for class de.umr.jepc.epa.parameter.pattern.Symbol
-
Creates a new symbol.
- Symbol(char, Variable...) - Constructor for class de.umr.jepc.epa.parameter.pattern.Symbol
-
Creates a new symbol with TRUE as condition.
- symbol1 - Variable in class de.umr.jepc.epa.parameter.pattern.Constraint
-
The name of the first symbol
- symbol2 - Variable in class de.umr.jepc.epa.parameter.pattern.Constraint
-
The name of the second symbol