org.ontoware.rdf2go.model.impl
Class QueryRowImpl

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,Node>
          extended by org.ontoware.rdf2go.model.impl.QueryRowImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,Node>, QueryRow

public class QueryRowImpl
extends java.util.HashMap<java.lang.String,Node>
implements QueryRow

See Also:
Serialized Form

Constructor Summary
QueryRowImpl()
           
 
Method Summary
 java.lang.String getLiteralValue(java.lang.String varname)
           
 Node getValue(java.lang.String varname)
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

QueryRowImpl

public QueryRowImpl()
Method Detail

getValue

public Node getValue(java.lang.String varname)
Specified by:
getValue in interface QueryRow

getLiteralValue

public java.lang.String getLiteralValue(java.lang.String varname)
                                 throws ModelRuntimeException
Specified by:
getLiteralValue in interface QueryRow
Throws:
ModelRuntimeException

toString

public java.lang.String toString()
Overrides:
toString in class java.util.AbstractMap<java.lang.String,Node>


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.