Package org.jgrapht.io
Interface ComponentUpdater<T>
-
- Type Parameters:
T
- the component type
@Deprecated public interface ComponentUpdater<T>
Deprecated.Use new importers.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 Deprecated Methods Modifier and Type Method Description void
update(T component, Map<String,Attribute> attributes)
Deprecated.Update component with the extra attributes.
-