Uses of Class
org.chenile.stm.model.EventInformation
Package
Description
This package contains a set of dummy components which can be used to instantiate a state
diagram without instantiating the components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
Contains a bunch of descriptor classes to hold various kinds of meta data.
-
Uses of EventInformation in org.chenile.stm
Modifier and TypeMethodDescriptionboolean
EnablementStrategy.isEventEnabled
(StateDescriptor sd, EventInformation eventInformation) -
Uses of EventInformation in org.chenile.stm.dummy
Modifier and TypeMethodDescriptionboolean
DummyEnablementStrategy.isEventEnabled
(StateDescriptor sd, EventInformation eventInformation) -
Uses of EventInformation in org.chenile.stm.impl
Modifier and TypeFieldDescriptionprotected Map<String,
EventInformation> STMFlowStoreImpl.eventInfos
Modifier and TypeMethodDescriptionSTMActionsInfoProvider.getEventInformation
(String eventId) STMFlowStoreImpl.getEventInformation
(String eventId) Modifier and TypeMethodDescriptionFluentFlowReader.addEventInformation
(EventInformation eventInformation) void
STMFlowStoreImpl.addEventInformation
(EventInformation eventInformation) boolean
ConfigBasedEnablementStrategy.isEventEnabled
(StateDescriptor sd, EventInformation eventInformation) protected void
XmlFlowReader.AddEventInformationRule.processMetaAttributes
(EventInformation eventInformation, Attributes attributes) protected void
XmlFlowReader.AddEventInformationRule.processTransitionAction
(EventInformation eventInformation, Attributes attributes) -
Uses of EventInformation in org.chenile.stm.model
Modifier and TypeMethodDescriptionEventInformation.addMetaData
(String name, String value) EventInformation.mergeTagDefinitionWithEventInformation
(EventInformation other) Merges tag definition as defined in the add-transition-tag
(which is contained in this event information) with the event information defined in the "event-information" tag.EventInformation.transitionAction
(STMTransitionAction<?> transitionAction) Modifier and TypeMethodDescriptionprivate void
Transition.fromEventInformation
(EventInformation eventInformation) EventInformation.mergeTagDefinitionWithEventInformation
(EventInformation other) Merges tag definition as defined in the add-transition-tag
(which is contained in this event information) with the event information defined in the "event-information" tag.