T
- Process identity type.public abstract class ProcessAddress<T extends ProcessIdentity> extends Object implements Address
Address
implementation for a process.Constructor and Description |
---|
ProcessAddress(T processIdentity)
Constructor.
|
public ProcessAddress(T processIdentity)
processIdentity
- The agent identity.public boolean includes(Address address)
The general includes
relationship is transitive, reflexive,
and asymmetric. Simple implementations of "physical addresses" should just
delegate to equals().
public T getIdentity()
Copyright © 2000-2014. All Rights Reserved.