edu.neu.ccs.demeterf.examples
Class Compose

java.lang.Object
  extended by edu.neu.ccs.demeterf.examples.Compose

public class Compose
extends java.lang.Object

Height/Diameter Composition. The Height calculation (HTrip) is composed (passed to) the Diameter calculation (int). Height is useful on it's own... but we need to keep a little more information to support the Diameter calc.


Constructor Summary
Compose()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compose

public Compose()
Method Detail

main

public static void main(java.lang.String[] args)