| Class | Description |
|---|---|
| AbstractGenerator<T> |
Abstract class for generating test objects that handles some boilerplate.
|
| AbstractOntologyConceptGenerator<T extends OntologyConcept> |
Abstract class for generating
OntologyConcepts. |
| AbstractThingGenerator<T extends Thing,S extends Type> |
Abstract class for generating
Things. |
| ConceptIds |
Generator that generates totally random concept IDs
|
| DataTypes |
Generator that produces random valid resource data types.
|
| Entities |
Generator that produces
Entitys |
| EntityTypes |
Generator that produces
EntityTypes |
| FromGraphGenerator<T> |
Generator for creating things using an existing graph.
|
| GraknGraphs |
Generator to create random
GraknGraphs. |
| Labels |
Generator that generates totally random type names
|
| MetaLabels |
Generator that generates meta type names only
|
| MetasyntacticStrings |
Generator for producing a limited set of readable, meaningless strings.
|
| Methods | |
| PutOntologyConceptFunctions |
Generator that produces
GraknGraph methods that put an ontology concept in the graph, given Label. |
| Relations |
A generator that produces
Relations |
| RelationsFromRolePlayers |
A generator that produces
Relations from existing role-players. |
| RelationTypes |
A generator that produces
RelationTypes |
| Resources |
A generator that produces
Resources
<<<<<<< Updated upstream:grakn-test-tools/src/main/java/ai/grakn/generator/Resources.java
======= |
| ResourceTypes |
A generator that produces
ResourceTypes |
| ResourceValues |
Generator that generates random valid resource values.
|
| Roles |
A generator that produces random
Roles |
| Rules |
A generator that produces random
Rules |
| RuleTypes |
A generator that produces random
RuleTypes |
| Annotation Type | Description |
|---|---|
| AbstractOntologyConceptGenerator.Abstract |
Specify whether the generated
OntologyConcept should be abstract |
| AbstractOntologyConceptGenerator.Meta |
Specify whether the generated
OntologyConcept should be a meta concept |
| FromGraphGenerator.FromGraph |
Specify that the generated objects should be from the graph generated in a previous parameter
|
| GraknGraphs.Open |
Specify whether the generated graph should be open or closed
|
| Labels.Unused |
Specify that the label should be unused in the graph
|
| Methods.MethodOf |
Specify what class to generate methods from
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.