view m-toolbox/classes/+utils/@modules/README_classes.txt @ 29:54f14716c721
database-connection-manager
Update Java code
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Mon, 05 Dec 2011 16:20:06 +0100 (2011-12-05)
parents
f0afece42f48
children
line source
+ − Here you can place methods which need to be added to existing LTPDA User Classes. To
+ − do that, create a directory with the name of the user class, then place new methods
+ − in that directory.
+ −
+ − For example:
+ −
+ − my_module/classes/ao/myNewMethod.m
+ −
+ − You can also add new LTPDA user classes here. To do that, create a new MATLAB class that
+ − subclasses ltpda_uoh and implements the necessary abstract methods. For example,
+ −
+ − my_module/classes/@MyNewUserClass/
+ −
+ −
+ −
+ −