public class LinearIntersectionNotEqualLineEdgeCleanupVisitor extends AbstractVisitor<Edge<Record>> implements ObjectProcessor<RecordGraph>
| Constructor and Description |
|---|
LinearIntersectionNotEqualLineEdgeCleanupVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Set<String> |
getEqualExcludeAttributes() |
Comparator<Record> |
getNewerComparator() |
void |
init() |
void |
process(RecordGraph graph) |
void |
setComparator(Comparator<Edge<Record>> comparator) |
void |
setEqualExcludeAttributes(Collection<String> equalExcludeAttributes) |
void |
setEqualExcludeAttributes(Set<String> equalExcludeAttributes) |
void |
setNewerComparator(Comparator<Record> newerComparator) |
boolean |
visit(Edge<Record> edge)
Visit an item of type T, performing some operation on the item.
|
getComparator, getFilter, setFilter, setFilterspublic LinearIntersectionNotEqualLineEdgeCleanupVisitor()
@PreDestroy public void destroy()
public Comparator<Record> getNewerComparator()
@PostConstruct public void init()
public void process(RecordGraph graph)
process in interface ObjectProcessor<RecordGraph>public void setComparator(Comparator<Edge<Record>> comparator)
setComparator in class AbstractVisitor<Edge<Record>>public void setEqualExcludeAttributes(Collection<String> equalExcludeAttributes)
public void setNewerComparator(Comparator<Record> newerComparator)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.