Skip navigation links
I O R W X 

I

IConsole - Interface in org.jabotics.console.en
The interface IConsole defines methods for the input and output of data of type String (text), int (integral number) und float (floating point number) in the context of a simple console application.

O

org.jabotics.console.en - package org.jabotics.console.en
 

R

readInteger() - Method in interface org.jabotics.console.en.IConsole
Input of an integral number.
readInteger(String) - Method in interface org.jabotics.console.en.IConsole
Input of an integral number.
readInteger() - Method in class org.jabotics.console.en.XConsole
 
readInteger(String) - Method in class org.jabotics.console.en.XConsole
 
readNumber() - Method in interface org.jabotics.console.en.IConsole
Input of a floating-point number.
readNumber(String) - Method in interface org.jabotics.console.en.IConsole
Input of a floating-point number.
readNumber() - Method in class org.jabotics.console.en.XConsole
 
readNumber(String) - Method in class org.jabotics.console.en.XConsole
 
readText() - Method in interface org.jabotics.console.en.IConsole
Input of a line of text.
readText(String) - Method in interface org.jabotics.console.en.IConsole
Input of a line of text.
readText() - Method in class org.jabotics.console.en.XConsole
 
readText(String) - Method in class org.jabotics.console.en.XConsole
 

W

write(String) - Method in interface org.jabotics.console.en.IConsole
Output of text without line break.
write(int) - Method in interface org.jabotics.console.en.IConsole
Output of an integral number without line break.
write(float) - Method in interface org.jabotics.console.en.IConsole
Output of a floating-point number without line break.
write(String) - Method in class org.jabotics.console.en.XConsole
 
write(int) - Method in class org.jabotics.console.en.XConsole
 
write(float) - Method in class org.jabotics.console.en.XConsole
 
writeLine(String) - Method in interface org.jabotics.console.en.IConsole
Output of text with line break.
writeLine(int) - Method in interface org.jabotics.console.en.IConsole
Output of an integral number with line break.
writeLine(float) - Method in interface org.jabotics.console.en.IConsole
Output of a floating-point number with line break.
writeLine(String) - Method in class org.jabotics.console.en.XConsole
 
writeLine(int) - Method in class org.jabotics.console.en.XConsole
 
writeLine(float) - Method in class org.jabotics.console.en.XConsole
 

X

XConsole - Class in org.jabotics.console.en
Die Klasse XKonsole implementiert die Schnittstelle IKonsole, dient also der Ein- und Ausgabe von Daten der Typen String (=Zeichenkette), int (=Ganzzahl) und float (=Fließkommazahl).
XConsole() - Constructor for class org.jabotics.console.en.XConsole
Public standard-constructor for objects of Type XConsole.
I O R W X 
Skip navigation links