de.fau.cs.www8.jadeowlcodec.tool
Class Helper.KeyValue<K,V>

java.lang.Object
  extended by de.fau.cs.www8.jadeowlcodec.tool.Helper.KeyValue<K,V>
Enclosing class:
Helper

public static class Helper.KeyValue<K,V>
extends java.lang.Object

Helper class for addRelation method

Author:
Ulf Schreiber

Constructor Summary
Helper.KeyValue(K key, V value)
           
 
Method Summary
 K key()
           
 V value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper.KeyValue

public Helper.KeyValue(K key,
                       V value)
Method Detail

key

public K key()

value

public V value()


Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg