Serialized Form


Package com.artenum.forceria.exception

Class com.artenum.forceria.exception.FileFormatException extends Exception implements Serializable

serialVersionUID: -4332891901459479197L

Class com.artenum.forceria.exception.GenerationException extends Exception implements Serializable

serialVersionUID: -4386391901459479197L


Package com.artenum.forceria.template

Class com.artenum.forceria.template.StringTemplateException extends Exception implements Serializable

serialVersionUID: 7465364965532015370L


Package org.keridwen.core.data.model.impl

Class org.keridwen.core.data.model.impl.DefaultDataModel extends DefaultTreeModel implements Serializable

serialVersionUID: 2518481029062656439L

Serialized Fields

treeWriter

TreeWriter treeWriter
Tree writer.


treeReader

TreeReader treeReader
Tree reader.


dataModelInformation

DataModelInformation dataModelInformation
Data model metadata.


modificationState

ModificationState modificationState
Has the model been modified since last saving?


listeners

CopyOnWriteArrayList<E> listeners
List of ModificationStateListeners.


nodeReadersMap

Map<K,V> nodeReadersMap
Map of the node paths and their associated NodeReaders.

Class org.keridwen.core.data.model.impl.DefaultNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: -7160630383210170182L

Serialized Fields

name

String name
Node name.


nodeInformation

NodeInformation nodeInformation
Node information.


content

Object content
Node content.


nodeWriter

NodeWriter nodeWriter
The NodeWriter.


nodeReader

NodeReader<T> nodeReader
The NodeReader.


nodeURI

URI nodeURI
The current Node URI.


localContent

boolean localContent
Boolean stating whether the Node content is stored in the model or linked from outside.


contentLoaded

boolean contentLoaded
Boolean indicating whether the Node content has been loaded in memory or not.



Copyright © 2010-2013 Artenum. All Rights Reserved.