public class Completer extends Object implements Visitor
| Modifier and Type | Field and Description |
|---|---|
protected TraverserBilinked |
traverser |
| Modifier and Type | Method and Description |
|---|---|
Set<BioPAXElement> |
complete(Collection<BioPAXElement> elements,
Model model) |
void |
visit(BioPAXElement domain,
Object range,
Model model,
PropertyEditor editor)
An implementation of this method should perform a BioPAX element
and editor dependent operation on the model.
|
protected TraverserBilinked traverser
public Completer(EditorMap map)
public Set<BioPAXElement> complete(Collection<BioPAXElement> elements, Model model)
public void visit(BioPAXElement domain, Object range, Model model, PropertyEditor editor)
VisitorCopyright © 2015 BioPAX. All rights reserved.