Uses of Interface
edu.cmu.tetrad.search.utils.SetEndpointStrategy
Packages that use SetEndpointStrategy
Package
Description
Contains some utility classes for search algorithms.
-
Uses of SetEndpointStrategy in edu.cmu.tetrad.search.utils
Classes in edu.cmu.tetrad.search.utils that implement SetEndpointStrategyModifier and TypeClassDescriptionclass
The DefaultSetEndpointStrategy class implements the SetEndpointStrategy interface and provides a default strategy for setting the endpoint of an edge in a graph.class
The SvarSetEndpointStrategy class implements the SetEndpointStrategy interface and provides a strategy for setting the endpoint of an edge in a graph.Methods in edu.cmu.tetrad.search.utils with parameters of type SetEndpointStrategyModifier and TypeMethodDescriptionvoid
FciOrient.setEndpointStrategy
(SetEndpointStrategy endpointStrategy) Sets the endpoint strategy for this object.