- Enclosing interface:
- IDiagramNode
public static interface IDiagramNode.IAttribute
Represents a scalar-valued data point associated with a node.
-
Method Details
-
getNode
Get the node containing the attribute.- Returns:
- the node
-
getLabel
The human-readable label for the attribute.- Returns:
- the label
-
getDataType
Get the data type for the attribute.- Returns:
- the data type
-