Module org.scijava.ops.engine
Class InfoMatchingOpRequest
- java.lang.Object
-
- org.scijava.ops.engine.matcher.impl.InfoMatchingOpRequest
-
-
Constructor Summary
Constructors Constructor Description InfoMatchingOpRequest(OpInfo info, Nil<?> specialType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]argTypes()booleanequals(Object obj)inthashCode()Stringlabel()Stringname()TypeoutType()StringtoString()Typetype()booleantypesMatch(Type opType, Map<TypeVariable<?>,Type> typeVarAssigns)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.ops.api.OpRequest
requestEquals, requestHashCode, requestString
-
-
-
-
Method Detail
-
typesMatch
public boolean typesMatch(Type opType, Map<TypeVariable<?>,Type> typeVarAssigns)
- Specified by:
typesMatchin interfaceOpRequest
-
-