Uses of Interface
com._1c.g5.v8.dt.dendrogram.model.DendrogramElements
-
Packages that use DendrogramElements 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 DendrogramElements in com._1c.g5.v8.dt.dendrogram.model
Methods in com._1c.g5.v8.dt.dendrogram.model that return DendrogramElements Modifier and Type Method Description DendrogramElements
DendrogramFactory. createDendrogramElements()
Returns a new object of class 'Elements'.DendrogramElements
Dendrogram. getElements()
Returns the value of the 'Elements' containment reference.Methods in com._1c.g5.v8.dt.dendrogram.model with parameters of type DendrogramElements Modifier and Type Method Description void
Dendrogram. setElements(DendrogramElements value)
Sets the value of the 'Elements
' containment reference. -
Uses of DendrogramElements in com._1c.g5.v8.dt.dendrogram.model.impl
Classes in com._1c.g5.v8.dt.dendrogram.model.impl that implement DendrogramElements Modifier and Type Class Description class
DendrogramElementsImpl
An implementation of the model object 'Elements'.Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return DendrogramElements Modifier and Type Method Description DendrogramElements
DendrogramFactoryImpl. createDendrogramElements()
DendrogramElements
DendrogramImpl. getElements()
Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type DendrogramElements Modifier and Type Method Description void
DendrogramImpl. setElements(DendrogramElements newElements)
-
Uses of DendrogramElements in com._1c.g5.v8.dt.dendrogram.model.util
Methods in com._1c.g5.v8.dt.dendrogram.model.util with parameters of type DendrogramElements Modifier and Type Method Description T
DendrogramSwitch. caseDendrogramElements(DendrogramElements object)
Returns the result of interpreting the object as an instance of 'Elements'.
-