Class TinkerElement

    • Field Detail

      • id

        protected final Object id
      • label

        protected final String label
      • removed

        protected boolean removed
    • Constructor Detail

      • TinkerElement

        protected TinkerElement​(Object id,
                                String label)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • id

        public Object id()
        Description copied from interface: Element
        Gets the unique identifier for the graph Element.
        Specified by:
        id in interface Element
        Returns:
        The id of the element
      • label

        public String label()
        Description copied from interface: Element
        Gets the label for the graph Element which helps categorize it.
        Specified by:
        label in interface Element
        Returns:
        The label of the element