Uses of Class
org.jcsp.net.settings.Address
-
Packages that use Address 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 Address in org.jcsp.net.settings
Fields in org.jcsp.net.settings declared as Address Modifier and Type Field Description private Address
Addresses. lastAddress
Methods in org.jcsp.net.settings that return Address Modifier and Type Method Description Address[]
Addresses. getAddresses()
Address
Addresses. getLastAddress()
Methods in org.jcsp.net.settings with parameters of type Address Modifier and Type Method Description void
Addresses. addAddress(Address a)
void
Addresses. removeAddress(Address a)
-