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