Package fr.ifremer.isisfish.util.matrix
Class IsisMatrixSemanticMapper
java.lang.Object
org.nuiton.math.matrix.SemanticMapper
fr.ifremer.isisfish.util.matrix.IsisMatrixSemanticMapper
public class IsisMatrixSemanticMapper
extends org.nuiton.math.matrix.SemanticMapper
Implementation du mapper de semantique pour Isis pour que l'import/export
des matrices en N dimensions de nuiton matrix fonctionne.
- Version:
- $Revision$ Last update : $Date$ By : $Author$
- Author:
- chatellier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsisMatrixSemanticMapper
public IsisMatrixSemanticMapper()
-
-
Method Details
-
getType
Return class for type identified by typeName. For example : "Population" can return "fr.ifremer.entities.Population.class" ReturnStringby default.- Overrides:
getTypein classorg.nuiton.math.matrix.SemanticMapper- Parameters:
typeName- type to get class.- Returns:
- type for typeId
-
getValue
Return value identified by valueId and typetype. ReturnvalueIdby default;- Overrides:
getValuein classorg.nuiton.math.matrix.SemanticMapper- Parameters:
type-valueId-- Returns:
- value identified by {valueId}
-
getTypeName
- Overrides:
getTypeNamein classorg.nuiton.math.matrix.SemanticMapper
-
getValueId
- Overrides:
getValueIdin classorg.nuiton.math.matrix.SemanticMapper
-