Package oracle.pgx.config
Class AbstractGraphConfigFactory<T extends GraphConfig>
- java.lang.Object
-
- oracle.pgx.config.AbstractConfigFactory<T>
-
- oracle.pgx.config.AbstractGraphConfigFactory<T>
-
- Type Parameters:
T
- the type of graph configuration this factory creates.
- Direct Known Subclasses:
AnyFormatGraphConfigFactory
,FileGraphConfigFactory
,PartitionedGraphConfigFactory
,RdfGraphConfigFactory
,TwoTablesRdbmsGraphConfigFactory
,TwoTablesTextGraphConfigFactory
public abstract class AbstractGraphConfigFactory<T extends GraphConfig> extends AbstractConfigFactory<T>
Base factory class for creating graph configuration objects.
-
-
Constructor Summary
Constructors Constructor Description AbstractGraphConfigFactory()
-
Method Summary
-
Methods inherited from class oracle.pgx.config.AbstractConfigFactory
fromFile, fromFilePath, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromProperties, fromProperties
-
-