Uses of Interface
org.scijava.ops.api.OpInfo
-
-
Uses of OpInfo in org.scijava.ops.api
Methods in org.scijava.ops.api that return OpInfo Modifier and Type Method Description OpInfoInfoTree. info()static OpInfoOps. info(Object op)Convenience function for getting theOpInfoofopOpInfoOpEnvironment. opify(Class<?> opClass, double priority, String... names)default OpInfoOpEnvironment. opify(Class<?> opClass, String... names)Methods in org.scijava.ops.api that return types with arguments of type OpInfo Modifier and Type Method Description default SortedSet<OpInfo>OpEnvironment. infos()Obtains all Ops in theOpEnvironment, sorted by priority.SortedSet<OpInfo>OpEnvironment. infos(String name)Obtains all Ops in theOpEnvironmentthat are namedname, sorted by priority.SortedSet<OpInfo>OpEnvironment. infos(String name, Hints hints)SortedSet<OpInfo>OpEnvironment. infos(Hints hints)Obtains all Ops in theOpEnvironmentthat matchhints, sorted by priorityMethods in org.scijava.ops.api with parameters of type OpInfo Modifier and Type Method Description default intOpInfo. compareTo(OpInfo that)Constructors in org.scijava.ops.api with parameters of type OpInfo Constructor Description InfoTree(OpInfo info)InfoTree(OpInfo info, List<InfoTree> dependencies)
-