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 voidaddSpec(Spec spec)booleanequals(Object o)Spec[]getSpecs()inthashCode()voidremoveSpec(Spec spec)StringtoString()
-