CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net.settings
Class JCSPConfig

java.lang.Object
  extended by org.jcsp.net.settings.JCSPConfig

public class JCSPConfig
extends Object

Used internally within the JCSP network infrastructure to represent the overall configuration.

Author:
Quickstone Technologies Limited

Constructor Summary
JCSPConfig()
           
 
Method Summary
 Addresses getAddresses()
           
 LinkProfiles getLinkProfiles()
           
 NodeProfiles getNodeProfiles()
           
 Specs getNodeSpecs()
           
 Plugins getPlugins()
           
 Protocols getProtocols()
           
 Services getServices()
           
 Settings getSettings()
           
 void setAddresses(Addresses addresses)
           
 void setLinkProfiles(LinkProfiles linkProfiles)
           
 void setNodeProfiles(NodeProfiles nodeProfiles)
           
 void setNodeSpecs(Specs specs)
           
 void setPlugins(Plugins plugins)
           
 void setProtocols(Protocols protocols)
           
 void setServices(Services services)
           
 void setSettings(Settings settings)
           
static String tabIn(String string)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCSPConfig

public JCSPConfig()
Method Detail

setSettings

public void setSettings(Settings settings)

getSettings

public Settings getSettings()

setServices

public void setServices(Services services)

getServices

public Services getServices()

setPlugins

public void setPlugins(Plugins plugins)

getPlugins

public Plugins getPlugins()

setProtocols

public void setProtocols(Protocols protocols)

getProtocols

public Protocols getProtocols()

setAddresses

public void setAddresses(Addresses addresses)

getAddresses

public Addresses getAddresses()

setNodeSpecs

public void setNodeSpecs(Specs specs)

getNodeSpecs

public Specs getNodeSpecs()

setLinkProfiles

public void setLinkProfiles(LinkProfiles linkProfiles)

getLinkProfiles

public LinkProfiles getLinkProfiles()

setNodeProfiles

public void setNodeProfiles(NodeProfiles nodeProfiles)

getNodeProfiles

public NodeProfiles getNodeProfiles()

toString

public String toString()
Overrides:
toString in class Object

tabIn

public static String tabIn(String string)

CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.