@Deprecated public class GraphEntry extends Object
IGraph
Modifier and Type | Field and Description |
---|---|
static GraphOpts.Op |
DEFAULT
Deprecated.
|
Constructor and Description |
---|
GraphEntry(GraphSpec self,
String value)
Deprecated.
|
GraphEntry(GraphSpec self,
String name,
GraphEntry entry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkArgs(Object... values)
Deprecated.
|
long |
getId()
Deprecated.
|
protected Matcher |
getMatcher(String operation)
Deprecated.
|
String |
getName()
Deprecated.
|
protected String |
getName(Matcher m)
Deprecated.
|
protected GraphOpts.Op |
getOp(Matcher m)
Deprecated.
|
String |
getOpString()
Deprecated.
Primarily used for passing back a string representation of the default
operation to users for setting options.
|
protected String |
getPath(Matcher m)
Deprecated.
|
GraphSpec |
getSubSpec()
Deprecated.
|
String |
getSuperSpec()
Deprecated.
|
int |
initialize(long id,
String superspec,
Map<String,String> options)
Deprecated.
Called during
GraphSpec.initialize(long, String, Map) to give
the entry a chance to modify its #op based on the options and to
initialize subspecs. |
boolean |
isKeep()
Deprecated.
|
boolean |
isNull()
Deprecated.
|
boolean |
isReap()
Deprecated.
|
boolean |
isSoft()
Deprecated.
|
String |
log(String superspec)
Deprecated.
Similar to
toString() but used to |
int |
ownParts()
Deprecated.
|
String[] |
path(String superspec)
Deprecated.
|
void |
pop(GraphOpts opts)
Deprecated.
|
protected void |
postProcess(org.springframework.beans.factory.ListableBeanFactory factory)
Deprecated.
Load the spec which has the same name as this entry, but do not load the
spec if the name matches
name . |
void |
push(GraphOpts opts,
EventContext ec)
Deprecated.
|
boolean |
skip()
Deprecated.
A KEEP setting is a way of putting a KEEP suggestion to vote.
|
String |
toString()
Deprecated.
|
public static final GraphOpts.Op DEFAULT
public GraphEntry(GraphSpec self, String name, GraphEntry entry)
public String getName()
public boolean isKeep()
public boolean isReap()
public GraphSpec getSubSpec()
public String getSuperSpec()
public long getId()
public int ownParts()
parts
and path
combined.
This value plus the split(String)
size of superspec is
the full size of the path(String)
return value.protected void checkArgs(Object... values)
protected GraphOpts.Op getOp(Matcher m)
protected void postProcess(org.springframework.beans.factory.ListableBeanFactory factory)
name
. This is called early in the
GraphEntry
lifecycle, by GraphSpec
.public int initialize(long id, String superspec, Map<String,String> options) throws GraphException
GraphSpec.initialize(long, String, Map)
to give
the entry a chance to modify its #op
based on the options and to
initialize subspecs.
The superspec is passed in so that both the absolute path as well as the
last path element can be checked. Further, a key of "/" apply to all
entries.GraphException
public boolean skip()
public boolean isNull()
public boolean isSoft()
public String getOpString()
public void push(GraphOpts opts, EventContext ec) throws GraphException
GraphException
public void pop(GraphOpts opts)
public String log(String superspec)
toString()
but used tosuperspec2
-
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.