org.argouml.uml.cognitive
Class ProjectMemberTodoList
java.lang.Object
org.argouml.kernel.AbstractProjectMember
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TO_DO_EXT
private static final String TO_DO_EXT
- See Also:
- Constant Field Values
ProjectMemberTodoList
public ProjectMemberTodoList(String name,
Project p)
- The constructor.
- Parameters:
name
- the namep
- the project
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