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

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

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

Implements some simple format commands like 'a' for all attributes or 'l' for the label.


Field Summary
private  java.lang.String[] arguments
           
private  char command
           
 
Constructor Summary
private ExampleFormatter.SimpleCommand(char command, java.lang.String[] arguments)
           
 
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

command

private char command

arguments

private java.lang.String[] arguments
Constructor Detail

ExampleFormatter.SimpleCommand

private ExampleFormatter.SimpleCommand(char command,
                                       java.lang.String[] arguments)
Method Detail

format

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


Copyright © 2001-2006