Serialized Form


Package i3.dragos.core.services.commands

Class i3.dragos.core.services.commands.ExecutionAbortedException extends java.lang.Exception implements Serializable

serialVersionUID: 2853544188724953957L


Package i3.dragos.core.services.datasources

Class i3.dragos.core.services.datasources.DataSourceException extends BackendStorageException implements Serializable

serialVersionUID: 1L

Class i3.dragos.core.services.datasources.DataSourceFactoryException extends BackendStorageException implements Serializable

serialVersionUID: 1L

Class i3.dragos.core.services.datasources.DataSourceTransactionException extends DragosException implements Serializable

serialVersionUID: 1L

Class i3.dragos.core.services.datasources.DataSourceURL extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

datasourceURL

java.lang.String datasourceURL
The URL representing the data source.


protocol

java.lang.String protocol
The data source's protocol.


datasource

java.lang.String datasource
The data source's name.


host

java.lang.String host
The host on which the data source's server is running.


port

java.lang.String port
The port on which the data source's server listens for incoming requests.


user

java.lang.String user
A user which is known by the data source. The user must be priviliged enough to modify the database schema in some implementations.


password

java.lang.String password
The user's password.


props

java.util.Properties props

hc

int hc

Package i3.dragos.core.services.events

Class i3.dragos.core.services.events.DragosEvent extends java.util.EventObject implements Serializable

serialVersionUID: 42L

Serialized Fields

eventType

int eventType
The type of event.


Package i3.dragos.core.services.transactions

Class i3.dragos.core.services.transactions.TransactionEvent extends DragosEvent implements Serializable

serialVersionUID: 42L

Class i3.dragos.core.services.transactions.TransactionException extends DragosException implements Serializable

serialVersionUID: 42L

Class i3.dragos.core.services.transactions.TransactionManagerException extends DragosException implements Serializable

serialVersionUID: 42L

Class i3.dragos.core.services.transactions.TransactionManagerFactoryException extends DragosException implements Serializable

serialVersionUID: 1L


Package i3.dragos.exception

Class i3.dragos.exception.BackendStorageException extends DragosException implements Serializable

serialVersionUID: 1L

Class i3.dragos.exception.DanglingReferenceException extends DragosException implements Serializable

serialVersionUID: 1L

Class i3.dragos.exception.DragosException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class i3.dragos.exception.EntityAlreadyExistsException extends DragosException implements Serializable

serialVersionUID: 1L

Class i3.dragos.exception.EntityInUseException extends DragosException implements Serializable

serialVersionUID: 1L

Class i3.dragos.exception.EntityNotFoundException extends DragosException implements Serializable

serialVersionUID: 1L

Class i3.dragos.exception.GraphEntityInstantiationException extends DragosException implements Serializable

serialVersionUID: 2L

Serialized Fields

abstractGEC

GraphEntityClass abstractGEC
The object on which the operation was attempted.

Class i3.dragos.exception.GraphPoolCheckException extends DragosException implements Serializable

serialVersionUID: 1L

Serialized Fields

problem

GraphEntity problem
The entity whose check failed.

Class i3.dragos.exception.GraphPoolException extends DragosException implements Serializable

serialVersionUID: 1L

Class i3.dragos.exception.InheritanceCycleException extends SchemaCheckException implements Serializable

serialVersionUID: 1L

Class i3.dragos.exception.InvalidValueException extends DragosException implements Serializable

serialVersionUID: 1L

Class i3.dragos.exception.MultipleResultsException extends DragosException implements Serializable

serialVersionUID: 1L

Class i3.dragos.exception.SchemaCheckException extends DragosException implements Serializable

serialVersionUID: 1L

Serialized Fields

problem

GraphEntityClass problem
The entity class whose check failed.

Class i3.dragos.exception.StaleReferenceException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 2L

Serialized Fields

staleReference

java.lang.Object staleReference
The object on which the operation was attempted.


Package i3.dragos.gm.core.event

Class i3.dragos.gm.core.event.AttributeDeclarationEvent extends GraphEntityClassEvent implements Serializable

serialVersionUID: 42L

Serialized Fields

attribute

Attribute attribute
The attribute that was modified.

Class i3.dragos.gm.core.event.AttributeModificationEvent extends GraphEntityEvent implements Serializable

serialVersionUID: 42L

Serialized Fields

attribute

Attribute attribute
The attribute that was modified.

Class i3.dragos.gm.core.event.DataEvent extends DragosEvent implements Serializable

serialVersionUID: 42L

Serialized Fields

dataSourceURL

DataSourceURL dataSourceURL
The DataSourceURL where this event occured.

Class i3.dragos.gm.core.event.EdgeConnectionEvent extends GraphEntityEvent implements Serializable

serialVersionUID: 42L

Serialized Fields

oldConnection

GraphEntity oldConnection
The previously connected entity (may be null).


newConnection

GraphEntity newConnection
The newly connected entity (may be null).

Class i3.dragos.gm.core.event.GraphEntityClassEvent extends DataEvent implements Serializable

serialVersionUID: 42L

Class i3.dragos.gm.core.event.GraphEntityClassHierachyEvent extends GraphEntityClassEvent implements Serializable

serialVersionUID: 42L

Serialized Fields

subClass

GraphEntityClass subClass
The subClass (superClass is stored as source).

Class i3.dragos.gm.core.event.GraphEntityEvent extends DataEvent implements Serializable

serialVersionUID: 42L

Class i3.dragos.gm.core.event.GraphPoolEvent extends DragosEvent implements Serializable

serialVersionUID: 42L


Package i3.dragos.gm.core.id

Class i3.dragos.gm.core.id.EdgeID extends GraphEntityID implements Serializable

serialVersionUID: 777L

Class i3.dragos.gm.core.id.GraphEntityID extends java.lang.Object implements Serializable

Serialized Fields

dataSourceURL

DataSourceURL dataSourceURL
The data source that stores the graph entity.


internalIdentifier

java.io.Serializable internalIdentifier
Internal identifier


type

GraphEntityClassID type
Type of the graph entity.

Class i3.dragos.gm.core.id.GraphID extends GraphEntityID implements Serializable

serialVersionUID: 777L

Serialized Fields

name

java.lang.String name
The graph's name.

Class i3.dragos.gm.core.id.NodeID extends GraphEntityID implements Serializable

serialVersionUID: 777L

Class i3.dragos.gm.core.id.RelationEndID extends GraphEntityID implements Serializable

serialVersionUID: 777L

Serialized Fields

relationID

RelationID relationID
The ID of the relation this relation end is a part of.

Class i3.dragos.gm.core.id.RelationID extends GraphEntityID implements Serializable

serialVersionUID: 777L


Package i3.dragos.gm.core.schema

Class i3.dragos.gm.core.schema.Cardinality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

min

int min
The mininum for this Cardinality.


max

int max
The maxinum for this Cardinality.


cardStr

java.lang.String cardStr
A String representation of this Cardinality.


Package i3.dragos.gm.core.schema.id

Class i3.dragos.gm.core.schema.id.AttributeID extends java.lang.Object implements Serializable

serialVersionUID: 700L

Serialized Fields

graphEntityClass

GraphEntityClassID graphEntityClass
The graph entity class the attribute is declared in


name

java.lang.String name
The name of the attribute

Class i3.dragos.gm.core.schema.id.EdgeClassID extends GraphEntityClassID implements Serializable

serialVersionUID: 777L

Class i3.dragos.gm.core.schema.id.GraphClassID extends GraphEntityClassID implements Serializable

serialVersionUID: 777L

Class i3.dragos.gm.core.schema.id.GraphEntityClassID extends java.lang.Object implements Serializable

serialVersionUID: 777L

Serialized Fields

dataSourceURL

DataSourceURL dataSourceURL
Our DataSourceURL


internalIdentifier

java.io.Serializable internalIdentifier
Our internal id


name

java.lang.String name
Our name

Class i3.dragos.gm.core.schema.id.NodeClassID extends GraphEntityClassID implements Serializable

serialVersionUID: 777L

Class i3.dragos.gm.core.schema.id.RelationClassID extends GraphEntityClassID implements Serializable

serialVersionUID: 777L

Class i3.dragos.gm.core.schema.id.RelationEndClassID extends GraphEntityClassID implements Serializable

serialVersionUID: 777L



Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.