Interface HasIdentifier<NT extends NamedType>

Type Parameters:
NT - type of the named value
All Known Subinterfaces:
Control<NT,T>
All Known Implementing Classes:
AbstractControl, BindingControl, DefaultDynamicControl

public interface HasIdentifier<NT extends NamedType>
Interface for entities that have an identifier, meaning, they can be labelled. Entities can be, e.g., nodes.
Author:
Dominik Grzelak
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getNamedType

      NT getNamedType()