Interface RechenAufgaben

Known Implementing Classes:
AufgabeGrundR1, AufgabeGrundR2, ZeitRechenAufgaben

public interface RechenAufgaben

Title: TokenRingTrainer

Description:

Copyright: Copyright (c) 2003

Company:

Method Summary

boolean
check(String eingabe)
String
datenSenden(List SendParameter)
String[]
getAufgabenstellung()
float
getSolution()
int
getValuation()

Method Details

check

public boolean check(String eingabe)
            throws EingabeException

datenSenden

public String datenSenden(List SendParameter)

getAufgabenstellung

public String[] getAufgabenstellung()

getSolution

public float getSolution()

getValuation

public int getValuation()