PIP.IO.CreatePeripheralData
Class CreatePDBFiles

java.lang.Object
  extended by PIP.IO.CreatePeripheralData.CreatePDBFiles

public class CreatePDBFiles
extends java.lang.Object


Constructor Summary
CreatePDBFiles(java.lang.String[] args)
           
 
Method Summary
static void forADomainInMSD(Domain domain, java.lang.String extention)
           
static void forADomainInteractionInEntry(DomainInteraction di, java.lang.String extention, FamilyType ft)
           
static void forAnAssemblyInMSD(Assembly ass, java.lang.String extention)
           
static void forAnEntryInMSD(Entry entry, java.lang.String extention)
           
static void forEveryAssemblyInMSD()
           
static void forEveryDomainInMSD()
           
static void forUniqueDomainInEachFamily(java.util.Map<Family,Domain> map)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePDBFiles

public CreatePDBFiles(java.lang.String[] args)
               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)

forUniqueDomainInEachFamily

public static void forUniqueDomainInEachFamily(java.util.Map<Family,Domain> map)
                                        throws java.io.IOException
Throws:
java.io.IOException

forEveryDomainInMSD

public static void forEveryDomainInMSD()
                                throws java.io.IOException
Throws:
java.io.IOException

forEveryAssemblyInMSD

public static void forEveryAssemblyInMSD()
                                  throws java.io.IOException
Throws:
java.io.IOException

forADomainInMSD

public static void forADomainInMSD(Domain domain,
                                   java.lang.String extention)
                            throws java.io.IOException
Throws:
java.io.IOException

forAnAssemblyInMSD

public static void forAnAssemblyInMSD(Assembly ass,
                                      java.lang.String extention)
                               throws java.io.IOException
Throws:
java.io.IOException

forAnEntryInMSD

public static void forAnEntryInMSD(Entry entry,
                                   java.lang.String extention)
                            throws java.io.IOException
Throws:
java.io.IOException

forADomainInteractionInEntry

public static void forADomainInteractionInEntry(DomainInteraction di,
                                                java.lang.String extention,
                                                FamilyType ft)
                                         throws java.lang.Exception
Throws:
java.lang.Exception