eu.monnetproject.lemon.impl.io
Class ReaderVisitor

java.lang.Object
  extended by eu.monnetproject.lemon.impl.io.ReaderVisitor
All Implemented Interfaces:
Visitor

public class ReaderVisitor
extends Object
implements Visitor

Author:
John McCrae

Constructor Summary
ReaderVisitor(LemonModelImpl model)
           
ReaderVisitor(LinguisticOntology lingOnto, LemonModelImpl model)
           
 
Method Summary
 void accept(String subj, URI pred, String id)
           
 void accept(String subj, URI pred, String val, String lang)
           
 void accept(String subj, URI pred, URI value)
           
 void accept(URI subj, URI pred, String id)
           
 void accept(URI subj, URI pred, String val, String lang)
           
 void accept(URI subj, URI pred, URI value)
           
 LexicalEntry getEntry()
           
 LemonModel getModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderVisitor

public ReaderVisitor(LemonModelImpl model)

ReaderVisitor

public ReaderVisitor(LinguisticOntology lingOnto,
                     LemonModelImpl model)
Method Detail

accept

public void accept(URI subj,
                   URI pred,
                   URI value)
Specified by:
accept in interface Visitor

accept

public void accept(URI subj,
                   URI pred,
                   String id)
Specified by:
accept in interface Visitor

accept

public void accept(URI subj,
                   URI pred,
                   String val,
                   String lang)
Specified by:
accept in interface Visitor

accept

public void accept(String subj,
                   URI pred,
                   URI value)
Specified by:
accept in interface Visitor

accept

public void accept(String subj,
                   URI pred,
                   String id)
Specified by:
accept in interface Visitor

accept

public void accept(String subj,
                   URI pred,
                   String val,
                   String lang)
Specified by:
accept in interface Visitor

getModel

public LemonModel getModel()

getEntry

public LexicalEntry getEntry()


Copyright © 2012. All Rights Reserved.