JGAP

examples.equalDistribution
Class Vent

java.lang.Object
  extended by examples.equalDistribution.Vent

public class Vent
extends java.lang.Object

Represents a vent with a specific weight.

Since:
3.2

Constructor Summary
Vent(double a_weight)
           
 
Method Summary
 double getWeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vent

public Vent(double a_weight)
Method Detail

getWeight

public double getWeight()

JGAP