Modifier and Type | Method and Description |
---|---|
protected XSEvent |
CPNModelToXSEventStreamAuthorImpl.addData(XSEvent event,
org.cpntools.accesscpn.engine.highlevel.instance.Binding binding) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<XSEvent> |
CPNModelToXSEventStreamAuthorImpl.getTopic() |
Modifier and Type | Method and Description |
---|---|
protected XSEvent |
CPNModelToXSEventStreamAuthorImpl.addData(XSEvent event,
org.cpntools.accesscpn.engine.highlevel.instance.Binding binding) |
Modifier and Type | Method and Description |
---|---|
static org.processmining.framework.util.Pair<org.processmining.stream.core.interfaces.XSAuthor<XSEvent>,XSEventStream> |
CPNModelToXSEventStreamAuthorPlugin.apply(org.processmining.plugins.cpnet.ColouredPetriNet cpnModel,
CPN2XSEventStreamParameters parameters) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<XSEvent> |
MeetupJSONToXSEventAuthor.getTopic() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<XSEvent> |
XSStaticXSEventStreamToXSEventStreamAuthor.getTopic() |
Modifier and Type | Method and Description |
---|---|
protected void |
XSStaticXSEventStreamToXSEventStreamAuthor.updateVisualization(XSEvent data) |
Constructor and Description |
---|
XSStaticXSEventStreamToXSEventStreamAuthor(java.lang.String name,
org.processmining.stream.core.interfaces.XSStaticStream<XSEvent> staticStream) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<XSEvent> |
XLogToXSEventAuthor.getTopic() |
Modifier and Type | Method and Description |
---|---|
org.processmining.framework.util.Pair<java.util.Date,java.lang.String> |
XConceptNameXSEventVisualizationDecoder.decode(XSEvent packet) |
Modifier and Type | Method and Description |
---|---|
static XSEvent |
XSEventFactory.createXSEvent() |
static XSEvent |
XSEventFactory.createXSEvent(org.deckfour.xes.model.XAttribute correlationValue) |
static XSEvent |
XSEventFactory.createXSEvent(org.deckfour.xes.model.XAttribute correlationValue,
org.deckfour.xes.model.XAttributeMap attributes) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<XSEvent> |
XSEventFactory.createXSEventList(org.deckfour.xes.model.XTrace trace,
java.lang.String correlationKey) |
Modifier and Type | Class and Description |
---|---|
class |
XSEventImpl |
Modifier and Type | Method and Description |
---|---|
XSEvent |
XSEventImpl.clone() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<XSEvent> |
XSEventStreamImpl.getTopic() |
Constructor and Description |
---|
XSStaticXSEventStreamArrayListImpl(java.util.Collection<XSEvent> c) |
Modifier and Type | Method and Description |
---|---|
static XSStaticXSEventStream |
XSStaticXSEventStream.Factory.createArrayListBasedXSStaticXSEventStream(java.util.Collection<XSEvent> coll) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<XSEvent> |
AbstractXSEventReader.getTopic() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractXSEventReader.canReadPacket(XSEvent dataPacket) |
protected org.deckfour.xes.classification.XEventClass |
AbstractXSEventReader.getActivity(XSEvent event) |
void |
AbstractXSEventDelegateReader.handleNextPacket(XSEvent event)
Deprecated.
|
void |
AbstractXSEventReader.handleNextPacket(XSEvent event) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<XSEvent> |
XSEventStreamToXSStaticXSEventStreamReader.getTopic() |
Modifier and Type | Method and Description |
---|---|
protected void |
XSEventStreamToXSStaticXSEventStreamReader.writeContainerToContext(java.util.List<XSEvent> container,
org.processmining.framework.plugin.PluginContext context) |
Modifier and Type | Method and Description |
---|---|
static XSStaticXSEventStream |
XSEventStreamToXSStaticEventStreamPlugin.runContextFree(org.processmining.stream.core.interfaces.XSAuthor<XSEvent> author,
XSEventStream stream,
XSEventStreamToXSStaticEventStreamParameters params) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<XSEvent> |
AbstractStreamCaseTrieAlgorithmImpl.getTopic() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
AbstractStreamCaseTrieAlgorithmImpl.createTargetObjectFromEvent(XSEvent event) |
protected void |
AbstractStreamCaseTrieAlgorithmImpl.handleNextPacket(XSEvent packet) |
Modifier and Type | Method and Description |
---|---|
static <P extends XSEventReaderParameters> |
SelectXSEventStreamFromXSAuthorUtil.run(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.stream.core.interfaces.XSAuthor<XSEvent> author,
P parameters,
org.processmining.widgets.wizard.Route<P> route)
Allows for fetching an event stream form an author first and subsequently
route using the given route.
|