Uses of Interface
uk.gov.gchq.gaffer.data.elementdefinition.ElementDefinition
-
Packages that use ElementDefinition Package Description uk.gov.gchq.gaffer.data.elementdefinition Classes which describe the definition of elements.uk.gov.gchq.gaffer.data.elementdefinition.view Classes which define the types of Gaffer elements which can be retrieved by operations.uk.gov.gchq.gaffer.store.schema Classes describing the Gaffer schema. -
-
Uses of ElementDefinition in uk.gov.gchq.gaffer.data.elementdefinition
Classes in uk.gov.gchq.gaffer.data.elementdefinition with type parameters of type ElementDefinition Modifier and Type Class Description classElementDefinitions<ENTITY_DEF extends ElementDefinition,EDGE_DEF extends ElementDefinition>Contains the full list of groups in the graph.classElementDefinitions<ENTITY_DEF extends ElementDefinition,EDGE_DEF extends ElementDefinition>Contains the full list of groups in the graph.static classElementDefinitions.BaseBuilder<ELEMENT_DEFS extends ElementDefinitions<ENTITY_DEF,EDGE_DEF>,ENTITY_DEF extends ElementDefinition,EDGE_DEF extends ElementDefinition,CHILD_CLASS extends ElementDefinitions.BaseBuilder<ELEMENT_DEFS,ENTITY_DEF,EDGE_DEF,?>>Builder forElementDefinitions.static classElementDefinitions.BaseBuilder<ELEMENT_DEFS extends ElementDefinitions<ENTITY_DEF,EDGE_DEF>,ENTITY_DEF extends ElementDefinition,EDGE_DEF extends ElementDefinition,CHILD_CLASS extends ElementDefinitions.BaseBuilder<ELEMENT_DEFS,ENTITY_DEF,EDGE_DEF,?>>Builder forElementDefinitions.Methods in uk.gov.gchq.gaffer.data.elementdefinition that return ElementDefinition Modifier and Type Method Description ElementDefinitionElementDefinitions. getElement(String group)Looks the group up in the entity definitions then if it doesn't find a definition it will look it up in the edge definitions. -
Uses of ElementDefinition in uk.gov.gchq.gaffer.data.elementdefinition.view
Classes in uk.gov.gchq.gaffer.data.elementdefinition.view that implement ElementDefinition Modifier and Type Class Description classGlobalViewElementDefinitionclassViewElementDefinitionAViewElementDefinitionis anElementDefinitioncontaining transient properties, anElementTransformerand twoElementFilters. -
Uses of ElementDefinition in uk.gov.gchq.gaffer.store.schema
Classes in uk.gov.gchq.gaffer.store.schema that implement ElementDefinition Modifier and Type Class Description classSchemaEdgeDefinitionASchemaEdgeDefinitionis the representation of a single edge in aSchema.classSchemaElementDefinitionASchemaElementDefinitionis the representation of a single group in aSchema.classSchemaEntityDefinitionASchemaEntityDefinitionis the representation of a single entity in aSchema.
-