edu.udo.cs.yale.example
Class ExampleFormatter.ValueCommand

java.lang.Object
  extended by edu.udo.cs.yale.example.ExampleFormatter.ValueCommand
All Implemented Interfaces:
ExampleFormatter.FormatCommand
Enclosing class:
ExampleFormatter

public static class ExampleFormatter.ValueCommand
extends java.lang.Object
implements ExampleFormatter.FormatCommand

Returns the value of an argument which must be an attribute's name.


Field Summary
private  Attribute attribute
           
 
Constructor Summary
ExampleFormatter.ValueCommand(char command, java.lang.String[] arguments, ExampleSet exampleSet)
           
 
Method Summary
 java.lang.String format(Example example)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute

private Attribute attribute
Constructor Detail

ExampleFormatter.ValueCommand

public ExampleFormatter.ValueCommand(char command,
                                     java.lang.String[] arguments,
                                     ExampleSet exampleSet)
Method Detail

format

public java.lang.String format(Example example)
Specified by:
format in interface ExampleFormatter.FormatCommand


Copyright © 2001-2006