| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjef.dna.attributesTable.impl.def.ATableFactory
public class ATableFactory
This is the default implementation of the AttributesTableFactory interface.
| Constructor Summary | |
|---|---|
| ATableFactory()Creates a new instance of ATableFactory | |
| Method Summary | |
|---|---|
|  AttributesTable | getInstance()Returns an empty instance of the AttributesTableinterface | 
|  AttributesTable | getInstance(java.io.DataInputStream dis,
            Dna dna,
            int ac)Returns a populated instance of the AttributesTableinterface | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ATableFactory()
| Method Detail | 
|---|
public AttributesTable getInstance()
AttributesTable interface
getInstance in interface AttributesTableFactory
public AttributesTable getInstance(java.io.DataInputStream dis,
                                   Dna dna,
                                   int ac)
                            throws MissingDnaContainerException,
                                   DnaDeserializationException
AttributesTable interface
getInstance in interface AttributesTableFactorydis - The input stream the table has to be read fromdna - The Dna containerac - The number of expected attributes
MissingDnaContainerException
DnaDeserializationException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||