org.argouml.cognitive
Class ProjectMemberTodoList
java.lang.Object
|
+--org.argouml.kernel.ProjectMember
|
+--org.argouml.cognitive.ProjectMemberTodoList
- public class ProjectMemberTodoList
- extends ProjectMember
Helper class to act as a project member on behalf of the todo list.
It helps the todo list get loaded and saved together with the rest
of the project.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cat
protected static Category cat
TODO_TEE
public static final java.lang.String TODO_TEE
- See Also:
- Constant Field Values
TODO_EXT
public static final java.lang.String TODO_EXT
- See Also:
- Constant Field Values
expander
protected OCLExpander expander
ProjectMemberTodoList
public ProjectMemberTodoList(java.lang.String name,
Project p)
getType
public java.lang.String getType()
- Specified by:
getType
in class ProjectMember
getFileExtension
public java.lang.String getFileExtension()
- Specified by:
getFileExtension
in class ProjectMember
getToDoList
public java.util.Vector getToDoList()
getResolvedCriticsList
public java.util.Vector getResolvedCriticsList()
load
public void load(java.io.InputStream is)
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
load
public void load()
throws java.io.IOException,
org.xml.sax.SAXException
- Specified by:
load
in class ProjectMember
java.io.IOException
org.xml.sax.SAXException
save
public void save(java.lang.String path,
boolean overwrite,
java.io.Writer writer)
- Specified by:
save
in class ProjectMember
- Parameters:
path
- overwrite
- writer
-
save
public void save(java.lang.String path,
boolean overwrite)
- Specified by:
save
in class ProjectMember
- Parameters:
path
- overwrite
-