Uses of Interface
com.unitesk.atp.dynattrs.Attributed

Packages that use Attributed
com.unitesk.atp.dynattrs This package provides base interface Attributed to work with dynamic attributes of objects and base implementations of this interface. 
com.unitesk.atp.text.generation This package provides interface and default implementation of text generator based on patterns. 
com.unitesk.atp.tree This package provides common interface of node of attributed tree, default implementation and base interface of visitor
 

Uses of Attributed in com.unitesk.atp.dynattrs
 

Classes in com.unitesk.atp.dynattrs that implement Attributed
 class BeanMapAttributed
          The implementation of Attributed interface that accesses attributes through getter and setter methods according to JavaBeans naming conventions and stores additional attributes in Map.
 class BeanWrapper
          The implementation of Attributed interface that accesses attributes through getter and setter methods according to JavaBeans naming conventions.
 class IndexedAttributedImpl
          The default implementation of Attributed methods that deals with indexed attributes.
 class MapAttributed
          The implementation of Attributed interface that stores attributes in Map.
 

Methods in com.unitesk.atp.dynattrs with parameters of type Attributed
static Object Accessor.getAttribute(Object obj, String path, Attributed variableMap)
          Возвращает значение, на которое указывает заданная цепочка атрибутов для данного объекта.
 

Uses of Attributed in com.unitesk.atp.text.generation
 

Fields in com.unitesk.atp.text.generation declared as Attributed
protected  Attributed BasicGenerator.variable_map
           
 

Uses of Attributed in com.unitesk.atp.tree
 

Classes in com.unitesk.atp.tree that implement Attributed
static class TreeClass.NodeClass
          The default implementation of Node interface.
 



Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.