Interface IDiagramNode.IAttribute

Enclosing interface:
IDiagramNode

public static interface IDiagramNode.IAttribute
Represents a scalar-valued data point associated with a node.
  • Method Details

    • getNode

      @NonNull IDiagramNode getNode()
      Get the node containing the attribute.
      Returns:
      the node
    • getLabel

      @NonNull String getLabel()
      The human-readable label for the attribute.
      Returns:
      the label
    • getDataType

      @NonNull IDataTypeAdapter<?> getDataType()
      Get the data type for the attribute.
      Returns:
      the data type