Uses of Interface
de.mid.innovator.srv2api.icw2dg.DGStandardChapter
-
Packages that use DGStandardChapter Package Description de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation. -
-
Uses of DGStandardChapter in de.mid.innovator.srv2api.icw2dg
Subinterfaces of DGStandardChapter in de.mid.innovator.srv2api.icw2dg Modifier and Type Interface Description interface
DGAttachmentChapter
A DGAttachmentChapter is a specialization of a documentation standard chapter.interface
DGDocuStructureRoot
The root of a documentation structure.interface
DGPicture
DGPictures are specializations of documentation standard chapters.interface
DGRoot
Represents the root of a documentation.interface
DGTemplate
A template of documentation standard chapters for common usage in documentation structures.interface
DGTreeStructureRoot
Represents the root of the innovator model browser's detail view window's root.interface
DGTreeTemplate
A template of documentation standard chapters for common usage in model browsers.interface
DGVerifyChapter
A chapter in the documentation containing verification information about a model element.interface
DGViewChapter
DGViewChapters are specializations of documentation standard chapters structuring information about one or more model elements of a specific type.Methods in de.mid.innovator.srv2api.icw2dg that return DGStandardChapter Modifier and Type Method Description DGStandardChapter
DGChapterAttribute. getChapter()
The documentation standard chapter that owns this chapter attribute.Methods in de.mid.innovator.srv2api.icw2dg that return types with arguments of type DGStandardChapter Modifier and Type Method Description java.util.List<DGStandardChapter>
DGChapter. assignContent(java.util.List<? extends MMMetamodelElement> seqOh)
Assign contents to this chapter.
-