void |
DependencyWriterImpl.insertNamespace(XMLSchemaBasedWriter writer) |
Adds the namespace-imports of this handler to the given xmlWriter.
|
void |
ModelWriterImpl.insertNamespace(XMLSchemaBasedWriter writer) |
Adds the namespace-imports of this handler to the given xmlWriter.
|
void |
NESTGraphWriterImpl.insertNamespace(XMLSchemaBasedWriter writer) |
Adds the namespace-imports of this handler to the given xmlWriter.
|
void |
ObjectPoolWriterImpl.insertNamespace(XMLSchemaBasedWriter writer) |
Adds the namespace-imports of this handler to the given xmlWriter.
|
void |
ObjectWriterImpl.insertNamespace(XMLSchemaBasedWriter writer) |
Adds the namespace-imports of this handler to the given xmlWriter.
|
void |
SimilarityModelWriterImpl.insertNamespace(XMLSchemaBasedWriter writer) |
Adds the namespace-imports of this handler to the given xmlWriter.
|
void |
TrainingPoolWriter.insertNamespace(XMLSchemaBasedWriter writer) |
Adds the namespace-imports of this handler to the given xmlWriter.
|
void |
WorkflowGraphMLYWriterImpl.insertNamespace(XMLSchemaBasedWriter writer) |
Adds the namespace-imports of this handler to the given xmlWriter.
|
void |
WorkflowWriterImpl.insertNamespace(XMLSchemaBasedWriter writer) |
Adds the namespace-imports of this handler to the given xmlWriter.
|
abstract void |
XMLWriterImpl.insertNamespace(XMLSchemaBasedWriter writer) |
Adds the namespace-imports of this handler to the given xmlWriter.
|
void |
DependencyWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
void |
ModelWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
void |
NESTGraphWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
void |
NESTSequentialWorkflowWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
void |
NESTWorkflowWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
void |
ObjectPoolWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
void |
ObjectWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
void |
SimilarityModelWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
void |
TrainingPoolWriter.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
void |
WorkflowGraphMLYWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
void |
WorkflowWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
abstract void |
XMLWriterImpl.store(Object value,
XMLSchemaBasedWriter writer) |
To embed xml writers into another one it must be possible to specify the parent
XMLSchemaBasedWriter as well as a prefix that should be probably used.
|
protected void |
XMLWriterImpl.storeWithFamiliarWriter(Object value,
XMLSchemaBasedWriter writer) |
Tries to write the given object, with a familiar writer-implementation AND using the already
instantiated writer-object
|
protected void |
ObjectWriterImpl.write(DataObject object,
DataClass attributeType,
XMLSchemaBasedWriter writer) |
write.
|
protected void |
ObjectWriterImpl.writeAggregateContent(AggregateObject object,
DataClass attributeClass,
XMLSchemaBasedWriter writer) |
writeAggregateContent.
|
protected void |
NESTGraphWriterImpl.writeEdge(NESTEdgeObject value,
XMLSchemaBasedWriter writer) |
Writes the Edge-object to the XMLWriter.
|
protected void |
NESTSequentialWorkflowWriterImpl.writeEdge(NESTEdgeObject value,
XMLSchemaBasedWriter writer) |
Writes the Edge-object to the XMLWriter.
|
protected void |
ObjectWriterImpl.writeId(DataObject object,
XMLSchemaBasedWriter writer) |
writeId.
|
protected void |
NESTSequentialWorkflowWriterImpl.writeNESTSequentialWorkflow(NESTSequentialWorkflowObject value,
XMLSchemaBasedWriter writer) |
Writes the given NESTGraph-object into the XMLWriter.
|
protected void |
NESTGraphWriterImpl.writeNode(NESTNodeObject value,
XMLSchemaBasedWriter writer) |
Writes the Node-object into the XMLWriter.
|
protected void |
NESTSequentialWorkflowWriterImpl.writeNode(NESTNodeObject value,
XMLSchemaBasedWriter writer) |
Writes the Node-object into the XMLWriter.
|
protected void |
NESTWorkflowWriterImpl.writeNode(NESTNodeObject value,
XMLSchemaBasedWriter writer) |
Writes the Node-object into the XMLWriter.
|
protected void |
ObjectWriterImpl.writeProperties(DataObject object,
XMLSchemaBasedWriter writer) |
writeProperties.
|
protected void |
WorkflowWriterImpl.writeReasoningWorkflow(WorkflowObject value,
XMLSchemaBasedWriter writer) |
Writes the complete workflow-content of the given AdaptationCase-object.
|
protected void |
NESTGraphWriterImpl.writeSemanticDescription(NESTGraphItemObject item,
XMLSchemaBasedWriter writer) |
Writes the semantic part of the given NESTGraphItem to the XMLWriter.
|
protected void |
ObjectWriterImpl.writeVoid(VoidObject object,
DataClass attributeType,
XMLSchemaBasedWriter writer) |
writeVoid.
|