Package org.jcsp.net.settings
Class Protocol
java.lang.Object
org.jcsp.net.settings.Protocol
Used internally within the JCSP network infrastructure to represent a single protocol.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSetting(Setting setting) voidbooleangetName()intgetSetting(String name) Setting[]Spec[]getSpecs()inthashCode()voidremoveSetting(Setting setting) voidremoveSpec(Spec spec) toString()
-
Field Details
-
protocolID
-
protocolName
-
idClass
-
position
private int position -
specs
-
settings
-
-
Constructor Details
-
Protocol
-
-
Method Details