Interface ElementType<ET extends ElementType<ET>>

Type Parameters:
ET - The concrete element type
All Known Subinterfaces:
NodeType, RelationshipType

public interface ElementType<ET extends ElementType<ET>>
The type of an element inside a graph.
Since:
1.11.0
Author:
Michael J. Simons
Soundtrack
Kraftklub - KARGO
  • Method Details

    • getOwningTypeName

      String getOwningTypeName()
      Returns:
      The canonical name of the (Java) type that "owns" this graph element
    • getProperties

      List<PropertyType<ET>> getProperties()
      Returns:
      the properties of this entity.