fiftyone.mobile.detection.factories
Class NodeFactory
java.lang.Object
fiftyone.mobile.detection.factories.BaseEntityFactory<Node>
fiftyone.mobile.detection.factories.NodeFactory
public class NodeFactory
- extends BaseEntityFactory<Node>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeFactory
public NodeFactory()
create
public Node create(Dataset dataSet,
int index,
BinaryReader reader)
- Specified by:
create in class BaseEntityFactory<Node>
getLength
public int getLength(Node entity)
- Overrides:
getLength in class BaseEntityFactory<Node>
- Parameters:
entity - whose size is required.
- Returns:
- the size of the entity provided.