|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttribFactory
This interface is used for accessing real attribute factory implementations for instantiating attribute classes.
Method Summary | |
---|---|
Attribute |
getInstance(AttributeTypes type)
This method returns not populated Attribute instances. |
Attribute |
getInstance(java.io.DataInputStream dis,
Dna dna)
This method returns not populated Attribute instances. |
Method Detail |
---|
Attribute getInstance(AttributeTypes type) throws UnsupportedAttributeException
type
- Which attribute to instantiate
UnsupportedAttributeException
Attribute getInstance(java.io.DataInputStream dis, Dna dna) throws DnaDeserializationException
dis
- The input stream the attribute has to be instantiated fromdna
- The Dna
instance which will contain the returned
Attribute
instance
DnaDeserializationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |