Uses of Interface
jef.dna.attributes.AttribFactory

Packages that use AttribFactory
jef.dna   
jef.dna.attributes.impl   
jef.dna.infoStructures.impl   
 

Uses of AttribFactory in jef.dna
 

Methods in jef.dna that return AttribFactory
 AttribFactory Dna.getAttribFactory()
          Returns the AttribFactory configured in the Dna configuration file, needed for instantiating Attributes instances.
 

Uses of AttribFactory in jef.dna.attributes.impl
 

Classes in jef.dna.attributes.impl that implement AttribFactory
 class AttributeFactory
          Implementation class of the AttribFactory interface.
 

Fields in jef.dna.attributes.impl declared as AttribFactory
protected  AttribFactory GenericAttribute.attribFactory
           
 

Uses of AttribFactory in jef.dna.infoStructures.impl
 

Fields in jef.dna.infoStructures.impl declared as AttribFactory
protected  AttribFactory InfoStructureAncestor.attribFactory