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 ElementKeyElementKey. 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 classSchemaEdgeDefinitionASchemaEdgeDefinitionis the representation of a single edge in aSchema.classSchemaEntityDefinitionASchemaEntityDefinitionis the representation of a single entity in aSchema.Methods in uk.gov.gchq.gaffer.store.schema that return SchemaElementDefinition Modifier and Type Method Description SchemaElementDefinitionSchema. getElement(String group)abstract SchemaElementDefinitionSchemaElementDefinition. getExpandedDefinition()Methods in uk.gov.gchq.gaffer.store.schema with parameters of type SchemaElementDefinition Modifier and Type Method Description uk.gov.gchq.koryphe.ValidationResultSchemaElementDefinitionValidator. validate(SchemaElementDefinition elementDef)Checks each identifier and property has a type associated with it.
-