Uses of Class
de.tuebingen.uni.sfs.germanet.api.IliRecord

Uses of IliRecord in de.tuebingen.uni.sfs.germanet.api
 

Methods in de.tuebingen.uni.sfs.germanet.api that return types with arguments of type IliRecord
 java.util.List<IliRecord> GermaNet.getIliRecords()
          Returns a List of all IliRecords.
 java.util.List<IliRecord> LexUnit.getIliRecords()
          Return a List of IliRecords for this LexUnit.
 java.util.List<IliRecord> Synset.getIliRecords()
          Returns a List of all of the IliRecords that this Synset is associated with.
 

Methods in de.tuebingen.uni.sfs.germanet.api with parameters of type IliRecord
protected  void GermaNet.addIliRecord(IliRecord ili)
          Adds IliRecords to this GermaNet object when IliLoader is called
protected  void LexUnit.addIliRecord(IliRecord record)
          Add an IliRecord to this LexUnit.