org.pandora.thought.discovery
Interface DiscoverySense
- All Superinterfaces:
- Sense
- All Known Implementing Classes:
- Wiktionary
public interface DiscoverySense
- extends Sense
Senses that are capable of discovering information on a vertex should implement this interface.
Methods inherited from interface org.pandora.api.sense.Sense |
awake, getLanguageState, getName, getPandora, getPrimitive, initialize, input, input, isEnabled, output, setEmotionalState, setIsEnabled, setLanguageState, setName, setPandora, shutdown |
discover
boolean discover(Vertex vertex,
Network network,
Vertex currentTime)
- Attempt to discover information on the vertex.