| Package | Description |
|---|---|
| org.leialearns.graph.session | |
| org.leialearns.logic.model | |
| org.leialearns.logic.session |
Defines the top level context for persistent objects used by LEIA.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionDTO.declareNearType() |
| Modifier and Type | Method and Description |
|---|---|
Session |
Version.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Session> |
Version.getReaders() |
Collection<Session> |
Version.getWriters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpectedHelper.isIncluded(Expected expected,
Node node,
Session session) |
boolean |
ToggledAugmenter.isIncluded(Node node,
Session session) |
boolean |
ExpectedModel.isIncluded(Node node,
Session session) |
void |
Version.registerReader(Session reader,
AgentMode agentMode) |
void |
Version.registerWriter(Session writer,
AgentMode agentMode) |
void |
Version.setAccessMode(AccessMode accessMode,
Session session) |
void |
Version.waitForLock(Session session) |
| Modifier and Type | Method and Description |
|---|---|
Session |
Root.createSession(InteractionContext interactionContext)
Creates a session that can be used to create and/or obtain
Versions of
various types of models. |
Session |
Root.createSession(String interactionContextURI)
Creates a session that can be used to create and/or obtain
Versions of
various types of models. |
Session |
Session.refresh()
Returns a fresh copy of the session that is (re)attached to the ORM framework.
|
Copyright © 2013. All Rights Reserved.