org.encog.app.analyst.script.ml
Class ScriptOpcode

java.lang.Object
  extended by org.encog.app.analyst.script.ml.ScriptOpcode

public class ScriptOpcode
extends Object

An opcode, stored in the script.


Constructor Summary
ScriptOpcode(ProgramExtensionTemplate temp)
           
ScriptOpcode(String name, int argCount)
          Construct the opcode.
 
Method Summary
 int getArgCount()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getArgCount

public int getArgCount()
Returns:
the argCount

getName

public String getName()
Returns:
the name


Copyright © 2014. All Rights Reserved.