Package org.jcsp.net.settings
Class Specs
- java.lang.Object
-
- org.jcsp.net.settings.Specs
-
public class Specs extends Object
Used internally within the JCSP network infrastructure to represent a set of system specifications.- Author:
- Quickstone Technologies Limited
-
-
Constructor Summary
Constructors Constructor Description Specs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSpec(Spec spec)
boolean
equals(Object o)
Spec[]
getSpecs()
int
hashCode()
void
removeSpec(Spec spec)
String
toString()
-