Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
eu.bandm.tools.d2d2.model |
Umod main model class: This is the internal
model for the d2d text type definitions.
|
eu.bandm.tools.d2d2.rt |
Umod main model class: This is a model for the
results of d2d text parsing.
|
eu.bandm.tools.dtm |
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.umod |
Compiler for data models, from a concise mathematical oriented language into
Java.
|
eu.bandm.tools.umod.runtime |
Runtime classes for the model code generated by the
umod-Compiler , esp for data integrity
de/serialization, visualzation, visitors and rewriters. |
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<String,Definition> |
Resolver3.emptyLocals
A constant map which contains NO local definitions, used as the value of
"localDefs" when a definition is cloned/instantiated.
|
protected CheckedMap_RD<String,Definition> |
Resolver4.emptyLocals |
protected CheckedMap_RD<String,String> |
Reducer.namespaces
All namespace decls, including the inherited.
|
Modifier and Type | Method and Description |
---|---|
protected Element_block_content[] |
Def2Doc.f_renderDocu(Location<XMLDocumentIdentifier> location,
String docIdent,
CheckedMap_RD<String,CheckedList<LocString>> map)
Convert the docu text for the item (according to the value of
targetcode) from d2d source into xhtml.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<String,Definition> |
Module.definitions
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<Definition,DefInstance> |
ResolvedModule.defInstances
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedList<LocString>> |
SourceItem.docu
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.firsts
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,Expression> |
ImportItem.globalSubsts
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,ImportItem> |
Module.imports
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>> |
Enumeration.itemDocu
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,Integer> |
Enumeration.items
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,Definition> |
TagsRegExp.localdefs
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedMap_RD<String,Expression>> |
ImportItem.localSubsts
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,Module> |
Module.modules
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<Integer,String> |
Enumeration.repr
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<Reference,Definition> |
ResolvedModule.resolved
NEU 20180822 Map all references in the rewritten
defintions to the rewritten definitions.
|
protected CheckedMap_RD<Integer,CheckedSet<String>> |
Enumeration.reverse
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<Reference,Definition> |
ResolvedModule.sources
NEU 20180822 Map all references in the rewritten
definitions to the raw definitions
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":211.9-212.25, cf. |
protected CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.weakfirsts
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<Module,CheckedMap_RD<String,Definition>> |
Module.get_definitions
Deprecated.
Use new '::' method reference instead.
|
static Function<ResolvedModule,CheckedMap_RD<Definition,DefInstance>> |
ResolvedModule.get_defInstances
Deprecated.
Use new '::' method reference instead.
|
static Function<SourceItem,CheckedMap_RD<String,CheckedList<LocString>>> |
SourceItem.get_docu
Deprecated.
Use new '::' method reference instead.
|
static Function<Expression,CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>>> |
Expression.get_firsts
Deprecated.
Use new '::' method reference instead.
|
static Function<ImportItem,CheckedMap_RD<String,Expression>> |
ImportItem.get_globalSubsts
Deprecated.
Use new '::' method reference instead.
|
static Function<Module,CheckedMap_RD<String,ImportItem>> |
Module.get_imports
Deprecated.
Use new '::' method reference instead.
|
static Function<Enumeration,CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>>> |
Enumeration.get_itemDocu
Deprecated.
Use new '::' method reference instead.
|
static Function<Enumeration,CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>>> |
Enumeration.get_itemDocu
Deprecated.
Use new '::' method reference instead.
|
static Function<Enumeration,CheckedMap_RD<String,Integer>> |
Enumeration.get_items
Deprecated.
Use new '::' method reference instead.
|
static Function<TagsRegExp,CheckedMap_RD<String,Definition>> |
TagsRegExp.get_localdefs
Deprecated.
Use new '::' method reference instead.
|
static Function<ImportItem,CheckedMap_RD<String,CheckedMap_RD<String,Expression>>> |
ImportItem.get_localSubsts
Deprecated.
Use new '::' method reference instead.
|
static Function<ImportItem,CheckedMap_RD<String,CheckedMap_RD<String,Expression>>> |
ImportItem.get_localSubsts
Deprecated.
Use new '::' method reference instead.
|
static Function<Module,CheckedMap_RD<String,Module>> |
Module.get_modules
Deprecated.
Use new '::' method reference instead.
|
static Function<Enumeration,CheckedMap_RD<Integer,String>> |
Enumeration.get_repr
Deprecated.
Use new '::' method reference instead.
|
static Function<ResolvedModule,CheckedMap_RD<Reference,Definition>> |
ResolvedModule.get_resolved
Deprecated.
Use new '::' method reference instead.
|
static Function<Enumeration,CheckedMap_RD<Integer,CheckedSet<String>>> |
Enumeration.get_reverse
Deprecated.
Use new '::' method reference instead.
|
static Function<ResolvedModule,CheckedMap_RD<Reference,Definition>> |
ResolvedModule.get_sources
Deprecated.
Use new '::' method reference instead.
|
static Function<Expression,CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>>> |
Expression.get_weakfirsts
Deprecated.
Use new '::' method reference instead.
|
protected CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>> |
Enumeration.itemDocu
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedMap_RD<String,Expression>> |
ImportItem.localSubsts
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<String,Definition> |
Module.get_definitions()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<Definition,DefInstance> |
ResolvedModule.get_defInstances()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedList<LocString>> |
SourceItem.get_docu()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.get_firsts()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,Expression> |
ImportItem.get_globalSubsts()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,ImportItem> |
Module.get_imports()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>> |
Enumeration.get_itemDocu()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,Integer> |
Enumeration.get_items()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,Definition> |
TagsRegExp.get_localdefs()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedMap_RD<String,Expression>> |
ImportItem.get_localSubsts()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,Module> |
Module.get_modules()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<Integer,String> |
Enumeration.get_repr()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<Reference,Definition> |
ResolvedModule.get_resolved()
NEU 20180822 Map all references in the rewritten
defintions to the rewritten definitions.
|
CheckedMap_RD<Integer,CheckedSet<String>> |
Enumeration.get_reverse()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<Reference,Definition> |
ResolvedModule.get_sources()
NEU 20180822 Map all references in the rewritten
definitions to the raw definitions
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":211.9-212.25, cf. |
CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.get_weakfirsts()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>> |
Enumeration.get_itemDocu()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedMap_RD<String,Expression>> |
ImportItem.get_localSubsts()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
void |
Enumeration.put_itemDocu(int key0,
CheckedMap_RD<String,CheckedList<LocString>> value)
Convenience un-Currying method.
|
void |
ImportItem.put_localSubsts(String key0,
CheckedMap_RD<String,Expression> value)
Convenience un-Currying method.
|
boolean |
Module.set_definitions(CheckedMap_RD<String,Definition> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
ResolvedModule.set_defInstances(CheckedMap_RD<Definition,DefInstance> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
SourceItem.set_docu(CheckedMap_RD<String,CheckedList<LocString>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Expression.set_firsts(CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
ImportItem.set_globalSubsts(CheckedMap_RD<String,Expression> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Module.set_imports(CheckedMap_RD<String,ImportItem> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Enumeration.set_itemDocu(CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Enumeration.set_items(CheckedMap_RD<String,Integer> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
TagsRegExp.set_localdefs(CheckedMap_RD<String,Definition> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
ImportItem.set_localSubsts(CheckedMap_RD<String,CheckedMap_RD<String,Expression>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Module.set_modules(CheckedMap_RD<String,Module> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Enumeration.set_repr(CheckedMap_RD<Integer,String> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
ResolvedModule.set_resolved(CheckedMap_RD<Reference,Definition> val)
NEU 20180822 Map all references in the rewritten
defintions to the rewritten definitions.
|
boolean |
Enumeration.set_reverse(CheckedMap_RD<Integer,CheckedSet<String>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
ResolvedModule.set_sources(CheckedMap_RD<Reference,Definition> val)
NEU 20180822 Map all references in the rewritten
definitions to the raw definitions
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":211.9-212.25, cf. |
boolean |
Expression.set_weakfirsts(CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Enumeration.set_itemDocu(CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
ImportItem.set_localSubsts(CheckedMap_RD<String,CheckedMap_RD<String,Expression>> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<Expression,PermutationSubexpression> |
PermutationGroup.subs
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>> |
AdditionalDocs.text
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,String> |
Params_text2text.userParams |
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<Expression,PermutationSubexpression> |
PermutationGroup.get_subs()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>> |
AdditionalDocs.get_text()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,String> |
Params_text2text.get_userParams() |
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>> |
AdditionalDocs.get_text()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>> |
AdditionalDocs.get_text()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
void |
AdditionalDocs.put_text(String key0,
CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>> value)
Convenience un-Currying method.
|
void |
AdditionalDocs.put_text(String key0,
String key1,
CheckedMap_RD<String,CheckedList<LocString>> value)
Convenience un-Currying method.
|
boolean |
PermutationGroup.set_subs(CheckedMap_RD<Expression,PermutationSubexpression> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
AdditionalDocs.set_text(CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Params_text2text.set_userParams(CheckedMap_RD<String,String> val) |
Modifier and Type | Method and Description |
---|---|
void |
AdditionalDocs.put_text(String key0,
CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>> value)
Convenience un-Currying method.
|
boolean |
AdditionalDocs.set_text(CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
AdditionalDocs.set_text(CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<NamespaceName,DTM.Attribute> |
DTM.Element.attrs
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<NamespaceName,DTM.Element> |
DTM.Dtd.elems
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> |
DTM.Dtd.instructions
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<DTM.Element,CheckedMap_RD<NamespaceName,DTM.Attribute>> |
DTM.Element.get_attrs
Deprecated.
Use new '::' method reference instead.
|
static Function<DTM.Dtd,CheckedMap_RD<NamespaceName,DTM.Element>> |
DTM.Dtd.get_elems
Deprecated.
Use new '::' method reference instead.
|
static Function<DTM.Dtd,CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>>> |
DTM.Dtd.get_instructions
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<NamespaceName,DTM.Attribute> |
DTM.Element.get_attrs()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<NamespaceName,DTM.Element> |
DTM.Dtd.get_elems()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> |
DTM.Dtd.get_instructions()
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> |
DTM.__SAX_Parser.parse_1() |
Modifier and Type | Method and Description |
---|---|
boolean |
DTM.Element.set_attrs(CheckedMap_RD<NamespaceName,DTM.Attribute> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
DTM.Dtd.set_elems(CheckedMap_RD<NamespaceName,DTM.Element> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
DTM.Dtd.set_instructions(CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<LLJava.Name,LLJava.Block> |
LLJava.Block.controlEnv
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<LLJava.Name,LLJava.Variable> |
LLJava.Block.dataEnv
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue> |
LLJava.Annotation.elems
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<LLJava.Name,LLJava.Block> |
LLJava.Block.get_controlEnv()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<LLJava.Name,LLJava.Variable> |
LLJava.Block.get_dataEnv()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue> |
LLJava.Annotation.get_elems()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LLJava.Block.set_controlEnv(CheckedMap_RD<LLJava.Name,LLJava.Block> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Block.set_dataEnv(CheckedMap_RD<LLJava.Name,LLJava.Variable> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Annotation.set_elems(CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Block> |
LLJava.Block.get_controlEnv(Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Block>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Block> |
LLJava.Block.get_dataEnv(Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Variable>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Annotation> |
LLJava.Annotation.get_elems(Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Annotation> |
LLJava.__Patterns.term_Annotation(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super Boolean> p_runtimeVisible,
Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.Block> |
LLJava.__Patterns.term_Block(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super CheckedList<LLJava.Name>> p_labels,
Pattern<? super Boolean> p_implicit,
Pattern<? super CheckedList<LLJava.Statement>> p_elems,
Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Block>> p_controlEnv,
Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Variable>> p_dataEnv) |
static Pattern<? super LLJava.Block> |
LLJava.__Patterns.term_Block(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super CheckedList<LLJava.Name>> p_labels,
Pattern<? super Boolean> p_implicit,
Pattern<? super CheckedList<LLJava.Statement>> p_elems,
Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Block>> p_controlEnv,
Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Variable>> p_dataEnv) |
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<String,String> |
UMod.EnumDef.docus |
protected CheckedMap_RD<UMod.Item,CheckedList<String>> |
UMod.Forest.docutexts |
protected CheckedMap_RD<String,UMod.FieldDef> |
UMod.ClassDef.fieldsbyname |
protected CheckedMap_RD<Integer,String> |
UMod.FieldDef.lrcodes |
protected CheckedMap_RD<Integer,CheckedMap_RD<Integer,UMod.FieldDef>> |
UMod.ClassDef.prConstr |
protected CheckedMap_RD<Integer,CheckedMap_RD<Integer,UMod.FieldDef>> |
UMod.ClassDef.prVisitors |
protected CheckedMap_RD<Integer,CheckedSet<UMod.T_reference>> |
UMod.FieldDef.visitable_types |
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<Integer,CheckedMap_RD<Integer,UMod.FieldDef>> |
UMod.ClassDef.prConstr |
protected CheckedMap_RD<Integer,CheckedMap_RD<Integer,UMod.FieldDef>> |
UMod.ClassDef.prVisitors |
Modifier and Type | Method and Description |
---|---|
protected CheckedMap_RD<String,String> |
UMod.EnumDef.get_docus() |
CheckedMap_RD<String,UMod.FieldDef> |
UMod.ClassDef.get_fieldsbyname() |
protected CheckedMap_RD<Integer,String> |
UMod.FieldDef.get_lrcodes() |
protected CheckedMap_RD<Integer,CheckedSet<UMod.T_reference>> |
UMod.FieldDef.get_visitable_types() |
Modifier and Type | Method and Description |
---|---|
protected void |
Reducer.patchPragmas(Collection<CheckedMap_RD<Integer,UMod.FieldDef>> maps) |
Modifier and Type | Method and Description |
---|---|
protected <K,V> Function<Map<K,V>,CheckedMap_RD<K,V>> |
Phrasebook.consCheckedMap_RD() |
protected <K,V> Function<Map<K,V>,CheckedMap_RD<K,V>> |
Phrasebook.consCheckedMap_RD() |
protected <K,V> Function<O,CheckedMap_RD<K,V>> |
Phrasebook.decode_CheckedMap_RD(Function<? super O,? extends K> fkey,
Function<? super O,? extends V> fval) |
protected <K,V> Function<O,CheckedMap_RD<K,V>> |
Phrasebook.decode_CheckedMap_RD(Function<? super O,? extends K> fkey,
Function<? super O,? extends V> fval) |
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<NamespaceName,CheckedSet<Rt.TemplateEntry>> |
Rt.TemplatesByKind.attrsByName |
protected CheckedMap_RD<String,CheckedSet<Rt.TemplateEntry>> |
Rt.TemplatesByKind.attrsByNsUri |
protected CheckedMap_RD<Double,Rt.TemplatesByKind> |
Rt.TemplatesByPrior.byPrior |
protected CheckedMap_RD<String,Rt.TemplateEntry> |
Rt.TemplatesByKind.elemsById |
protected CheckedMap_RD<String,CheckedMap_RD<String,Rt.TemplateEntry>> |
Rt.TemplatesByKind.elemsByKey |
protected CheckedMap_RD<NamespaceName,CheckedSet<Rt.TemplateEntry>> |
Rt.TemplatesByKind.elemsByName |
protected CheckedMap_RD<String,CheckedSet<Rt.TemplateEntry>> |
Rt.TemplatesByKind.elemsByNsUri |
protected CheckedMap_RD<Double,Rt.TemplatesByKind> |
Rt.TemplatesByPrior.inverse |
protected CheckedMap_RD<String,CheckedSet<Rt.TemplateEntry>> |
Rt.TemplatesByKind.piByName |
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<String,CheckedMap_RD<String,Rt.TemplateEntry>> |
Rt.TemplatesByKind.elemsByKey |
static Function<Rt.TemplatesByKind,CheckedMap_RD<NamespaceName,CheckedSet<Rt.TemplateEntry>>> |
Rt.TemplatesByKind.get_attrsByName
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByKind,CheckedMap_RD<String,CheckedSet<Rt.TemplateEntry>>> |
Rt.TemplatesByKind.get_attrsByNsUri
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByPrior,CheckedMap_RD<Double,Rt.TemplatesByKind>> |
Rt.TemplatesByPrior.get_byPrior
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByKind,CheckedMap_RD<String,Rt.TemplateEntry>> |
Rt.TemplatesByKind.get_elemsById
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByKind,CheckedMap_RD<String,CheckedMap_RD<String,Rt.TemplateEntry>>> |
Rt.TemplatesByKind.get_elemsByKey
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByKind,CheckedMap_RD<String,CheckedMap_RD<String,Rt.TemplateEntry>>> |
Rt.TemplatesByKind.get_elemsByKey
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByKind,CheckedMap_RD<NamespaceName,CheckedSet<Rt.TemplateEntry>>> |
Rt.TemplatesByKind.get_elemsByName
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByKind,CheckedMap_RD<String,CheckedSet<Rt.TemplateEntry>>> |
Rt.TemplatesByKind.get_elemsByNsUri
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByPrior,CheckedMap_RD<Double,Rt.TemplatesByKind>> |
Rt.TemplatesByPrior.get_inverse
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByKind,CheckedMap_RD<String,CheckedSet<Rt.TemplateEntry>>> |
Rt.TemplatesByKind.get_piByName
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<String,CheckedMap_RD<String,Rt.TemplateEntry>> |
Rt.TemplatesByKind.get_elemsByKey() |
protected CheckedMap_RD<String,CheckedMap_RD<String,Rt.TemplateEntry>> |
Rt.__SAX_Parser.parse_14() |
Modifier and Type | Method and Description |
---|---|
boolean |
Rt.TemplatesByKind.set_elemsByKey(CheckedMap_RD<String,CheckedMap_RD<String,Rt.TemplateEntry>> val) |
see also the complete user documentation .