Uses of Class
org.chenile.stm.model.EventInformation
Packages that use 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.stmMethods in org.chenile.stm that return EventInformationMethods in org.chenile.stm with parameters of type EventInformationModifier and TypeMethodDescriptionbooleanEnablementStrategy.isEventEnabled(StateDescriptor sd, EventInformation eventInformation) 
- 
Uses of EventInformation in org.chenile.stm.dummyMethods in org.chenile.stm.dummy with parameters of type EventInformationModifier and TypeMethodDescriptionbooleanDummyEnablementStrategy.isEventEnabled(StateDescriptor sd, EventInformation eventInformation) 
- 
Uses of EventInformation in org.chenile.stm.implFields in org.chenile.stm.impl with type parameters of type EventInformationModifier and TypeFieldDescriptionprotected Map<String,EventInformation> STMFlowStoreImpl.eventInfosMethods in org.chenile.stm.impl that return EventInformationModifier and TypeMethodDescriptionSTMActionsInfoProvider.getEventInformation(String eventId) STMFlowStoreImpl.getEventInformation(String eventId) Methods in org.chenile.stm.impl with parameters of type EventInformationModifier and TypeMethodDescriptionFluentFlowReader.addEventInformation(EventInformation eventInformation) voidSTMFlowStoreImpl.addEventInformation(EventInformation eventInformation) booleanConfigBasedEnablementStrategy.isEventEnabled(StateDescriptor sd, EventInformation eventInformation) protected voidXmlFlowReader.AddEventInformationRule.processMetaAttributes(EventInformation eventInformation, Attributes attributes) protected voidXmlFlowReader.AddEventInformationRule.processTransitionAction(EventInformation eventInformation, Attributes attributes) 
- 
Uses of EventInformation in org.chenile.stm.modelSubclasses of EventInformation in org.chenile.stm.modelMethods in org.chenile.stm.model that return EventInformationModifier 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) Methods in org.chenile.stm.model with parameters of type EventInformationModifier and TypeMethodDescriptionprivate voidTransition.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.Constructors in org.chenile.stm.model with parameters of type EventInformation