eu.monnetproject.lemon.impl.io
Class UnactualizedAccepter

java.lang.Object
  extended by eu.monnetproject.lemon.impl.io.UnactualizedAccepter
All Implemented Interfaces:
ReaderAccepter

public class UnactualizedAccepter
extends Object
implements ReaderAccepter

Author:
John McCrae

Constructor Summary
UnactualizedAccepter()
           
 
Method Summary
 ReaderAccepter accept(URI pred, String bNode, LinguisticOntology lingOnto, AccepterFactory factory)
           
 void accept(URI pred, String value, String lang, LinguisticOntology lingOnto, AccepterFactory factory)
           
 ReaderAccepter accept(URI pred, URI value, LinguisticOntology lingOnto, AccepterFactory factory)
           
 Map<Object,ReaderAccepter> actualizedAs(ReaderAccepter actual, LinguisticOntology lingOnto, AccepterFactory factory)
           
 void addAll(UnactualizedAccepter accepter)
           
 void merge(ReaderAccepter accepter, LinguisticOntology lingOnto, AccepterFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnactualizedAccepter

public UnactualizedAccepter()
Method Detail

accept

public ReaderAccepter accept(URI pred,
                             URI value,
                             LinguisticOntology lingOnto,
                             AccepterFactory factory)
Specified by:
accept in interface ReaderAccepter

accept

public ReaderAccepter accept(URI pred,
                             String bNode,
                             LinguisticOntology lingOnto,
                             AccepterFactory factory)
Specified by:
accept in interface ReaderAccepter

accept

public void accept(URI pred,
                   String value,
                   String lang,
                   LinguisticOntology lingOnto,
                   AccepterFactory factory)
Specified by:
accept in interface ReaderAccepter

addAll

public void addAll(UnactualizedAccepter accepter)

actualizedAs

public Map<Object,ReaderAccepter> actualizedAs(ReaderAccepter actual,
                                               LinguisticOntology lingOnto,
                                               AccepterFactory factory)

merge

public void merge(ReaderAccepter accepter,
                  LinguisticOntology lingOnto,
                  AccepterFactory factory)
Specified by:
merge in interface ReaderAccepter


Copyright © 2012. All Rights Reserved.