Class InterleavingCode


public class InterleavingCode
extends java.lang.Object

Field Summary

private String[]
a
private int
anz
private int[]
anzahl
private String[]
b
private String[]
bits
private int
g
private int
i
private int[]
index
private String[]
infowort
private int
q
private Random
r
private String
s
private String[]
solution
private long
time

Constructor Summary

InterleavingCode()

Method Summary

String[]
Loesung()
int[]
Test()
String[]
Wert()
String
getTime()

Field Details

a

private String[] a

anz

private int anz

anzahl

private int[] anzahl

b

private String[] b

bits

private String[] bits

g

private int g

i

private int i

index

private int[] index

infowort

private String[] infowort

q

private int q

r

private Random r

s

private String s

solution

private String[] solution

time

private long time

Constructor Details

InterleavingCode

public InterleavingCode()

Method Details

Loesung

public String[] Loesung()

Test

public int[] Test()

Wert

public String[] Wert()

getTime

public String getTime()