public class TypeNode extends AlphaNode
Modifier and Type | Field and Description |
---|---|
protected OAVObjectType |
type
The object type.
|
evaluators, indirects, oconsumers, osource, relevants
clones, nodeid
Constructor and Description |
---|
TypeNode(int nodeid,
OAVObjectType type)
Create a new node.
|
Modifier and Type | Method and Description |
---|---|
OAVObjectType |
getObjectType()
Get the object type.
|
java.lang.String |
toString()
Get the string representation.
|
addObject, addObjectConsumer, checkConstraints, createNodeMemory, doClone, getConstraintEvaluators, getIndirectAttributes, getNodeMemory, getObjectConsumers, getObjectSource, getRelevantAttributes, isAffected, modifyIndirectObject, modifyObject, propagateAdditionToObjectConsumers, propagateModificationToObjectConsumers, propagateRemovalToObjectConsumers, removeObject, removeObjectConsumer, setObjectSource
checkNodeConsistency, clone, equals, getNodeId, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
checkNodeConsistency, clone, getNodeId
protected OAVObjectType type
public TypeNode(int nodeid, OAVObjectType type)
public OAVObjectType getObjectType()