org.argouml.uml.cognitive
Class ProjectMemberTodoList

java.lang.Object
  extended byorg.argouml.kernel.AbstractProjectMember
      extended byorg.argouml.uml.cognitive.ProjectMemberTodoList
All Implemented Interfaces:
ProjectMember

public class ProjectMemberTodoList
extends AbstractProjectMember

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.


Field Summary
private static String TO_DO_EXT
           
 
Fields inherited from class org.argouml.kernel.AbstractProjectMember
 
Constructor Summary
ProjectMemberTodoList(String name, Project p)
          The constructor.
 
Method Summary
 Vector getResolvedCriticsList()
           
 Vector getToDoList()
           
 String getType()
           
 String getZipFileExtension()
           
 
Methods inherited from class org.argouml.kernel.AbstractProjectMember
getUniqueDiagramName, getZipName, makeUniqueName, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TO_DO_EXT

private static final String TO_DO_EXT
See Also:
Constant Field Values
Constructor Detail

ProjectMemberTodoList

public ProjectMemberTodoList(String name,
                             Project p)
The constructor.

Parameters:
name - the name
p - the project
Method Detail

getType

public String getType()
Specified by:
getType in interface ProjectMember
Specified by:
getType in class AbstractProjectMember
Returns:
a short string defining the member type. Usually equals the file extension.
See Also:
AbstractProjectMember.getType()

getZipFileExtension

public String getZipFileExtension()
Specified by:
getZipFileExtension in interface ProjectMember
Overrides:
getZipFileExtension in class AbstractProjectMember
Returns:
the file extension string
See Also:
AbstractProjectMember.getZipFileExtension()

getToDoList

public Vector getToDoList()
Returns:
a vector containing the to do list

getResolvedCriticsList

public Vector getResolvedCriticsList()
Returns:
Vector conaining the resolved critics list


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook