ome.services.graphs
Class GraphOpts
java.lang.Object
ome.services.graphs.GraphOpts
public class GraphOpts
- extends Object
Manager for option instances for an entire delete graph. As method calls are
made, this instance gets passed around and the appropriate ops
are pushed
or popped
changing the current
state of affairs.
- Since:
- Beta4.2.1
- Author:
- Josh Moore, josh at glencoesoftware.com
- See Also:
IGraph
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphOpts
public GraphOpts()
push
public void push(GraphOpts.Op op,
boolean modified,
EventContext ec)
throws GraphException
- Adds the given operation to the current list if the user
has permissions to do so.
- Parameters:
op
- Current GraphOpts.Op
to add to the stackmodified
- Whether or not the value was changed by the userdetails
- Active user login
- Throws:
GraphException
pop
public void pop()
isForce
public boolean isForce()
OmeroJava Api
Version: 4.3.3-00d1137e-b2894
Copyright © 2009 The University of Dundee. All Rights Reserved.