パッケージ | 説明 |
---|---|
ome.model.annotations | |
ome.model.meta |
修飾子とタイプ | メソッドと説明 |
---|---|
Session |
SessionAnnotationLink.parent() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
SessionAnnotationLink.link(Session parent,
Annotation child) |
修飾子とタイプ | クラスと説明 |
---|---|
class |
Share |
修飾子とタイプ | フィールドと説明 |
---|---|
protected Session |
Event.session |
修飾子とタイプ | フィールドと説明 |
---|---|
protected java.util.Set<Session> |
Node.sessions |
修飾子とタイプ | メソッドと説明 |
---|---|
Session |
Event.getSession()
Many-to-one field ome.model.meta.Event.session (ome.model.meta.Session)
|
Session |
Session.newInstance() |
Session |
Session.proxy() |
修飾子とタイプ | メソッドと説明 |
---|---|
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
|
修飾子とタイプ | メソッドと説明 |
---|---|
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) |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
コンストラクタと説明 |
---|
Event(java.sql.Timestamp _time,
Experimenter _experimenter,
ExperimenterGroup _experimenterGroup,
EventType _type,
Session _session) |