public class VocabularyIterator
extends com.exalead.gni.GNINativeObject
Modifier | Constructor and Description |
---|---|
protected |
VocabularyIterator(VocabularyResource res)
Protected constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
java.lang.String |
getClassName() |
double |
getDScore() |
int |
getFreq() |
double |
getPScore() |
java.lang.String |
getToken() |
boolean |
next() |
protected VocabularyIterator(VocabularyResource res)
res
- the resource on which we want to iterate.public boolean next()
public int getFreq()
public double getDScore()
public double getPScore()
public int getClassId()
public java.lang.String getClassName()
public java.lang.String getToken()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.