eu.monnetproject.lemon.impl.io.turtle
Class TurtleWriter

java.lang.Object
  extended by eu.monnetproject.lemon.AbstractVisitor
      extended by eu.monnetproject.lemon.impl.io.turtle.TurtleWriter
All Implemented Interfaces:
ElementVisitor

public class TurtleWriter
extends AbstractVisitor

Author:
John McCrae

Constructor Summary
TurtleWriter(LinguisticOntology lingOnto)
           
 
Method Summary
 String getDocument()
           
 boolean hasVisited(LemonElement element)
          Returns true if the visitor has already visited this element
 void visit(LemonElement _element)
          Perform an action on a single element
 
Methods inherited from class eu.monnetproject.lemon.AbstractVisitor
follow, visitFirst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TurtleWriter

public TurtleWriter(LinguisticOntology lingOnto)
Method Detail

visit

public void visit(LemonElement _element)
Description copied from interface: ElementVisitor
Perform an action on a single element


hasVisited

public boolean hasVisited(LemonElement element)
Description copied from interface: ElementVisitor
Returns true if the visitor has already visited this element

Returns:

getDocument

public String getDocument()


Copyright © 2012. All Rights Reserved.