diff m-toolbox/classes/+utils/@modules/README_classes.txt @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/m-toolbox/classes/+utils/@modules/README_classes.txt	Wed Nov 23 19:22:13 2011 +0100
@@ -0,0 +1,16 @@
+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/
+
+
+
+