Uses of Class
eu.bandm.tools.d2d2.rt.PermutationGroup
Packages that use PermutationGroup
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Umod main model class: This is a model for the
results of d2d text parsing.
-
Uses of PermutationGroup in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type PermutationGroup -
Uses of PermutationGroup in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt declared as PermutationGroupModifier and TypeFieldDescriptionprotected PermutationGroupState_perm.directoryGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type PermutationGroupModifier and TypeFieldDescriptionstatic final Function<State_perm, PermutationGroup> State_perm.get_directoryDeprecated.Use new '::' method reference instead.static final Function<PermutationGroup, Perm> PermutationGroup.get_ruleDeprecated.Use new '::' method reference instead.static final Function<PermutationGroup, NonNullMap<Expression, PermutationSubexpression>> PermutationGroup.get_subsDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return PermutationGroupModifier and TypeMethodDescriptionPermutationGroup.doclone()Clones this object.__SAX_Parser.fill_PermutationGroup(Object res) State_perm.get_directory()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.__SAX_Parser.matchSAX_PermutationGroup()Methods in eu.bandm.tools.d2d2.rt that return types with arguments of type PermutationGroupModifier and TypeMethodDescriptionstatic Pattern<PermutationGroup> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<PermutationGroup> PermutationGroup.get_subs(Pattern<? super NonNullMap<Expression, PermutationSubexpression>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<PermutationGroup> __Patterns.term_PermutationGroup(Pattern<? super Udom> superpattern, Pattern<? super Perm> p_rule, Pattern<? super NonNullMap<Expression, PermutationSubexpression>> p_subs) Methods in eu.bandm.tools.d2d2.rt with parameters of type PermutationGroupModifier and TypeMethodDescriptionprotected void__Formatter.action(PermutationGroup el) void__SAX_Writer.action(PermutationGroup e0) protected voidDump_rt.action(PermutationGroup e0) protected voidMATCH_ONLY_00.action(PermutationGroup e0) protected voidMatch_rt.action(PermutationGroup e0) protected voidSinglePhase_rt.action(PermutationGroup e0) protected voidDump_rt.descend(PermutationGroup e0) protected voidMatch_rt.descend(PermutationGroup e0) void__SAX_Parser.XMLPARSER_PermutationGroup.fillFields(PermutationGroup newobj) voidDump_rt.follow_subs(PermutationGroup element) voidMatch_rt.follow_subs(PermutationGroup element) voidSinglePhase_rt.follow_subs(PermutationGroup element) voidMATCH_ONLY_00.followAll_subs(PermutationGroup element) voidMATCH_ONLY_00.match(PermutationGroup e0) protected voidMatch_rt.post(PermutationGroup e0) protected voidMatch_rt.pre(PermutationGroup e0) protected voidDump_rt.printscalars(PermutationGroup e0) booleanState_perm.set_directory(PermutationGroup val) Generated by umod; model author's documentation MISSING.protected Format__Formatter.toFormat(PermutationGroup el) Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type PermutationGroupModifier and TypeMethodDescription__Patterns.cast_PermutationGroup(Pattern<? super PermutationGroup> p) static Pattern<State_perm> State_perm.get_directory(Pattern<? super PermutationGroup> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.d2d2.rt with parameters of type PermutationGroupModifierConstructorDescriptionState_perm(@Opt State predec, ResultContainer result, boolean inxslt, Perm rule, PermutationGroup directory) Constructor defined according to directive »C 0/..«.
State_perm(ResultContainer result, Perm rule, PermutationGroup directory) Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the user.