Uses of Class
org.scijava.ops.api.InfoTree
-
-
Uses of InfoTree in org.scijava.ops.api
Methods in org.scijava.ops.api that return InfoTree Modifier and Type Method Description InfoTreeOpInstance. infoTree()static InfoTreeOps. infoTree(Object op)Convenience function for getting theInfoTreebehindopdefault InfoTreeRichOp. infoTree()InfoTreeOpEnvironment. treeFromSignature(String signature)Methods in org.scijava.ops.api that return types with arguments of type InfoTree Modifier and Type Method Description List<InfoTree>InfoTree. dependencies()Methods in org.scijava.ops.api with parameters of type InfoTree Modifier and Type Method Description static <T> OpInstance<T>OpInstance. of(T op, InfoTree backingInfo, Type reifiedType)default <T> TOpEnvironment. opFromInfoTree(InfoTree tree, Nil<T> specialType)<T> TOpEnvironment. opFromInfoTree(InfoTree tree, Nil<T> specialType, Hints hints)Constructors in org.scijava.ops.api with parameters of type InfoTree Constructor Description OpInstance(T op, InfoTree backingInfo, Type reifiedType)Constructor parameters in org.scijava.ops.api with type arguments of type InfoTree Constructor Description InfoTree(OpInfo info, List<InfoTree> dependencies)
-