Package | Description |
---|---|
ome.model.annotations | |
ome.model.meta |
Modifier and Type | Method and Description |
---|---|
Session |
SessionAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
SessionAnnotationLink.link(Session parent,
Annotation child) |
Modifier and Type | Class and Description |
---|---|
class |
Share |
Modifier and Type | Field and Description |
---|---|
protected Session |
Event.session |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Session> |
Node.sessions |
Modifier and Type | Method and Description |
---|---|
Session |
Event.getSession()
Many-to-one field ome.model.meta.Event.session (ome.model.meta.Session)
|
Session |
Session.newInstance() |
Session |
Session.proxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Session> |
Node.getSessions()
returns sessions .
|
java.util.Iterator<Session> |
Node.iterateSessions()
should be used rather than accessing the sessions set directly.
|
java.util.Collection<Session> |
Node.unmodifiableSessions()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Node.addSession(Session target)
use instead of setSessions .
|
void |
Node.removeSession(Session target)
removes a single element from this set and makes the inverse call on ome.model.meta.Session
|
void |
Event.setSession(Session session) |
Modifier and Type | Method and Description |
---|---|
void |
Node.addSessionSet(java.util.Collection<Session> targets)
use like addSession.
|
void |
Node.removeSessionSet(java.util.Collection<Session> targets)
use like removeSession
|
protected void |
Node.setSessions(java.util.Set<Session> sessions)
setter for sessions should be avoided.
|
Constructor and Description |
---|
Event(java.sql.Timestamp _time,
Experimenter _experimenter,
ExperimenterGroup _experimenterGroup,
EventType _type,
Session _session) |