Class AbstractNode
java.lang.Object
it.univr.di.cstnu.graph.AbstractComponent
it.univr.di.cstnu.graph.AbstractNode
- All Implemented Interfaces:
Component
,Node
,Serializable
,Comparable<Object>
- Direct Known Subclasses:
LabeledNode
Base class for implementing Node.
- Version:
- $Rev: 840 $
- Author:
- posenato
- See Also:
-
Field Summary
Fields inherited from class it.univr.di.cstnu.graph.AbstractComponent
name, pcs
-
Constructor Summary
ConstructorsConstructorDescriptionMinimal constructor.AbstractNode
(Node node) Constructor to clone the component.Simplified constructor -
Method Summary
Methods inherited from class it.univr.di.cstnu.graph.AbstractComponent
addObserver, clear, compareTo, equals, equalsByName, getName, hashCode, inNegativeCycle, removeObserver, setInNegativeCycle, takeIn, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface it.univr.di.cstnu.graph.Component
clear, equals, equalsByName, getName, hashCode, inNegativeCycle, setInNegativeCycle, toString
Methods inherited from interface it.univr.di.cstnu.graph.Node
isContingent, isParameter, newInstance, newInstance, newInstance
-
Constructor Details
-
AbstractNode
public AbstractNode()Minimal constructor.- See Also:
-
AbstractNode
-
AbstractNode
AbstractNode(Node node) Constructor to clone the component.- Parameters:
node
- the component to clone.
-
-
Method Details
-
setName
-
takeIn
-