Package eu.bandm.tools.dtm
Class DTM.Dtd
java.lang.Object
eu.bandm.tools.dtm.DTM.Dtd
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
- DTM
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTM.umod":17.1-20.16, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "DTM.umod":17.1-20.16, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckedMap_RD<NamespaceName,
DTM.Element> Generated by umod; model author's documentation MISSING.protected CheckedMap_RD<String,
CheckedList<DTM.ProcessingInstruction>> Generated by umod; model author's documentation MISSING. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add_instructions
(String key0, DTM.ProcessingInstruction value) Convenience un-Currying method.boolean
Convenience un-Currying method.boolean
Convenience un-Currying method.void
descend_0_elems
(DTM.MATCH_ONLY_00 visitor) Deprecated.void
descend_0_instructions
(DTM.MATCH_ONLY_00 visitor) Deprecated.void
descend_elems
(DTM.MATCH_ONLY_00 visitor) Deprecated.void
descend_instructions
(DTM.MATCH_ONLY_00 visitor) Deprecated.doclone()
Clones this object.format()
Delivers a format object for pretty-printing, as specified in the umod source.Generated by umod; model author's documentation MISSING.get_elems
(Pattern<? super CheckedMap_RD<NamespaceName, DTM.Element>> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.Lifts a pattern which matches the field value to one which matches this whole object.static String
Delivers the format specification from the umod source.Copies values of all common fields from the argument.void
put_elems
(NamespaceName key0, DTM.Element value) Convenience un-Currying method.void
put_instructions
(String key0, CheckedList<DTM.ProcessingInstruction> value) Convenience un-Currying method.boolean
Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.
-
Field Details
-
elems
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTM.umod":18.9-67, see this pretty print.)
The type of this field isCheckedMap_RD
<NamespaceName
(never null),DTM.Element
(never null)>(never null)
Its value defaults to an empty collection. -
instructions
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTM.umod":19.9-67, see this pretty print.)
The type of this field isCheckedMap_RD
<java.lang.String(never null),CheckedList
<DTM.ProcessingInstruction
(never null)>(never null)>(never null)
Its value defaults to an empty collection.
-
-
Constructor Details
-
Dtd
public Dtd()Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
(All object fields are set to their default values.)
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
elems{$to}[/]/instructions{$to[/]}[/]
This can be used e.g. by format code interpreters which process objects of different origin. -
format
Delivers a format object for pretty-printing, as specified in the umod source.- Specified by:
format
in interfaceFormattable
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument. -
get_elems
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTM.umod":18.9-67, see this pretty print.)
Generated getter method. @see #elems- Returns:
- The current field value of type
CheckedMap_RD
<NamespaceName
(never null),DTM.Element
(never null)>(never null)
-
set_elems
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTM.umod":18.9-67, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMap_RD
<NamespaceName
(never null),DTM.Element
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
put_elems
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
value
- the new value of typeDTM.Element
(never null)- See Also:
-
containsKey_elems
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
descend_elems
Deprecated. -
descend_0_elems
Deprecated. -
get_instructions
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTM.umod":19.9-67, see this pretty print.)
Generated getter method. @see #instructions- Returns:
- The current field value of type
CheckedMap_RD
<java.lang.String(never null),CheckedList
<DTM.ProcessingInstruction
(never null)>(never null)>(never null)
-
set_instructions
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTM.umod":19.9-67, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMap_RD
<java.lang.String(never null),CheckedList
<DTM.ProcessingInstruction
(never null)>(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
put_instructions
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
value
- the new value of typeCheckedList
<DTM.ProcessingInstruction
(never null)>(never null)- See Also:
-
add_instructions
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
value
- the new value of typeDTM.ProcessingInstruction
(never null)- See Also:
-
containsKey_instructions
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
descend_instructions
Deprecated. -
descend_0_instructions
Deprecated. -
get_elems
public static Pattern<DTM.Dtd> get_elems(Pattern<? super CheckedMap_RD<NamespaceName, DTM.Element>> p) Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTM.__Patterns
. -
get_instructions
public static Pattern<DTM.Dtd> get_instructions(Pattern<? super CheckedMap_RD<String, CheckedList<DTM.ProcessingInstruction>>> p) Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTM.__Patterns
.
-