Package net.sf.tweety.beliefdynamics.mas
Class InformationObject<T extends Formula>
- java.lang.Object
- 
- net.sf.tweety.beliefdynamics.mas.InformationObject<T>
 
- 
- 
Constructor SummaryConstructors Constructor Description InformationObject(T formula, Agent source)Creates a new information object for the given formula and the given source.
 - 
Method SummaryModifier and Type Method Description TgetFormula()Returns the formula of this information object.SignaturegetSignature()Returns the signature of the language of this formula.AgentgetSource()Returns the source of this information object.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getSourcepublic Agent getSource() Returns the source of this information object.- Returns:
- the source of this information object.
 
 - 
getFormulapublic T getFormula() Returns the formula of this information object.- Returns:
- the formula of this information object.
 
 - 
getSignaturepublic Signature getSignature() Description copied from interface:FormulaReturns the signature of the language of this formula.- Specified by:
- getSignaturein interface- Formula
- Returns:
- the signature of the language of this formula.
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-