endrov.typeNetwork
Class Network.NetworkFrame

java.lang.Object
  extended by endrov.typeNetwork.Network.NetworkFrame
Enclosing class:
Network

public static class Network.NetworkFrame
extends java.lang.Object


Field Summary
 java.util.HashMap<java.lang.Integer,Network.Point> points
           
 java.util.List<Network.Segment> segments
           
 
Constructor Summary
Network.NetworkFrame()
           
 
Method Summary
 Network.NetworkFrame clone()
           
 java.lang.Integer getPointIDByPos(double x, double y, double z)
           
 int putNewPoint(Network.Point p)
           
 int reusePoint(Network.Point p)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

points

public java.util.HashMap<java.lang.Integer,Network.Point> points

segments

public java.util.List<Network.Segment> segments
Constructor Detail

Network.NetworkFrame

public Network.NetworkFrame()
Method Detail

putNewPoint

public int putNewPoint(Network.Point p)

reusePoint

public int reusePoint(Network.Point p)

getPointIDByPos

public java.lang.Integer getPointIDByPos(double x,
                                         double y,
                                         double z)

clone

public Network.NetworkFrame clone()
Overrides:
clone in class java.lang.Object