Uses of Interface
org.scijava.struct.StructInstance
-
-
Uses of StructInstance in org.scijava.struct
Methods in org.scijava.struct that return StructInstance Modifier and Type Method Description default <C> StructInstance<C>Struct. createInstance(C object)static <T> StructInstance<T>Structs. expand(MemberInstance<T> memberInstance)static StructInstance<?>Structs. expand(StructInstance<?> parent, String key)Methods in org.scijava.struct with parameters of type StructInstance Modifier and Type Method Description static StructInstance<?>Structs. expand(StructInstance<?> parent, String key)
-