Uses of Enum Class
org.apache.sysds.hops.codegen.opt.InterestingPoint.DecisionType
Packages that use InterestingPoint.DecisionType
-
Uses of InterestingPoint.DecisionType in org.apache.sysds.hops.codegen.opt
Methods in org.apache.sysds.hops.codegen.opt that return InterestingPoint.DecisionTypeModifier and TypeMethodDescriptionInterestingPoint.getType()Returns the enum constant of this class with the specified name.static InterestingPoint.DecisionType[]InterestingPoint.DecisionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.hops.codegen.opt with parameters of type InterestingPoint.DecisionTypeModifierConstructorDescriptionInterestingPoint(InterestingPoint.DecisionType type, long fromHopID, long toHopID)