Uses of Class
uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
Packages that use SchemaElementDefinition Package Description uk.gov.gchq.gaffer.store.element uk.gov.gchq.gaffer.store.schema Classes describing the Gaffer schema. -
-
Uses of SchemaElementDefinition in uk.gov.gchq.gaffer.store.element
Methods in uk.gov.gchq.gaffer.store.element with parameters of type SchemaElementDefinition Modifier and Type Method Description static ElementKey
ElementKey. create(Element element, SchemaElementDefinition elementDef)
-
Uses of SchemaElementDefinition in uk.gov.gchq.gaffer.store.schema
Subclasses of SchemaElementDefinition in uk.gov.gchq.gaffer.store.schema Modifier and Type Class Description class
SchemaEdgeDefinition
ASchemaEdgeDefinition
is the representation of a single edge in aSchema
.class
SchemaEntityDefinition
ASchemaEntityDefinition
is the representation of a single entity in aSchema
.Methods in uk.gov.gchq.gaffer.store.schema that return SchemaElementDefinition Modifier and Type Method Description SchemaElementDefinition
Schema. getElement(String group)
abstract SchemaElementDefinition
SchemaElementDefinition. getExpandedDefinition()
Methods in uk.gov.gchq.gaffer.store.schema with parameters of type SchemaElementDefinition Modifier and Type Method Description uk.gov.gchq.koryphe.ValidationResult
SchemaElementDefinitionValidator. validate(SchemaElementDefinition elementDef)
Checks each identifier and property has a type associated with it.
-