Uses of Interface
org.keridwen.core.data.model.io.NodeWriter

Packages that use NodeWriter
org.keridwen.core.data.model   
org.keridwen.core.data.model.impl   
 

Uses of NodeWriter in org.keridwen.core.data.model
 

Methods in org.keridwen.core.data.model with parameters of type NodeWriter
 void Node.setNodeWriter(NodeWriter nodeWriter)
          Sets the NodeWriter.
 

Uses of NodeWriter in org.keridwen.core.data.model.impl
 

Methods in org.keridwen.core.data.model.impl with parameters of type NodeWriter
 void DefaultNode.setNodeWriter(NodeWriter aWriter)
           
 

Constructors in org.keridwen.core.data.model.impl with parameters of type NodeWriter
DefaultNode(String name, URI anURI, NodeReader<T> aReader, NodeWriter aWriter)
          Creates a Node with the given name, NodeReader and NodeWriter.
 



Copyright © 2010-2013 Artenum. All Rights Reserved.