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 DendrogramElementsDendrogramFactory. createDendrogramElements()Returns a new object of class 'Elements'.DendrogramElementsDendrogram. 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 voidDendrogram. 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 classDendrogramElementsImplAn implementation of the model object 'Elements'.Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return DendrogramElements Modifier and Type Method Description DendrogramElementsDendrogramFactoryImpl. createDendrogramElements()DendrogramElementsDendrogramImpl. getElements()Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type DendrogramElements Modifier and Type Method Description voidDendrogramImpl. 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 TDendrogramSwitch. caseDendrogramElements(DendrogramElements object)Returns the result of interpreting the object as an instance of 'Elements'.
-