org.scijava.sjep
Interface Verb

All Superinterfaces:
Token
All Known Subinterfaces:
Operator
All Known Implementing Classes:
DefaultOperator, Function

public interface Verb
extends Token

A "verb" here is a token that acts a fixed number of "noun" tokens (e.g., constants or variables). A verb may be either an Operator or a Function.

Author:
Curtis Rueden

Method Summary
 int getArity()
          1 for unary, 2 for binary, etc.
 
Methods inherited from interface org.scijava.sjep.Token
getToken
 

Method Detail

getArity

int getArity()
1 for unary, 2 for binary, etc.



Copyright © 2015 SciJava. All rights reserved.