edu.jas.module
Class SolvResPart

java.lang.Object
  extended by edu.jas.module.SolvResPart
All Implemented Interfaces:
java.io.Serializable

 class SolvResPart
extends java.lang.Object
implements java.io.Serializable


Field Summary
 ModuleList GB
           
 ModuleList module
           
 ModuleList syzygy
           
 
Constructor Summary
SolvResPart(ModuleList m, ModuleList g, ModuleList z)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

module

public final ModuleList module

GB

public final ModuleList GB

syzygy

public final ModuleList syzygy
Constructor Detail

SolvResPart

public SolvResPart(ModuleList m,
                   ModuleList g,
                   ModuleList z)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object