org.problets.domain.view
Interface StatusProvider

All Known Implementing Classes:
KnowledgeUnit

public interface StatusProvider

An object that will return a numerical estimate of its status

Author:
Amruth Kumar

Method Summary
 java.util.Vector getChildren()
           
 java.lang.String getContent()
           
 double getPercentCompletion()
           
 

Method Detail

getPercentCompletion

double getPercentCompletion()

getContent

java.lang.String getContent()

getChildren

java.util.Vector getChildren()