Package ghidra.util.graph.attributes


package ghidra.util.graph.attributes
  • Classes
    Class
    Description
    Base class for attributes -- int, double, or String values -- which can be assigned to the members of a KeyIndexableSet, e.g.
    Class which creates and keeps track of attributes defined for a single KeyIndexableSet.
    This class provides a storage mechanism for double-valued information about the elements of a KeyIndexableSet, e.g.
    This class provides a storage mechanism for integer-valued information about the elements of a KeyIndexableSet, e.g.
    This class provides a storage mechanism for long-valued information about the elements of a KeyIndexableSet, e.g.
    This class provides a storage mechanism for Object-valued information about the elements of a KeyIndexableSet, e.g.
    This class provides a storage mechanism for String-valued information about the elements of a KeyIndexableSet, e.g.