org.pasoa.common.structure
Class InteractionContext
java.lang.Object
org.pasoa.common.structure.InteractionContext
- public class InteractionContext
- extends Object
Models an interaction context, which allows metadata to be associated
with a particular interaction.
- Author:
- pgroth
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteractionContext
public InteractionContext(InteractionKey interactionKey,
List interactionMetadata)
- Construct an InteractionContext.
- Parameters:
interactionKey
- the interaction the metadata is aboutinteractionMetadata
- pieces of metadata
getInteractionKey
public InteractionKey getInteractionKey()
getInteractionMetadata
public List getInteractionMetadata()