org.intermine.bio.postprocess
Class SetCollectionCounts

java.lang.Object
  extended by org.intermine.bio.postprocess.SetCollectionCounts

public class SetCollectionCounts
extends java.lang.Object

SetCollectionCounts class


Constructor Summary
SetCollectionCounts(ObjectStoreWriter osw)
          Construct with an ObjectStoreWriter, read and write from same ObjectStore
 
Method Summary
 void setCollectionCount()
          Set the count fields by looking at collection sizes (eg. set exonCount by getting exons.size())
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetCollectionCounts

public SetCollectionCounts(ObjectStoreWriter osw)
Construct with an ObjectStoreWriter, read and write from same ObjectStore

Parameters:
osw - an ObjectStore to write to
Method Detail

setCollectionCount

public void setCollectionCount()
                        throws java.lang.Exception
Set the count fields by looking at collection sizes (eg. set exonCount by getting exons.size())

Throws:
java.lang.Exception - if an error occurs