Uses of Class
edu.cmu.tetrad.search.work_in_progress.GraphChange
Packages that use GraphChange
Package
Description
Contains some classes that aren't ready for prime time.
-
Uses of GraphChange in edu.cmu.tetrad.search.work_in_progress
Methods in edu.cmu.tetrad.search.work_in_progress that return types with arguments of type GraphChangeModifier and TypeMethodDescriptionstatic List<GraphChange>
IonHittingSet.findHittingSet
(List<Set<GraphChange>> Forig) takes a List of HashSets of GraphChanges, and returns a List of GraphChanges.Methods in edu.cmu.tetrad.search.work_in_progress with parameters of type GraphChangeModifier and TypeMethodDescriptionboolean
GraphChange.contains
(GraphChange gc) Contains is defined such that if the internal strucs of this GraphChange all individually contain the elements in the corresponding strucs of GraphChange gc, then this "contains" gc.boolean
GraphChange.isConsistent
(GraphChange other) Consistency check, nonexhaustive, but catches the most blatant inconsistencies.void
GraphChange.union
(GraphChange other) Absorbs all changes from the GraphChange other into the calling GraphChange.Method parameters in edu.cmu.tetrad.search.work_in_progress with type arguments of type GraphChangeModifier and TypeMethodDescriptionstatic List<GraphChange>
IonHittingSet.findHittingSet
(List<Set<GraphChange>> Forig) takes a List of HashSets of GraphChanges, and returns a List of GraphChanges.Constructors in edu.cmu.tetrad.search.work_in_progress with parameters of type GraphChange