Interface PropertyChanger

All Known Implementing Classes:
TagMapper

public interface PropertyChanger
Interface for objects that change tag names or properties systematically.
Since:
1.4
Author:
Matthew Pocock
  • Method Summary

    Modifier and Type
    Method
    Description
    getNewTag(Object oldTag)
    getNewTag returns the tag which substitutes the specified value.
  • Method Details

    • getNewTag

      getNewTag returns the tag which substitutes the specified value.

      If there is no mapping associated with this tag, it is returned unchanged.

      Parameters:
      oldTag - an Object to substitute.
      Returns:
      an Object.