| Package | Description |
|---|---|
| ai.grakn.generator |
| Class and Description |
|---|
| AbstractGenerator
Abstract class for generating test objects that handles some boilerplate.
|
| AbstractSchemaConceptGenerator
Abstract class for generating
SchemaConcepts. |
| AbstractSchemaConceptGenerator.Meta
Specify whether the generated
SchemaConcept should be a meta concept |
| AbstractSchemaConceptGenerator.NonMeta
Specify whether the generated
SchemaConcept should not be a meta concept |
| AbstractThingGenerator
Abstract class for generating
Things. |
| AbstractThingGenerator.WithResource
Specify if the generated
Thing should be connected to a Attribute |
| AbstractTypeGenerator
Abstract class for generating
Types. |
| AbstractTypeGenerator.Abstract
Specify that the generated
Type should be abstract |
| AbstractTypeGenerator.NonAbstract
Specify that the generated
Type should not be abstract |
| FromTxGenerator
Generator for creating things using an existing tx.
|
| FromTxGenerator.FromTx
Specify that the generated objects should be from the
GraknTx generated in a previous parameter |
| GraknTxs
Generator to create random
GraknTxs. |
| GraknTxs.Open
Specify whether the generated tx 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 © 2018 Grakn Labs Ltd. All rights reserved.