public class NodeProfile
extends Object
Used internally within the JCSP network infrastructure to represent a node profile.
- Author:
- Quickstone Technologies Limited
-
Constructor Summary
Constructors
-
Method Summary
void
boolean
boolean
int
void
-
Constructor Details
-
NodeProfile
public NodeProfile(String name,
boolean exactMatchRequired)
-
Method Details
-
addReq
public void addReq(Req req)
-
removeReq
public void removeReq(Req req)
-
-
-
getExactMatchRequired
public boolean getExactMatchRequired()
-
-
-