Uses of Record Class
de.xam.featdoc.system.Message
Packages that use Message
-
Uses of Message in de.xam.featdoc.system
Methods in de.xam.featdoc.system that return MessageModifier and TypeMethodDescriptiondefault Messagedefault MessageSystemApi.asyncEventIncoming(String name) default MessageSystemApi.asyncEventOutgoing(String name) static MessageMessage.create(System system, Message.Kind kind, String label) ResultStep.message()Returns the value of themessagerecord component.Rule.Action.message()Returns the value of themessagerecord component.Rule.RulePart.message()Rule.Trigger.message()Returns the value of themessagerecord component.ScenarioStep.message()Returns the value of themessagerecord component.System.step(Message.Direction direction, Timing timing, String name) SystemApi.step(Message.Direction direction, Timing timing, String name) default MessageSystemApi.step(Message.Kind kind, String name) default Messagedefault Messagedefault MessageMethods in de.xam.featdoc.system that return types with arguments of type MessageModifier and TypeMethodDescriptionSystem.events()Feature.producedEvents()Rule.producedEvents()System.producedEvents()Methods in de.xam.featdoc.system with parameters of type MessageModifier and TypeMethodDescriptiondefault Rule.RuleWithTriggerBuilderstatic ResultStepResultStep.direct(ScenarioStep scenarioStep, int depth, System sourceSystem, Message message, String messageComment, System targetSystem) Universe.featuresProducing(Message message) static ResultStepResultStep.indirect(ScenarioStep scenarioStep, int depth, System sourceSystem, Message message, String messageComment, System targetSystem, Rule rule) booleanFeature.isProducing(Message message) booleanSystem.isProducing(Message message) booleanRule.Trigger.isTriggeredBy(Message message) Universe.scenarioStepsProducing(Message message) Universe.systemsProducing(Message message) default Rule.RuleWithTriggerBuilderConstructors in de.xam.featdoc.system with parameters of type MessageModifierConstructorDescriptionCreates an instance of aActionrecord class.ResultStep(ScenarioStep scenarioStep, int depth, System sourceSystem, Message message, String messageComment, System targetSystem, Rule rule) Creates an instance of aResultSteprecord class.ScenarioStep(Scenario scenario, System sourceSystem, Message message, String commentOnMessage) Creates an instance of aScenarioSteprecord class.Creates an instance of aTriggerrecord class.