|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.example.AttributeRoleIterator
public class AttributeRoleIterator
An iterator for attribute roles which is able to iterate over all attributes or skip either regular or special attributes.
| Constructor Summary | |
|---|---|
AttributeRoleIterator(java.util.Iterator<AttributeRole> parent,
int type)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
AttributeRole |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeRoleIterator(java.util.Iterator<AttributeRole> parent,
int type)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<AttributeRole>public AttributeRole next()
next in interface java.util.Iterator<AttributeRole>public void remove()
remove in interface java.util.Iterator<AttributeRole>
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||