ants.core
Class Entity
java.lang.Object
|
+--ants.core.Entity
- Direct Known Subclasses:
- Application, Extension
- public abstract class Entity
- extends java.lang.Object
An Entity is an abstract class from which all Node-resident
"things" are subclassed. For example, applications, channels,
extensions and the node interface are all Entities.
Every entity has a name.
Every entity has a set of "arguments" it understands. These
arguments are represented as string pairs: an argument name
and argument value. Each subclass of entity can define
its own arguments and their default values. At this level,
the only argument is '-log' (defaults to '0'.)
- Author:
- David Wetherall, Utah Janos Team
- See Also:
KeyArgs
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
This documentation is Copyright (C) 1998-2001 The University of Utah and the University of Washington. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for ANTS v2.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/