public static class SpotReader.SpotSrcTarget extends Object
Constructor and Description |
---|
SpotReader.SpotSrcTarget() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getEntityFrequency() |
String |
getSpot() |
int |
getSrc() |
int |
getTarget() |
int |
hashCode() |
boolean |
hasSameSpot(SpotReader.SpotSrcTarget sstf) |
void |
incrementEntityFrequency() |
void |
setSpot(String spot) |
void |
setSrc(int src) |
void |
setTarget(int target) |
String |
toString() |
public boolean hasSameSpot(SpotReader.SpotSrcTarget sstf)
public void incrementEntityFrequency()
public int getEntityFrequency()
public String getSpot()
public void setSpot(String spot)
spot
- the spot to setpublic int getSrc()
public void setSrc(int src)
src
- the src to setpublic int getTarget()
public void setTarget(int target)
target
- the target to setCopyright © 2013. All rights reserved.