Class StartWeb

java.lang.Object
  |
  +--Web
        |
        +--StartWeb
Direct Known Subclasses:
GeneratedWeb, ReadWeb

public abstract class StartWeb
extends Web

This is a class containing the initialized simulation information of the web created, like starting time and so on... this is also a superclass to classes GeneratedWeb and ReadWeb

Version:
1.0 Created 21.3.2000 Last Modified 17.4.2000
Author:
Ilkka Lassila, Tero Karhunen

Fields inherited from class Web
adjacencymatrix, beginTime, endTime, numberofnodes
 
Constructor Summary
StartWeb()
           
 
Methods inherited from class Web
arrayCopy, arrayCopy, getAdjacencymatrix, getBeginTime, getEndTime, getNumberOfNodes, getTime, setAdjacencymatrix, setAdjacencymatrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartWeb

public StartWeb()