cin.aquario
Class Example

java.lang.Object
  extended bycin.aquario.Example

public class Example
extends java.lang.Object

The items structure which represents an aquarium, with only one coral, one fish and one predator.


Field Summary
static CompositeItem aquario
           
static Item coral
           
static Item predador
           
static Item presa
           
 
Constructor Summary
Example()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aquario

public static CompositeItem aquario

coral

public static Item coral

presa

public static Item presa

predador

public static Item predador
Constructor Detail

Example

public Example()