|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Provides context for creation of a single INode instance, or a
graph of INode instances.
INodeContextFactory implementors can use this factory to control
creational behavior and patterns for INode instances. It allows
the program to specifiy the semantics used when creating a graph of
INode instances, or a single INode instance. It
allows a one-step indirection for INode creation beyond the
NodeFactory.
NodeFactory| Method Summary | |
INode |
getGraph()
Returns a graph of newly created INode instances. |
INode |
getSingleNode()
Returns a newly created INode instance. |
| Method Detail |
public INode getGraph()
INode instances.public INode getSingleNode()
INode instance.
Implementors can use this method to allow single INode
instances to be added to a graph that follow the semantics of the
INode instances created via the getGraph method.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||