Package | Description |
---|---|
net.imagej.ops | |
net.imagej.ops.help | |
net.imagej.ops.special |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
Modifier and Type | Method and Description |
---|---|
List<OpCandidate> |
OpMatchingService.filterMatches(List<OpCandidate> candidates)
Filters a list of ops to those matching the given arguments.
|
List<OpCandidate> |
DefaultOpMatchingService.filterMatches(List<OpCandidate> candidates) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
Module |
OpMatchingService.match(OpCandidate candidate)
Attempts to match the given arguments to the
Op described by the
specified ModuleInfo . |
Module |
DefaultOpMatchingService.match(OpCandidate candidate) |
Object[] |
OpMatchingService.padArgs(OpCandidate candidate)
Checks the number of args, padding optional args with null as needed.
|
Object[] |
DefaultOpMatchingService.padArgs(OpCandidate candidate) |
boolean |
OpMatchingService.typesMatch(OpCandidate candidate)
Checks that each parameter is type-compatible with its corresponding
argument.
|
boolean |
DefaultOpMatchingService.typesMatch(OpCandidate candidate) |
Modifier and Type | Method and Description |
---|---|
List<OpCandidate> |
OpMatchingService.filterMatches(List<OpCandidate> candidates)
Filters a list of ops to those matching the given arguments.
|
List<OpCandidate> |
DefaultOpMatchingService.filterMatches(List<OpCandidate> candidates) |
static String |
OpUtils.matchInfo(List<OpCandidate> candidates,
List<OpCandidate> matches)
Gets a string with an analysis of a particular match request failure.
|
static String |
OpUtils.matchInfo(List<OpCandidate> candidates,
List<OpCandidate> matches)
Gets a string with an analysis of a particular match request failure.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractHelp.help(List<OpCandidate> candidates) |
Modifier and Type | Method and Description |
---|---|
static List<OpCandidate> |
SpecialOp.candidates(OpEnvironment ops,
String name,
Class<? extends Op> opType,
int arity,
SpecialOp.Flavor flavor) |
static List<OpCandidate> |
SpecialOp.filterArity(List<OpCandidate> candidates,
int arity)
Extracts a sublist of op candidates with a particular arity.
|
Modifier and Type | Method and Description |
---|---|
static List<OpCandidate> |
SpecialOp.filterArity(List<OpCandidate> candidates,
int arity)
Extracts a sublist of op candidates with a particular arity.
|
Copyright © 2014–2022 ImageJ. All rights reserved.