Uses of Class
org.apache.wayang.giraph.Algorithm.PageRankParameters.PageRankEnum
-
Packages that use PageRankParameters.PageRankEnum Package Description org.apache.wayang.giraph.Algorithm -
-
Uses of PageRankParameters.PageRankEnum in org.apache.wayang.giraph.Algorithm
Methods in org.apache.wayang.giraph.Algorithm that return PageRankParameters.PageRankEnum Modifier and Type Method Description static PageRankParameters.PageRankEnumPageRankParameters.PageRankEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PageRankParameters.PageRankEnum[]PageRankParameters.PageRankEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wayang.giraph.Algorithm with parameters of type PageRankParameters.PageRankEnum Modifier and Type Method Description static intPageRankParameters. getParameter(PageRankParameters.PageRankEnum name)static booleanPageRankParameters. hasElement(PageRankParameters.PageRankEnum name)static voidPageRankParameters. setParameter(PageRankParameters.PageRankEnum name, java.lang.Integer value)
-