public interface Visitor
| Modifier and Type | Method and Description |
|---|---|
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.
|
void visit(BioPAXElement domain, Object range, Model model, PropertyEditor<?,?> editor)
domain - BioPAXElement which is the domain of this propertyrange - Object which is the range of this propertymodel - model on which the visiting operation will be doneeditor - editorCopyright © 2015 BioPAX. All rights reserved.