Interface IReasonerMessage
-
- All Known Implementing Classes:
ReasonerMessage
public interface IReasonerMessageDefines a message for internally sending signals among reasoners.- Author:
- Holger Eichelberger
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIReasonerMessage.ITypeDefines the type of message types.static classIReasonerMessage.TypeDefines basic message types.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IReasonergetSource()Returns the message source.IReasonerMessage.ITypegetType()Returns the type of the message.
-
-
-
Method Detail
-
getSource
IReasoner getSource()
Returns the message source.- Returns:
- the message source
-
getType
IReasonerMessage.IType getType()
Returns the type of the message.- Returns:
- the type of the message
-
-