fcmodeler.jsomap
Class RandomModels

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--fcmodeler.jsomap.RandomModels
All Implemented Interfaces:
java.util.Collection

public class RandomModels
extends java.util.AbstractCollection

Version:
 
Author:
default

Constructor Summary
RandomModels(java.util.Collection graphs, int count)
           
RandomModels(WGData graphs, int count)
          Creates new RandomModels
 
Method Summary
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

RandomModels

public RandomModels(WGData graphs,
                    int count)
Creates new RandomModels

RandomModels

public RandomModels(java.util.Collection graphs,
                    int count)
Method Detail

iterator

public java.util.Iterator iterator()
Overrides:
iterator in class java.util.AbstractCollection

size

public int size()
Overrides:
size in class java.util.AbstractCollection