public interface InteractionContext extends Comparable<InteractionContext>
| Modifier and Type | Method and Description |
|---|---|
DirectedSymbol.Iterable |
createPath(String... path)
Returns an iterable of directed symbols that corresponds to the given strings.
|
Alphabet |
getActions()
Returns the collection of actions for this interaction context.
|
Alphabet |
getResponses()
Returns the collection of responses for this interaction context.
|
Structure |
getStructure()
Returns the tree of interactions histories for this interaction context.
|
String |
getURI()
Returns the identifying URI of this interaction context.
|
compareToString getURI()
Alphabet getActions()
DirectionAlphabet getResponses()
DirectionStructure getStructure()
DirectedSymbol.Iterable createPath(String... path)
Alphabet.internalize(String)).path - The representations of directed symbols to returnCopyright © 2013. All Rights Reserved.