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 DendrogramLinks
DendrogramFactory. createDendrogramLinks()
Returns a new object of class 'Links'.DendrogramLinks
Dendrogram. 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 void
Dendrogram. 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 class
DendrogramLinksImpl
An implementation of the model object 'Links'.Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return DendrogramLinks Modifier and Type Method Description DendrogramLinks
DendrogramFactoryImpl. createDendrogramLinks()
DendrogramLinks
DendrogramImpl. getLinks()
Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type DendrogramLinks Modifier and Type Method Description void
DendrogramImpl. 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 T
DendrogramSwitch. caseDendrogramLinks(DendrogramLinks object)
Returns the result of interpreting the object as an instance of 'Links'.
-