Uses of Class
edu.cmu.tetrad.search.GraphChange
Packages that use GraphChange
-
Uses of GraphChange in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search 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 with parameters of type GraphChangeModifier and TypeMethodDescriptionbooleanGraphChange.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.booleanGraphChange.isConsistent(GraphChange other) Consistency check, nonexhaustive, but catches the most blatant inconsistencies.voidGraphChange.union(GraphChange other) Absorbs all changes from the GraphChange other into the calling GraphChange.Method parameters in edu.cmu.tetrad.search 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 with parameters of type GraphChange