|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.lib.conceptmap.model.NodeFeedback
public class NodeFeedback
Used to store the feedback the user receives when he/she connects two nodes to each other.
Constructor Summary | |
---|---|
NodeFeedback(java.lang.String inSourceNode,
java.lang.String inTargetNode,
java.lang.String inFeedback)
Creates a NodeFeedback object using the name of the source and target nodes and the feedback the user receives when he/she connects them. |
Method Summary | |
---|---|
java.lang.String |
getFeedback()
Returns the feedback. |
java.lang.String |
getSourceNode()
Returns the name of the source node. |
java.lang.String |
getTargetNode()
Returns the name of the target node. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeFeedback(java.lang.String inSourceNode, java.lang.String inTargetNode, java.lang.String inFeedback)
inSourceNode
- the source nodeinTargetNode
- the target nodeinFeedback
- the feedbackMethod Detail |
---|
public java.lang.String getSourceNode()
public java.lang.String getTargetNode()
public java.lang.String getFeedback()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |