Class Vinci.AFFactory
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.vinci.Vinci.AFFactory
-
- All Implemented Interfaces:
TransportableFactory
- Enclosing class:
- Vinci
public static class Vinci.AFFactory extends java.lang.Object implements TransportableFactory
A factory for creating AF objects.
-
-
Constructor Summary
Constructors Constructor Description AFFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Transportable
makeTransportable()
Creates a new (empty) document of the desired type.
-
-
-
Method Detail
-
makeTransportable
public Transportable makeTransportable()
Description copied from interface:TransportableFactory
Creates a new (empty) document of the desired type.- Specified by:
makeTransportable
in interfaceTransportableFactory
- Returns:
- The new document.
-
-