Uses of Class
edu.cmu.tetrad.annotation.AnnotatedClass
Packages that use AnnotatedClass
-
Uses of AnnotatedClass in edu.cmu.tetrad.annotation
Fields in edu.cmu.tetrad.annotation with type parameters of type AnnotatedClassModifier and TypeFieldDescriptionprotected final List<AnnotatedClass<T>>
AbstractAnnotations.annotatedClasses
Annotated classes.Methods in edu.cmu.tetrad.annotation that return types with arguments of type AnnotatedClassModifier and TypeMethodDescriptionAbstractAnnotations.filterByAnnotation
(List<AnnotatedClass<T>> annoClasses, Class<? extends Annotation> type) Filter annotated classes by annotation type.static <T extends Annotation>
List<AnnotatedClass<T>>AnnotatedClassUtils.filterByAnnotations
(Class<? extends Annotation> annotation, List<AnnotatedClass<T>> annotatedClasses) Filters a list of annotated classes by the given annotation.AbstractAnnotations.filterOutByAnnotation
(List<AnnotatedClass<T>> annoClasses, Class<? extends Annotation> type) Filter out annotated classes by annotation type.AlgorithmAnnotations.filterOutExperimental
(List<AnnotatedClass<Algorithm>> list) Filters out algorithms that are not for the given data type.ScoreAnnotations.filterOutExperimental
(List<AnnotatedClass<Score>> list) TestOfIndependenceAnnotations.filterOutExperimental
(List<AnnotatedClass<TestOfIndependence>> list) AbstractAnnotations.getAnnotatedClasses()
Get annotated classes.static <T extends Annotation>
List<AnnotatedClass<T>>AnnotatedClassUtils.getAnnotatedClasses
(String packageName, Class<T> type) Gets a list of annotated classes in the given package.Method parameters in edu.cmu.tetrad.annotation with type arguments of type AnnotatedClassModifier and TypeMethodDescriptionAbstractAnnotations.filterByAnnotation
(List<AnnotatedClass<T>> annoClasses, Class<? extends Annotation> type) Filter annotated classes by annotation type.static <T extends Annotation>
List<AnnotatedClass<T>>AnnotatedClassUtils.filterByAnnotations
(Class<? extends Annotation> annotation, List<AnnotatedClass<T>> annotatedClasses) Filters a list of annotated classes by the given annotation.AbstractAnnotations.filterOutByAnnotation
(List<AnnotatedClass<T>> annoClasses, Class<? extends Annotation> type) Filter out annotated classes by annotation type.AlgorithmAnnotations.filterOutExperimental
(List<AnnotatedClass<Algorithm>> list) Filters out algorithms that are not for the given data type.ScoreAnnotations.filterOutExperimental
(List<AnnotatedClass<Score>> list) TestOfIndependenceAnnotations.filterOutExperimental
(List<AnnotatedClass<TestOfIndependence>> list)