rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Classes
DataTree Namespace Reference

Detailed Description

Data tree container for storage of time and parameter dependent data

Classes

class  CreatorDefault
 default implementation of the DataTree.ICreator interface More...
 
class  DefaultNode
 Default implementation for a DataTree.INode. More...
 
class  DummyLeafNode
 Dummy implementation for a DataTree.ILeafNode that stores a single data. More...
 
class  DummyMerger
 a test implementation of an DataTree.ICreator that actually merges two trees together and creates new leaf elements out of the leafs of the two base trees. More...
 
class  ICreator
 interface for a class used to create a new (sub-)tree from an old one with the DataTree.INode.create_tree() method. More...
 
class  IdMapNode
 Data Tree element which can be filtered by ids More...
 
class  ILeafNode
 Interface for a leaf node of a data tree. More...
 
class  INode
 Interface for a node in a DataTree. More...
 
class  LeafDescription
 DataTree.ICreator implementation which does not create a tree, but a cell array of descriptions for all leafs in the tree. More...
 
class  NullCreator
 Simple DataTree.ICreator copying the original tree and applying a custom function to its leafs returning nothing. More...
 
class  PpartNode
 
class  ScalarCreator
 Simple DataTree.ICreator copying the original tree and applying a custom function to its leafs returning a scalar value. More...
 
class  TpartNode
 Data Tree element which can be filtered by time instants. More...