|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--matroide.DateiLeser
Liest Matroide aus einer Datei ein. Die jeder CoVektor steht in einer Zeile, er wird eingelesen und als CoVektor Objekt abgespeichert. Alle CoVektoren zusammen werden als CoVektorMatroid abgespeichert.
| Constructor Summary | |
DateiLeser(java.lang.String s)
|
|
| Method Summary | |
CoKreis |
getCoVektor(byte[] punkte,
int anzahl)
|
CoKreisMatroid |
getCoVektorMatroid()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DateiLeser(java.lang.String s)
| Method Detail |
public CoKreis getCoVektor(byte[] punkte,
int anzahl)
throws matroide.IsNoLegalCoKreisException
byte[] - der Punkte, die zu diesem CoVektor gehoerenpublic CoKreisMatroid getCoVektorMatroid()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||