de.deepamehta.plugins.topicmaps
Class ClusterCoords

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.plugins.topicmaps.ClusterCoords
All Implemented Interfaces:
Iterable<ClusterCoords.Entry>

public class ClusterCoords
extends Object
implements Iterable<ClusterCoords.Entry>


Nested Class Summary
 class ClusterCoords.Entry
           
 
Field Summary
private  List<ClusterCoords.Entry> entries
           
private  Logger logger
           
 
Constructor Summary
ClusterCoords(JSONArray entries)
           
 
Method Summary
 Iterator<ClusterCoords.Entry> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entries

private List<ClusterCoords.Entry> entries

logger

private Logger logger
Constructor Detail

ClusterCoords

public ClusterCoords(JSONArray entries)
Method Detail

iterator

public Iterator<ClusterCoords.Entry> iterator()
Specified by:
iterator in interface Iterable<ClusterCoords.Entry>


Copyright © 2014. All Rights Reserved.