Uses of Interface
org.ujmp.core.annotation.Annotation

Packages that use Annotation
org.ujmp.core.annotation   
org.ujmp.core.calculation   
org.ujmp.core.matrix   
org.ujmp.core.objectmatrix.calculation   
 

Uses of Annotation in org.ujmp.core.annotation
 

Classes in org.ujmp.core.annotation that implement Annotation
 class AbstractAnnotation
           
 class DefaultAnnotation
           
 

Methods in org.ujmp.core.annotation that return Annotation
 Annotation DefaultAnnotation.clone()
           
 Annotation Annotation.clone()
           
abstract  Annotation AbstractAnnotation.clone()
           
 Annotation HasAnnotation.getAnnotation()
           
 

Methods in org.ujmp.core.annotation with parameters of type Annotation
 void HasAnnotation.setAnnotation(Annotation annotation)
           
 

Uses of Annotation in org.ujmp.core.calculation
 

Methods in org.ujmp.core.calculation that return Annotation
 Annotation Calculation.getAnnotation()
           
 Annotation AbstractCalculation.getAnnotation()
           
 

Methods in org.ujmp.core.calculation with parameters of type Annotation
 void Calculation.setAnnotation(Annotation annotation)
           
 void AbstractCalculation.setAnnotation(Annotation annotation)
           
 

Uses of Annotation in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return Annotation
 Annotation AbstractMatrix.getAnnotation()
           
 

Methods in org.ujmp.core.matrix with parameters of type Annotation
 void AbstractMatrix.setAnnotation(Annotation annotation)
           
 

Uses of Annotation in org.ujmp.core.objectmatrix.calculation
 

Methods in org.ujmp.core.objectmatrix.calculation that return Annotation
static Annotation Transpose.transposeAnnotation(Annotation annotation, long[] newSize)
           
static Annotation Transpose.transposeAnnotation(Annotation aorig, long[] newSize, int swap1, int swap2)
           
 

Methods in org.ujmp.core.objectmatrix.calculation with parameters of type Annotation
static Annotation Transpose.transposeAnnotation(Annotation annotation, long[] newSize)
           
static Annotation Transpose.transposeAnnotation(Annotation aorig, long[] newSize, int swap1, int swap2)
           
 



Copyright © 2010. All Rights Reserved.