Class Sparkclouds.MyOccurrence

java.lang.Object
  extended by Sparkclouds.MyOccurrence
Enclosing class:
Sparkclouds

 class Sparkclouds.MyOccurrence
extends java.lang.Object

Das Vorkommen eines bestimmten Worts in einem bestimmten item


Field Summary
private  processing.xml.XMLElement item
           
private  int number
           
 
Constructor Summary
Sparkclouds.MyOccurrence(processing.xml.XMLElement item)
           
 
Method Summary
 boolean equals(java.lang.String testtitle)
           
 processing.xml.XMLElement getItem()
           
 int getNumber()
           
 void incNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

item

private processing.xml.XMLElement item

number

private int number
Constructor Detail

Sparkclouds.MyOccurrence

Sparkclouds.MyOccurrence(processing.xml.XMLElement item)
Method Detail

getNumber

public int getNumber()

incNumber

public void incNumber()

getItem

public processing.xml.XMLElement getItem()

equals

public boolean equals(java.lang.String testtitle)