Package org.jcsp.gpp.patterns

Package org.jcsp.gpp.patterns Description

Package org.jcsp.gpp.patterns defines processes that can used as is simply by making appropriate reference to the data objects used in the application. The programmer is required to make no other changes. As such the package patterns contains some commonly occurring parallel structures. On occasions programmers will need to create their own parallel architectures as a response to the requirements of the application.

The package org.jcsp.gpp.demos.MCpi shows how the Farm pattern is used with different combinations of data object.

 Author, Licence and Copyright statement
 author  Jon Kerridge
 		   School of Computing 
 		   Edinburgh Napier University
 		   Merchiston Campus, 
 		   Colinton Road 
 		   Edinburgh EH10 5DT
 
 Author contact: j.kerridge (at) napier.ac.uk
   
 Copyright  Jon Kerridge Edinburgh Napier University *   
  
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 
     http://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.