public class DefaultIntentStore extends java.lang.Object implements IntentStore
Modifier and Type | Method and Description |
---|---|
void |
addIntent(Intent intent) |
java.util.Map<IntentId,Intent> |
getCurrentIntents() |
java.lang.Iterable<Intent> |
getCurrentIntentValues() |
static DefaultIntentStore |
getInstance() |
void |
removeIntent(Intent intent) |
public static DefaultIntentStore getInstance()
public java.util.Map<IntentId,Intent> getCurrentIntents()
getCurrentIntents
in interface IntentStore
public void addIntent(Intent intent)
addIntent
in interface IntentStore
public void removeIntent(Intent intent)
removeIntent
in interface IntentStore
public java.lang.Iterable<Intent> getCurrentIntentValues()