Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeUIImpl
This is a default implementation for
NodeUI that is used if no
other implementation is supplied. |
Modifier and Type | Method and Description |
---|---|
static NodeUI |
NodeUI.createFromStringForm(String stringForm)
Creates a NodeUI from a String in the format of that returned from the
getImplStringForm() method. |
NodeUI |
UIFactory.getUIForThisJVM()
Returns a Serializable object that is a unique identifier for this
Node.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
NodeUI.checkEqual(NodeUI other)
An abstract method to be implemented to return whether another
NodeUI object is equal to this instance. |
boolean |
NodeUIImpl.checkEqual(NodeUI other)
Compares another
NodeUI with this NodeUIImpl . |
Copyright © 1996–2016. All rights reserved.