public class TypeNode extends AlphaNode
| Modifier and Type | Field and Description |
|---|---|
protected OAVObjectType |
type
The object type.
|
evaluators, indirects, oconsumers, osource, relevantsclones, 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, setObjectSourcecheckNodeConsistency, clone, equals, getNodeId, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcheckNodeConsistency, clone, getNodeIdprotected OAVObjectType type
public TypeNode(int nodeid,
OAVObjectType type)
public OAVObjectType getObjectType()