endrov.typeNetwork
Class Network.Segment

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

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


Field Summary
 int[] points
           
 java.lang.String type
           
 
Constructor Summary
Network.Segment()
           
 
Method Summary
 Network.Segment clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

points

public int[] points

type

public java.lang.String type
Constructor Detail

Network.Segment

public Network.Segment()
Method Detail

clone

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