treebolic.provider.xml.graph.gxl
Class Provider

java.lang.Object
  extended by treebolic.provider.xml.graph.AbstractProvider
      extended by treebolic.provider.xml.graph.gxl.Provider
All Implemented Interfaces:
IProvider

public class Provider
extends AbstractProvider
implements IProvider

Provider factory for GXL provider

Author:
Bernard Bou

Field Summary
 
Fields inherited from class treebolic.provider.xml.graph.AbstractProvider
theContext
 
Constructor Summary
Provider()
           
 
Method Summary
 AbstractParser getParser()
          Get parser
 java.lang.String getSource(java.lang.String thisSource)
          Fallback hook to determine source
 
Methods inherited from class treebolic.provider.xml.graph.AbstractProvider
connect, makeModel, makeTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface treebolic.model.IProvider
connect, makeModel, makeTree
 

Constructor Detail

Provider

public Provider()
Method Detail

getSource

public java.lang.String getSource(java.lang.String thisSource)
Description copied from class: AbstractProvider
Fallback hook to determine source

Specified by:
getSource in class AbstractProvider
Parameters:
thisSource - passed source
Returns:
source

getParser

public AbstractParser getParser()
Description copied from class: AbstractProvider
Get parser

Specified by:
getParser in class AbstractProvider
Returns:
abstract parser