Uses of Class
de.xam.featdoc.system.Rule
Packages that use Rule
-
Uses of Rule in de.xam.featdoc.system
Methods in de.xam.featdoc.system that return RuleModifier and TypeMethodDescriptionCauseAndEffect.rule()RuleCause.rule()Returns the value of therulerecord component.RuleEffect.rule()Returns the value of therulerecord component.ScenarioStep.rule()TerminalEffect.rule()Returns the value of therulerecord component.Methods in de.xam.featdoc.system that return types with arguments of type RuleMethod parameters in de.xam.featdoc.system with type arguments of type RuleModifier and TypeMethodDescriptionvoidUniverse.forEachResultingAction(Message message, BiConsumer<Rule, Rule.Action> rule_action, boolean transitive) Constructors in de.xam.featdoc.system with parameters of type RuleModifierConstructorDescriptionRuleCause(Rule rule, Rule.RulePart rulePart) Creates an instance of aRuleCauserecord class.RuleEffect(Rule rule, Rule.RulePart rulePart) Creates an instance of aRuleEffectrecord class.TerminalEffect(Rule rule, Message message, String comment, System system) Creates an instance of aTerminalEffectrecord class.