org.biopax.paxtools.controller
Class Fetcher

java.lang.Object
  extended by org.biopax.paxtools.controller.Fetcher
All Implemented Interfaces:
Visitor

public class Fetcher
extends java.lang.Object
implements Visitor


Constructor Summary
Fetcher(EditorMap map)
           
 
Method Summary
 void fetch(BioPAXElement element, Model model)
           
 void visit(BioPAXElement bpe, Model model, PropertyEditor editor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fetcher

public Fetcher(EditorMap map)
Method Detail

visit

public void visit(BioPAXElement bpe,
                  Model model,
                  PropertyEditor editor)
Specified by:
visit in interface Visitor

fetch

public void fetch(BioPAXElement element,
                  Model model)