public abstract class Information
extends java.lang.Object
| Constructor and Description |
|---|
Information(InformationAgent originator)
Due to its abstract nature, the only (relevant) commonality (in the scope of IRPact)
is the source of the information, that is the originator
|
| Modifier and Type | Method and Description |
|---|---|
InformationAgent |
getInformationOriginAgent() |
public Information(InformationAgent originator)
originator - The source of the informationpublic InformationAgent getInformationOriginAgent()