public class Database
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
asgTable |
asg |
crewmanTable |
crewman |
medicalTable |
medical |
officerTable |
officer |
postTable |
post |
Constructor and Description |
---|
Database() |
Database(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
void |
prettyprint() |
void |
prettyprint(java.io.PrintStream out) |
void |
print() |
void |
print(java.io.PrintStream out) |
public crewmanTable crewman
public officerTable officer
public medicalTable medical
public postTable post
public asgTable asg