Documentation of 'org.jgrapht.io.ComponentUpdater' Java class
ComponentUpdater
org.jgrapht.io

Interface ComponentUpdater<T>

  • Type Parameters:
    T - the component type
    All Known Subinterfaces:
    ComponentUpdater<T>


    public interface ComponentUpdater<T>
    Type to handle updates to a component when an import gets more information about it after it has been created.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void update(T component, java.util.Map<java.lang.String,java.lang.String> attributes)
      Update component with the extra attributes.
    • Method Detail

      • update

        void update(T component,
                    java.util.Map<java.lang.String,java.lang.String> attributes)
        Update component with the extra attributes.
        Parameters:
        component - to update
        attributes - to add to the component

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.