Uses of Class
com.cmpware.cmp.LinkException

Packages that use LinkException
com.cmpware.cmp   
com.cmpware.cmp.networks   
com.cmpware.ide   
 

Uses of LinkException in com.cmpware.cmp
 

Methods in com.cmpware.cmp that throw LinkException
abstract  void Network.connectNetwork(Multiprocessor mp, java.lang.String link)
          This method is called to build the interconnection network for the newly allocated processor array.
static Link Link.get(java.lang.String linkName)
          This static method is used to return a newly allocated Link object from the link name string.
 

Uses of LinkException in com.cmpware.cmp.networks
 

Methods in com.cmpware.cmp.networks that throw LinkException
 void VT_ECE_5530.connectNetwork(Multiprocessor mp, java.lang.String linkName)
           
 void Torus.connectNetwork(Multiprocessor mp, java.lang.String linkName)
           
 void Ring.connectNetwork(Multiprocessor mp, java.lang.String linkName)
           
 void LM32_demo.connectNetwork(Multiprocessor mp, java.lang.String linkName)
           
 void LinearArray.connectNetwork(Multiprocessor mp, java.lang.String linkName)
           
 

Uses of LinkException in com.cmpware.ide
 

Methods in com.cmpware.ide that throw LinkException
static void MpModel.allocate()
          This method allocates the processor from information stored from the preference pages.