|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.jussieu.gla.wasa.core.ProblemItem
The base class for Problem
-owned objects.
Constructor Summary | |
ProblemItem(Problem problem)
Constructor. |
Method Summary | |
java.lang.String |
getName()
Allows to get a user-defined tag. |
Problem |
getProblem()
Returns the Problem the item is associated with. |
void |
setName(java.lang.String name)
Allows to set a user-defined tag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProblemItem(Problem problem)
problem
- The Problem this Var belongs to.Method Detail |
public final Problem getProblem()
public final java.lang.String getName()
public final void setName(java.lang.String name)
name
- The name of this ProblemItem.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |