hep.aida
Interface IGenericFactory

All Known Implementing Classes:
GenericFactory

public interface IGenericFactory

Basic user-level interface for creating a generic factory.


Method Summary
 String type()
          The type of the factory (as specified when the factory was created).
 

Method Detail

type

String type()
The type of the factory (as specified when the factory was created).

Returns:
The factory type.


jHepWork 3.2 © jWork.org