stella.parameter
Class ParameterSkeleton.Finger

java.lang.Object
  extended by stella.parameter.ParameterSkeleton.Finger
Enclosing class:
ParameterSkeleton

public static class ParameterSkeleton.Finger
extends Object

A class that allows access to parameter skeletons. It looks up the name given and retrieves the value from it.


Constructor Summary
ParameterSkeleton.Finger()
           
 
Method Summary
static void main(String[] arg)
          First argument is the binding name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterSkeleton.Finger

public ParameterSkeleton.Finger()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
First argument is the binding name.

Throws:
Exception