Uses of Class
fiftyone.mobile.detection.factories.BaseEntityFactory

Packages that use BaseEntityFactory
fiftyone.mobile.detection.entities.memory   
fiftyone.mobile.detection.entities.stream   
fiftyone.mobile.detection.factories   
 

Uses of BaseEntityFactory in fiftyone.mobile.detection.entities.memory
 

Fields in fiftyone.mobile.detection.entities.memory declared as BaseEntityFactory
protected  BaseEntityFactory<T> BaseList.entityFactory
          Interface used to create a new instance of an item in the list.
 

Constructors in fiftyone.mobile.detection.entities.memory with parameters of type BaseEntityFactory
BaseList(Dataset dataSet, BinaryReader reader, BaseEntityFactory<T> entityFactory)
          Constructs a new instance of .
MemoryFixedList(Dataset dataSet, BinaryReader reader, BaseEntityFactory<T> entityFactory)
          Constructs a new instance of FixedList
MemoryVariableList(Dataset dataSet, BinaryReader reader, BaseEntityFactory<T> entityFactory)
          Constructs a new instance of VariableList
 

Uses of BaseEntityFactory in fiftyone.mobile.detection.entities.stream
 

Fields in fiftyone.mobile.detection.entities.stream declared as BaseEntityFactory
(package private)  BaseEntityFactory<T> Cache.entityFactory
           
(package private)  BaseEntityFactory<T> BaseList.entityFactory
           
 

Constructors in fiftyone.mobile.detection.entities.stream with parameters of type BaseEntityFactory
BaseList(Dataset dataSet, BinaryReader reader, Source source, BaseEntityFactory<T> entityFactory)
          Constructs a new instance of BaseList ready to read entities from the source.
Cache(BaseEntityFactory<T> creator)
          Constructs a new instance of the cache.
StreamFixedList(Dataset dataSet, BinaryReader reader, Source source, BaseEntityFactory<T> entityFactory)
           
StreamVariableList(Dataset dataSet, BinaryReader reader, Source source, BaseEntityFactory<T> entityFactory)
          Constructs a new instance of VariableList
 

Uses of BaseEntityFactory in fiftyone.mobile.detection.factories
 

Subclasses of BaseEntityFactory in fiftyone.mobile.detection.factories
 class AsciiStringFactory
           
 class ComponentFactory
           
 class MapFactory
           
 class NodeFactory
           
 class ProfileFactory
           
 class ProfileOffsetFactory
           
 class PropertyFactory
           
 class RankedSignatureIndexFactory
           
 class RootNodeFactory
           
 class SignatureFactory
           
 class ValueFactory