public final class ContextReference extends Object implements Comparable<ContextReference>, Cloneable
Constructor and Description |
---|
ContextReference(life : AgentLife,
context : Context,
address : Address)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ContextReference |
clone() |
int |
compareTo(o : ContextReference) |
Address |
getAddressInDefaultSpace()
Replies the address of the agent into the default space.
|
Context |
getContext()
Replies the context.
|
OpenEventSpace |
getDefaultSpace()
Replies the default space.
|
String |
toString() |
@Pure
public def
clone() : ContextReference
@Pure
public def
compareTo(o : ContextReference) : int
compareTo
in interface Comparable<ContextReference>
@Pure
public def
getContext() : Context
ContextReference
@Pure
public def
getDefaultSpace() : OpenEventSpace
ContextReference
@Pure
public def
getAddressInDefaultSpace() : Address
ContextReference
Copyright © 2021 the original authors or authors.