Uses of Class
eu.bandm.tools.lablog.xml.Element_costs
Packages that use Element_costs
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2026-02-01_13h22m49.
-
Uses of Element_costs in eu.bandm.tools.lablog.xml
Methods in eu.bandm.tools.lablog.xml that return Element_costsModifier and TypeMethodDescriptionfinal Element_costsElement_costs.checkRequiredAttrs()Element_issue.getElem_1_costs()Element_note.getElem_1_costs()static Element_costsElement_costs.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_issue.setElem_1_costs(Element_costs newElem_1_costs) Element_note.setElem_1_costs(@Opt Element_costs newElem_1_costs) Methods in eu.bandm.tools.lablog.xml with parameters of type Element_costsModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_costs element) protected voidMatcher.action(Element_costs element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_costs element) voidElement_issue.set(Element_name elem_1_name, Element_authors elem_1_authors, Element_date elem_1_date, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_desc elem_1_desc, Element_note... elems_1_note) Set all contents fields to a new value, after checking.voidElement_note.set(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2) Set all contents fields to a new value, after checking.Element_issue.setElem_1_costs(Element_costs newElem_1_costs) Element_note.setElem_1_costs(@Opt Element_costs newElem_1_costs) voidDumper.visit(Element_costs element) voidVisitor.visit(Element_costs element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_costs element) (Superclass implementation descends into<!ELEMENT costs (#PCDATA) >.)Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_costsModifierConstructorDescriptionElement_issue(Element_name elem_1_name, Element_authors elem_1_authors, Element_date elem_1_date, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_desc elem_1_desc, Element_note... elems_1_note) Statically typed w.r.t. the contents, as far as possible.Element_note(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2) Statically typed w.r.t. the contents, as far as possible.