Package uk.gov.gchq.gaffer.rest.factory
Class DefaultExamplesFactory
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- uk.gov.gchq.gaffer.rest.factory.DefaultExamplesFactory
-
- All Implemented Interfaces:
ExamplesFactory
public class DefaultExamplesFactory extends AbstractExamplesFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultExamplesFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setGraphFactory(GraphFactory graphFactory)
-
Methods inherited from class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
addElements, addNamedOperation, addNamedView, generateElements, generateExample, generateExamples, generateObjects, getAdjacentIds, getAllElements, getElements, getWalks, ifOperation, mapOperation, max, min, operationChain, sort, toMap, whileOperation
-
-
-
-
Method Detail
-
setGraphFactory
@Autowired public void setGraphFactory(GraphFactory graphFactory)
-
-