Package | Description |
---|---|
net.imagej.ops | |
net.imagej.ops.cached |
Modifier and Type | Method and Description |
---|---|
static OpRef |
OpRef.create(String name,
Object... args)
Creates a new op reference.
|
static OpRef |
OpRef.create(Type type,
Object... args)
Creates a new op reference.
|
static OpRef |
OpRef.createTypes(Collection<? extends Type> types,
Object... args)
Creates a new op reference.
|
static OpRef |
OpRef.createTypes(Type type1,
Type type2,
Type outType,
Object... args)
Creates a new op reference.
|
OpRef |
OpCandidate.getRef()
Gets the op reference describing the desired match.
|
Modifier and Type | Method and Description |
---|---|
List<OpCandidate> |
OpMatchingService.findCandidates(OpEnvironment ops,
OpRef ref)
Builds a list of candidate ops which might match the given op reference.
|
List<OpCandidate> |
DefaultOpMatchingService.findCandidates(OpEnvironment ops,
OpRef ref) |
OpCandidate |
OpMatchingService.findMatch(OpEnvironment ops,
OpRef ref)
Finds and initializes the best module matching the given op name and/or
type + arguments.
|
OpCandidate |
DefaultOpMatchingService.findMatch(OpEnvironment ops,
OpRef ref) |
default Op |
OpEnvironment.op(OpRef ref)
Looks up an op whose constraints are specified by the given
OpRef
descriptor. |
static Op |
OpUtils.unwrap(Module module,
OpRef ref)
|
Modifier and Type | Method and Description |
---|---|
List<OpCandidate> |
OpMatchingService.findCandidates(OpEnvironment ops,
List<OpRef> refs)
Builds a list of candidate ops which might match one of the given op
references.
|
List<OpCandidate> |
DefaultOpMatchingService.findCandidates(OpEnvironment ops,
List<OpRef> refs) |
OpCandidate |
OpMatchingService.findMatch(OpEnvironment ops,
List<OpRef> refs)
Finds and initializes the best module matching any of the given op name
and/or type + arguments.
|
OpCandidate |
DefaultOpMatchingService.findMatch(OpEnvironment ops,
List<OpRef> refs) |
default Op |
OpEnvironment.op(List<OpRef> refs)
Looks up an op whose constraints are specified by the given list of
OpRef descriptor. |
Constructor and Description |
---|
OpCandidate(OpEnvironment ops,
OpRef ref,
OpInfo info) |
Modifier and Type | Method and Description |
---|---|
Op |
CachedOpEnvironment.op(OpRef ref) |
Copyright © 2014–2022 ImageJ. All rights reserved.