org.problets.tutor.feedbackadapter
Class ControlFlowAdapter

java.lang.Object
  extended by org.problets.tutor.feedbackadapter.BaseAdapter
      extended by org.problets.tutor.feedbackadapter.ControlFlowAdapter

public class ControlFlowAdapter
extends BaseAdapter

Adapts feedback to include control flow statements only

Author:
Amruth Kumar

Constructor Summary
ControlFlowAdapter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.problets.tutor.feedbackadapter.BaseAdapter
adaptFeedbackAmount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlFlowAdapter

public ControlFlowAdapter()
Method Detail

main

public static void main(java.lang.String[] args)