Uses of Class
org.jcsp.net.settings.Specs
-
Packages that use Specs Package Description org.jcsp.net.settings This package is used internally by the JCSP network infrastructure to load XML configuration files and represent their structure. -
-
Uses of Specs in org.jcsp.net.settings
Fields in org.jcsp.net.settings declared as Specs Modifier and Type Field Description private Specs
JCSPConfig. nodeSpecs
private Specs
Address. specs
private Specs
Protocol. specs
Methods in org.jcsp.net.settings that return Specs Modifier and Type Method Description Specs
JCSPConfig. getNodeSpecs()
Methods in org.jcsp.net.settings with parameters of type Specs Modifier and Type Method Description void
JCSPConfig. setNodeSpecs(Specs specs)
-