OntoSim 2.2

Uses of Interface
fr.inrialpes.exmo.ontosim.util.matrix.Matrix

Packages that use Matrix
fr.inrialpes.exmo.ontosim.entity.triplebased   
fr.inrialpes.exmo.ontosim.extractor   
fr.inrialpes.exmo.ontosim.util.matrix   
fr.inrialpes.exmo.ontosim.util.measures   
 

Uses of Matrix in fr.inrialpes.exmo.ontosim.entity.triplebased
 

Methods in fr.inrialpes.exmo.ontosim.entity.triplebased that return Matrix
 Matrix<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node> IterativeNodeSim.getmatrix()
           
 

Methods in fr.inrialpes.exmo.ontosim.entity.triplebased with parameters of type Matrix
 void IterativeNodeSim.computeInitialSim(Measure<String> ssim, Matrix<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node> simMD)
           
 

Uses of Matrix in fr.inrialpes.exmo.ontosim.extractor
 

Methods in fr.inrialpes.exmo.ontosim.extractor with parameters of type Matrix
<O> Matching<O>
Extractor.extract(Matrix<O,O> m)
           
<O> Matching<O>
AbstractExtractor.extract(Matrix<O,O> m)
           
 

Uses of Matrix in fr.inrialpes.exmo.ontosim.util.matrix
 

Classes in fr.inrialpes.exmo.ontosim.util.matrix that implement Matrix
 class HalfMatrixDouble<T>
           
 class MatrixDouble<R,C>
           
 class MatrixFile<R,C>
           
 

Methods in fr.inrialpes.exmo.ontosim.util.matrix with parameters of type Matrix
 void MatrixFile.putAll(Matrix<R,C> m)
           
 void MatrixDouble.putAll(Matrix<R,C> m)
           
 void Matrix.putAll(Matrix<R,C> m)
           
 void HalfMatrixDouble.putAll(Matrix<T,T> m)
          Can be better implemented...
 

Uses of Matrix in fr.inrialpes.exmo.ontosim.util.measures
 

Fields in fr.inrialpes.exmo.ontosim.util.measures declared as Matrix
protected  Matrix<O,O> CachedMeasure.mValues
           
 

Fields in fr.inrialpes.exmo.ontosim.util.measures with type parameters of type Matrix
protected  Reference<Matrix<O,O>> MeasureCache.mValues
           
 

Constructors in fr.inrialpes.exmo.ontosim.util.measures with parameters of type Matrix
CachedMeasure(Matrix<O,O> mValues, Measure.TYPES typeM)
           
 


OntoSim 2.2

(C) INRIA, UPMF & friends, 2008-2011