Uses of Class
eu.monnetproject.lemon.impl.LemonModelImpl

Packages that use LemonModelImpl
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.impl.io   
eu.monnetproject.lemon.impl.io.turtle   
eu.monnetproject.lemon.impl.io.xml   
 

Uses of LemonModelImpl in eu.monnetproject.lemon.impl
 

Fields in eu.monnetproject.lemon.impl declared as LemonModelImpl
protected  LemonModelImpl LemonElementImpl.model
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type LemonModelImpl
<Elem extends LemonElementOrPredicate>
Iterator<Elem>
SPARQLResolver.query(Class<Elem> target, String query, LemonModelImpl model)
           
 void SPARQLResolver.resolveRemote(LemonModelImpl model, LemonElementImpl<?> element, int depth)
           
 void RemoteResolver.resolveRemote(LemonModelImpl model, LemonElementImpl<?> element, int depth)
           
 void HttpResolver.resolveRemote(LemonModelImpl model, LemonElementImpl<?> element, int depth)
           
 void SPARQLResolver.resolveRemoteFiltered(LemonModelImpl model, URI property, LemonElementImpl<?> element)
           
 void RemoteResolver.resolveRemoteFiltered(LemonModelImpl model, URI property, LemonElementImpl<?> element)
           
 void HttpResolver.resolveRemoteFiltered(LemonModelImpl model, URI property, LemonElementImpl<?> element)
           
<T> List<T>
SPARQLResolver.resolveRemoteList(Object identifier, Class<T> clazz, LemonModelImpl model)
           
<T> List<T>
RemoteResolver.resolveRemoteList(Object identifier, Class<T> clazz, LemonModelImpl model)
           
<T> List<T>
HttpResolver.resolveRemoteList(Object identifier, Class<T> clazz, LemonModelImpl model)
           
 

Constructors in eu.monnetproject.lemon.impl with parameters of type LemonModelImpl
AccepterFactory(HashMap<Object,ReaderAccepter> accepters, LinguisticOntology lingOnto, LemonModelImpl model)
           
CopyVisitor(LinguisticOntology lingOnto, LemonModelImpl target)
           
LemonElementImpl(String id, String type, LemonModelImpl model)
           
LemonElementImpl(URI uri, String type, LemonModelImpl model)
           
LexiconImpl(String id, LemonModelImpl model)
           
LexiconImpl(URI uri, LemonModelImpl model)
           
MorphPatternImpl(String id, LemonModelImpl model)
           
MorphPatternImpl(URI uri, LemonModelImpl model)
           
MorphTransformImpl(String id, LemonModelImpl model)
           
MorphTransformImpl(URI uri, LemonModelImpl model)
           
PrototypeImpl(String id, LemonModelImpl model)
           
PrototypeImpl(URI uri, LemonModelImpl model)
           
 

Uses of LemonModelImpl in eu.monnetproject.lemon.impl.io
 

Constructors in eu.monnetproject.lemon.impl.io with parameters of type LemonModelImpl
ReaderVisitor(LemonModelImpl model)
           
ReaderVisitor(LinguisticOntology lingOnto, LemonModelImpl model)
           
 

Uses of LemonModelImpl in eu.monnetproject.lemon.impl.io.turtle
 

Constructors in eu.monnetproject.lemon.impl.io.turtle with parameters of type LemonModelImpl
ParserBase(LemonModelImpl model)
           
TurtleParser(InputStream stream, LemonModelImpl model)
          Constructor with InputStream.
TurtleParser(InputStream stream, String encoding, LemonModelImpl model)
          Constructor with InputStream and supplied encoding
TurtleParser(Reader stream, LemonModelImpl model)
          Constructor.
TurtleParser(TurtleParserTokenManager tm, LemonModelImpl model)
          Constructor with generated Token Manager.
 

Uses of LemonModelImpl in eu.monnetproject.lemon.impl.io.xml
 

Constructors in eu.monnetproject.lemon.impl.io.xml with parameters of type LemonModelImpl
RDFXMLReader(LemonModelImpl model)
          constructor initialize the XMLInputFactory
 



Copyright © 2012. All Rights Reserved.