Uses of Interface
com._1c.g5.v8.dt.dendrogram.model.DendrogramLinks
-
Packages that use DendrogramLinks Package Description com._1c.g5.v8.dt.dendrogram.model com._1c.g5.v8.dt.dendrogram.model.impl com._1c.g5.v8.dt.dendrogram.model.util -
-
Uses of DendrogramLinks in com._1c.g5.v8.dt.dendrogram.model
Methods in com._1c.g5.v8.dt.dendrogram.model that return DendrogramLinks Modifier and Type Method Description DendrogramLinksDendrogramFactory. createDendrogramLinks()Returns a new object of class 'Links'.DendrogramLinksDendrogram. getLinks()Returns the value of the 'Links' containment reference.Methods in com._1c.g5.v8.dt.dendrogram.model with parameters of type DendrogramLinks Modifier and Type Method Description voidDendrogram. setLinks(DendrogramLinks value)Sets the value of the 'Links' containment reference. -
Uses of DendrogramLinks in com._1c.g5.v8.dt.dendrogram.model.impl
Classes in com._1c.g5.v8.dt.dendrogram.model.impl that implement DendrogramLinks Modifier and Type Class Description classDendrogramLinksImplAn implementation of the model object 'Links'.Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return DendrogramLinks Modifier and Type Method Description DendrogramLinksDendrogramFactoryImpl. createDendrogramLinks()DendrogramLinksDendrogramImpl. getLinks()Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type DendrogramLinks Modifier and Type Method Description voidDendrogramImpl. setLinks(DendrogramLinks newLinks) -
Uses of DendrogramLinks in com._1c.g5.v8.dt.dendrogram.model.util
Methods in com._1c.g5.v8.dt.dendrogram.model.util with parameters of type DendrogramLinks Modifier and Type Method Description TDendrogramSwitch. caseDendrogramLinks(DendrogramLinks object)Returns the result of interpreting the object as an instance of 'Links'.
-