public static class SearchReplaceController.SearchResult extends Object
Class that wraps the result of a search contaning the search options used for this result and the node or edge, row, column and start-end index of the value where ocurrence was found.
| Modifier and Type | Field and Description |
|---|---|
private int |
end |
private int |
foundColumnIndex |
private org.gephi.graph.api.Edge |
foundEdge |
private org.gephi.graph.api.Node |
foundNode |
private int |
foundRowIndex |
private SearchReplaceController.SearchOptions |
searchOptions
searchOptions for finding next match.
|
private int |
start |
| Constructor and Description |
|---|
SearchReplaceController.SearchResult(SearchReplaceController.SearchOptions searchOptions,
org.gephi.graph.api.Node foundNode,
org.gephi.graph.api.Edge foundEdge,
int foundRowIndex,
int foundColumnIndex,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getFoundColumnIndex() |
org.gephi.graph.api.Edge |
getFoundEdge() |
org.gephi.graph.api.Node |
getFoundNode() |
int |
getFoundRowIndex() |
SearchReplaceController.SearchOptions |
getSearchOptions() |
int |
getStart() |
void |
setEnd(int end) |
void |
setFoundColumnIndex(int foundColumnIndex) |
void |
setFoundEdge(org.gephi.graph.api.Edge foundEdge) |
void |
setFoundNode(org.gephi.graph.api.Node foundNode) |
void |
setFoundRowIndex(int foundRowIndex) |
void |
setSearchOptions(SearchReplaceController.SearchOptions searchOptions) |
void |
setStart(int start) |
private SearchReplaceController.SearchOptions searchOptions
private org.gephi.graph.api.Node foundNode
private org.gephi.graph.api.Edge foundEdge
private int foundRowIndex
private int foundColumnIndex
private int start
private int end
public SearchReplaceController.SearchResult(SearchReplaceController.SearchOptions searchOptions, org.gephi.graph.api.Node foundNode, org.gephi.graph.api.Edge foundEdge, int foundRowIndex, int foundColumnIndex, int start, int end)
public int getEnd()
public void setEnd(int end)
public int getFoundColumnIndex()
public void setFoundColumnIndex(int foundColumnIndex)
public org.gephi.graph.api.Edge getFoundEdge()
public void setFoundEdge(org.gephi.graph.api.Edge foundEdge)
public org.gephi.graph.api.Node getFoundNode()
public void setFoundNode(org.gephi.graph.api.Node foundNode)
public int getFoundRowIndex()
public void setFoundRowIndex(int foundRowIndex)
public SearchReplaceController.SearchOptions getSearchOptions()
public void setSearchOptions(SearchReplaceController.SearchOptions searchOptions)
public int getStart()
public void setStart(int start)
Copyright © 2007–2016 Gephi Consortium. All rights reserved.