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 class
ElementDefinitions<ENTITY_DEF extends ElementDefinition,EDGE_DEF extends ElementDefinition>
Contains the full list of groups in the graph.class
ElementDefinitions<ENTITY_DEF extends ElementDefinition,EDGE_DEF extends ElementDefinition>
Contains the full list of groups in the graph.static class
ElementDefinitions.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 class
ElementDefinitions.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 ElementDefinition
ElementDefinitions. 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 class
GlobalViewElementDefinition
class
ViewElementDefinition
AViewElementDefinition
is anElementDefinition
containing transient properties, anElementTransformer
and twoElementFilter
s. -
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 class
SchemaEdgeDefinition
ASchemaEdgeDefinition
is the representation of a single edge in aSchema
.class
SchemaElementDefinition
ASchemaElementDefinition
is the representation of a single group in aSchema
.class
SchemaEntityDefinition
ASchemaEntityDefinition
is the representation of a single entity in aSchema
.
-