Uses of Class
beamline.events.BEvent
-
Packages that use BEvent Package Description beamline.events This package contains the description of events in Beamline.beamline.filters This package contains some filters that are available by default in the framework.beamline.models.algorithms This package contains all classes of the framework necessary to have mining algorithms functioning.beamline.models.responses This package contains all classes of the framework necessary to handle the responses of mining algorithms.beamline.sources This package contains all classes necessary to constructRichSourceFunction
s that can be used in the rest of the project. -
-
Uses of BEvent in beamline.events
Methods in beamline.events with parameters of type BEvent Modifier and Type Method Description int
BEvent. compareTo(BEvent o)
-
Uses of BEvent in beamline.filters
Methods in beamline.filters with parameters of type BEvent Modifier and Type Method Description boolean
ExcludeOnCaseAttributeEqualityFilter. filter(BEvent t)
boolean
ExcludeOnEventAttributeEqualityFilter. filter(BEvent t)
boolean
RetainOnCaseAttributeEqualityFilter. filter(BEvent t)
boolean
RetainOnEventAttributeEqualityFilter. filter(BEvent event)
-
Uses of BEvent in beamline.models.algorithms
Methods in beamline.models.algorithms with parameters of type BEvent Modifier and Type Method Description void
StreamMiningAlgorithm. flatMap(BEvent event, org.apache.flink.util.Collector<T> out)
DirectlyFollowsRelation
InfiniteSizeDirectlyFollowsMapper. ingest(BEvent event)
abstract T
StreamMiningAlgorithm. ingest(BEvent event)
This abstract method is what each derive class is expected to implement.protected T
StreamMiningAlgorithm. process(BEvent event)
-
Uses of BEvent in beamline.models.responses
Methods in beamline.models.responses that return BEvent Modifier and Type Method Description BEvent
DirectlyFollowsRelation. getFrom()
Returns the source eventBEvent
DirectlyFollowsRelation. getTo()
Returns the target eventConstructors in beamline.models.responses with parameters of type BEvent Constructor Description DirectlyFollowsRelation(BEvent from, BEvent to)
Constructor -
Uses of BEvent in beamline.sources
Method parameters in beamline.sources with type arguments of type BEvent Modifier and Type Method Description void
CSVLogSource. run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<BEvent> ctx)
void
MQTTXesSource. run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<BEvent> ctx)
void
StringTestSource. run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<BEvent> ctx)
void
XesLogSource. run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<BEvent> ctx)
-