org.encog.app.analyst.script.ml
Class ScriptOpcode
java.lang.Object
org.encog.app.analyst.script.ml.ScriptOpcode
public class ScriptOpcode
- extends Object
An opcode, stored in the script.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptOpcode
public ScriptOpcode(ProgramExtensionTemplate temp)
ScriptOpcode
public ScriptOpcode(String name,
int argCount)
- Construct the opcode.
- Parameters:
name
- The name of the opcode.argCount
- The argument count.
getArgCount
public int getArgCount()
- Returns:
- the argCount
getName
public String getName()
- Returns:
- the name
Copyright © 2014. All Rights Reserved.