ViMeT
Class Layer

java.lang.Object
  extended by ViMeT.Layer

public class Layer
extends java.lang.Object

Possui o método para calcular o número de camadas que deformam em relação a Força aplicada.


Constructor Summary
Layer()
           
 
Method Summary
 int getNumLayer()
           
 int getNumVertex(int layer)
           
 int getValue(int layer, int index)
           
 void insert(int layer, int neighbor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Layer

public Layer()
Method Detail

insert

public void insert(int layer,
                   int neighbor)

getValue

public int getValue(int layer,
                    int index)

getNumVertex

public int getNumVertex(int layer)

getNumLayer

public int getNumLayer()