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) |
Set<BioPAXElement> |
complete(Collection<BioPAXElement> elements,
Model model)
Deprecated.
use
complete(Collection) instead (- model is never explicitly used there) |
boolean |
isSkipSubPathways() |
void |
setSkipSubPathways(boolean skipSubPathways)
Use this property to optionally
skip (if true) traversing into sub-pathways;
i.e., when the value of BioPAX property 'pathwayComponent' or 'controlled' is a pathway.
|
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)
complete(Collection) instead (- model is never explicitly used there)elements - model - public Set<BioPAXElement> complete(Collection<BioPAXElement> elements)
public void visit(BioPAXElement domain, Object range, Model model, PropertyEditor editor)
Visitorpublic void setSkipSubPathways(boolean skipSubPathways)
skipSubPathways - true/false (default is 'true' - do skip)public boolean isSkipSubPathways()
Copyright © 2017 BioPAX. All rights reserved.