Class EntitySemanticsDecorator

java.lang.Object
fr.ifremer.isisfish.util.matrix.EntitySemanticsDecorator
All Implemented Interfaces:
org.nuiton.math.matrix.SemanticsDecorator<Object,String>

public class EntitySemanticsDecorator extends Object implements org.nuiton.math.matrix.SemanticsDecorator<Object,String>
Convertie une entite, month, timestep en string et inversement. Entity = "TopiaId:Entity.toString"
  • Field Details

  • Constructor Details

  • Method Details

    • getDecoratedObject

      public Collection<Object> getDecoratedObject()
      return all currently cached object decorated. Can be used to transforme matrix and work on object found in semantics. If returned collection is cleared, all object in cache are removed too
      Returns:
    • decorate

      public Object decorate(String internalValue)
      Specified by:
      decorate in interface org.nuiton.math.matrix.SemanticsDecorator<Object,String>
    • undecorate

      public String undecorate(Object decoratedValue)
      Specified by:
      undecorate in interface org.nuiton.math.matrix.SemanticsDecorator<Object,String>