All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VisiModel.NodeAddress

java.lang.Object
   |
   +----VisiModel.NodeAddress

public abstract class NodeAddress
extends Object
implements Serializable
Class definition for a network node address.

Version:
$Revision: 1.6 $, $Date: 2000/10/12 14:09:15 $
Author:
Mike Spengler

Constructor Index

 o NodeAddress()

Method Index

 o getHostAddress()
Method to return the node's address in native format.
 o isUnknown()
Determines whether the address is an unknown address.

Constructors

 o NodeAddress
 public NodeAddress()

Methods

 o isUnknown
 public abstract boolean isUnknown()
Determines whether the address is an unknown address.

Returns:
true is the address is an unknown address
 o getHostAddress
 public abstract String getHostAddress()
Method to return the node's address in native format. Over-ridden.


All Packages  Class Hierarchy  This Package  Previous  Next  Index