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
-
-
Constructor Summary
Constructors Constructor Description AFFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransportablemakeTransportable()Creates a new (empty) document of the desired type.
-
-
-
Method Detail
-
makeTransportable
public Transportable makeTransportable()
Description copied from interface:TransportableFactoryCreates a new (empty) document of the desired type.- Specified by:
makeTransportablein interfaceTransportableFactory- Returns:
- The new document.
-
-