Uses of Class
eu.bandm.tools.umod.runtime.CheckedMultimap_RD
Packages that use CheckedMultimap_RD
Package
Description
Umod main model class: This is a model for the
results of d2d text parsing.
Model for w3c XML DTDs, with preserved syntax.
-
Uses of CheckedMultimap_RD in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt declared as CheckedMultimap_RDModifier and TypeFieldDescriptionprotected CheckedMultimap_RD<Definition, ResultingStructure> ResultingStructure.assocGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type CheckedMultimap_RDModifier and TypeFieldDescriptionstatic final Function<ResultingStructure, CheckedMultimap_RD<Definition, ResultingStructure>> ResultingStructure.get_assocDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return CheckedMultimap_RDModifier and TypeMethodDescriptionResultingStructure.get_assoc()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.rt with parameters of type CheckedMultimap_RDModifier and TypeMethodDescriptionbooleanResultingStructure.set_assoc(CheckedMultimap_RD<Definition, ResultingStructure> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type CheckedMultimap_RDModifier and TypeMethodDescriptionstatic Pattern<ResultingStructure> ResultingStructure.get_assoc(Pattern<? super CheckedMultimap_RD<Definition, ResultingStructure>> p) Lifts a pattern which matches the field value to one which matches this whole object. -
Uses of CheckedMultimap_RD in eu.bandm.tools.dtd
Fields in eu.bandm.tools.dtd declared as CheckedMultimap_RDModifier and TypeFieldDescriptionprotected CheckedMultimap_RD<String, String> DTD.Dtd.entityUsageGenerated by umod; model author's documentation MISSING.protected CheckedMultimap_RD<String, String> TunedDTDParser.entityUsageMethods in eu.bandm.tools.dtd that return CheckedMultimap_RDModifier and TypeMethodDescriptionDTD.Dtd.get_entityUsage()Generated by umod; model author's documentation MISSING.protected CheckedMultimap_RD<String, String> DTD.__SAX_Parser.parse_4()Methods in eu.bandm.tools.dtd with parameters of type CheckedMultimap_RDModifier and TypeMethodDescriptionbooleanDTD.Dtd.set_entityUsage(CheckedMultimap_RD<String, String> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtd with type arguments of type CheckedMultimap_RDModifier and TypeMethodDescriptionDTD.Dtd.get_entityUsage(Pattern<? super CheckedMultimap_RD<String, String>> p) Lifts a pattern which matches the field value to one which matches this whole object.