Package net.ontopia.topicmaps.impl.utils
Interface TMRevitalizerIF
-
- All Known Implementing Classes:
TMRevitalizer
public interface TMRevitalizerIFINTERNAL: Interface implemented by a class that is able to revitalize objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectrevitalize(Object o)INTERNAL: Returns a revitalized version of the given object.
-