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
-
NodeAddress()
-
-
getHostAddress()
- Method to return the node's address in native format.
-
isUnknown()
- Determines whether the address is an unknown address.
NodeAddress
public NodeAddress()
isUnknown
public abstract boolean isUnknown()
- Determines whether the address is an unknown address.
- Returns:
-
true is the address is an unknown address
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