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 voidupdate(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 updateattributes- to add to the component
-
-
DataMelt 3.0 © DataMelt by jWork.ORG