Serialized Form


Package org.qriterium.dogma

Class org.qriterium.dogma.DogmaResource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

attributes

java.util.HashMap<K,V> attributes
Stores all single-valued attributes


uris

java.util.Vector<E> uris
Resource's URIs.


tags

java.util.HashSet<E> tags
A set of tags. Existence of tag signifies, that resource belongs to tag-named set of resources.


connections

java.util.Vector<E> connections
This resource's connections to other resources. Connection is directed; it is either into this resource or out of it.


toAmount

int toAmount
Number of directed connections out of this resource.


fromAmount

int fromAmount
Number of directed connections into this resource.


Package org.qriterium.dogma.gui

Class org.qriterium.dogma.gui.DogmaSearch extends java.lang.Object implements Serializable

serialVersionUID: 5540814943548921908L

Serialized Fields

name

java.lang.String name

created

java.util.Date created

columnNames

java.lang.String[] columnNames

searchData

java.lang.String[][] searchData

tagText

java.lang.String tagText

nameless

boolean nameless

Package org.qriterium.dogma.resourcebase.data

Class org.qriterium.dogma.resourcebase.data.Connection extends java.lang.Object implements Serializable

serialVersionUID: -2235296928428516286L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

key

java.lang.String key

fromcanoname

java.lang.String fromcanoname

fromtype

java.lang.String fromtype

connectiontype

java.lang.String connectiontype

tocanoname

java.lang.String tocanoname

totype

java.lang.String totype

Class org.qriterium.dogma.resourcebase.data.Data extends java.lang.Object implements Serializable

serialVersionUID: -2235296928428516279L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

currentResource

iResource currentResource

resourceTable

java.util.Hashtable<K,V> resourceTable

connectionTable

java.util.Hashtable<K,V> connectionTable

uriTable

java.util.Hashtable<K,V> uriTable

source

java.lang.String source

Class org.qriterium.dogma.resourcebase.data.Resource extends java.lang.Object implements Serializable

serialVersionUID: -2235296928428516276L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

source

java.lang.String source

canoname

java.lang.String canoname

resourceclass

java.lang.String resourceclass

type

java.lang.String type

name

java.lang.String name

created

java.util.Date created

imported

java.util.Date imported

added

java.util.Date added

uris

int uris

connections

int connections

connectioncounts

java.util.Hashtable<K,V> connectioncounts

Class org.qriterium.dogma.resourcebase.data.Uri extends java.lang.Object implements Serializable

serialVersionUID: -2235296928428516277L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

resourcecanoname

java.lang.String resourcecanoname

type

java.lang.String type

name

java.lang.String name

location

java.lang.String location

uristring

java.lang.String uristring