|
talx x1.0.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectutil.Skill
This object represents a Skill object in the Training program. Skills are read and created by the SkillLattice. Skill contain neccessary information for training that skill. A Skill has some attributes, a list of tasks, and a tree of drills. See skills.dtd and SkillLatticeConstants.java for more information on the attributes of Skills.
| Field Summary |
| Constructor Summary | |
Skill(java.lang.String id)
Provided for subclasses. |
|
Skill(java.lang.String id,
java.lang.String[] prereqs,
java.lang.String status,
java.util.Date date,
java.lang.String refreshCriteria,
java.lang.String reviewCriteria,
java.lang.String start,
java.lang.String filename)
This constructor creates a Skill object with all the basic attributes. |
|
| Method Summary | |
java.util.Date |
getDate()
Returns the date of this Skill. |
java.lang.String |
getDescription()
Returns the description of this Skill. |
Drill |
getDrill()
Returns the drill that this Skill starts with. |
java.lang.String |
getId()
Returns the id of this Skill. |
java.lang.String[] |
getPrerequisits()
Returns the prereqs of this Skill. |
java.lang.String |
getRefreshCriteria()
Returns the refresh criteria of this Skill. |
java.lang.String |
getReviewCriteria()
Returns the review criteria of this Skill. |
Task |
getReviewTask()
Returns the current task to do for this Skill (when reviewing/refreshing). |
java.lang.String |
getStatus()
Returns the status of this Skill. |
void |
setDate(java.util.Date d)
Sets the Status of this Skill. |
void |
setDescription(java.lang.String d)
Sets the description of this Skill. |
void |
setStatus(Drill d)
Sets the Status of this Skill. |
void |
setStatus(java.lang.String status)
Sets the Status of this Skill. |
void |
setStatus(java.lang.String status,
java.util.Date d)
Sets the Status of this Skill. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Skill(java.lang.String id,
java.lang.String[] prereqs,
java.lang.String status,
java.util.Date date,
java.lang.String refreshCriteria,
java.lang.String reviewCriteria,
java.lang.String start,
java.lang.String filename)
public Skill(java.lang.String id)
| Method Detail |
public java.lang.String getId()
public java.lang.String[] getPrerequisits()
public java.lang.String getStatus()
public java.util.Date getDate()
public java.lang.String getRefreshCriteria()
public java.lang.String getReviewCriteria()
public java.lang.String getDescription()
public Drill getDrill()
public Task getReviewTask()
public void setDescription(java.lang.String d)
d - description.
public void setStatus(java.lang.String status,
java.util.Date d)
status - status.d - date.public void setDate(java.util.Date d)
d - date.public void setStatus(java.lang.String status)
status - status.public void setStatus(Drill d)
d - drill.
|
talx x1.0.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.