Serialized Form


Package de.fzi.kadmos.api

Class de.fzi.kadmos.api.ForwardingAlignment extends Object implements Serializable

serialVersionUID: -3794253515404529422L

Serialized Fields

alignment

Alignment alignment
Wrapped alignment object.


listeners

HashSet<E> listeners
Set of change listeners.

Class de.fzi.kadmos.api.ForwardingCorrespondence extends Object implements Serializable

serialVersionUID: -6660785967343833413L

Serialized Fields

correspondence

Correspondence<T extends OWLEntity> correspondence
Wrapped correspondence object.

Class de.fzi.kadmos.api.IncompatibleAlignmentsException extends KADMOSException implements Serializable

serialVersionUID: -5762350375354760150L

Class de.fzi.kadmos.api.IncompatibleEntityTypesException extends KADMOSException implements Serializable

serialVersionUID: 7194742164257396611L

Class de.fzi.kadmos.api.IncompatibleOntologyException extends KADMOSException implements Serializable

serialVersionUID: -780461955489681089L

Class de.fzi.kadmos.api.KADMOSException extends Exception implements Serializable

serialVersionUID: 3648486946819562620L

Class de.fzi.kadmos.api.MultiplicityException extends KADMOSException implements Serializable

serialVersionUID: -5000445181753372634L


Package de.fzi.kadmos.api.algorithm

Class de.fzi.kadmos.api.algorithm.AlignmentAlgorithmException extends KADMOSException implements Serializable

serialVersionUID: 28242640599907238L


Package de.fzi.kadmos.api.impl

Class de.fzi.kadmos.api.impl.SimpleAlignment extends Object implements Serializable

serialVersionUID: -4596590865915052841L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Creates an alignment and all its correspondences from an ObjectInputStream. Note that the ontology references can only be created, if the ontologies are accessible via their document IRIs. Since an alignment without, ontology references cannot exist, the alignment cannot be deserialised, if the ontologies cannot be loaded.

Throws:
IOException - if the ontologies cannot be loaded via their IRIs or something else goes wrong.
ClassNotFoundException - if the class of a serialised object cannot be found.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialises the alignment with all its correspondences into an ObjectOutputStream. Note that the ontologies are not serialised themselves but rather their document IRIs in form of Java URI objects. If the ontologies are not accessible via their document IRIs, the alignment cannot be deserialised.

Throws:
IOException - if something goes wrong.

readObjectNoData

private void readObjectNoData()
                       throws InvalidObjectException
Invoked if object is to be restored using an empty input stream. Exception is thrown to avoid object being created without proper ontology references.

Throws:
InvalidObjectException - is always thrown.

Package de.fzi.kadmos.cloud

Class de.fzi.kadmos.cloud.CloudException extends KADMOSException implements Serializable

serialVersionUID: 3251872531267805886L


Package de.fzi.kadmos.cloud.aws

Class de.fzi.kadmos.cloud.aws.SimpleCloudMessage extends Object implements Serializable

serialVersionUID: -6865707168159972560L

Serialized Fields

message

Serializable message

heartbeat

Boolean heartbeat

Package de.fzi.kadmos.cmdutils

Class de.fzi.kadmos.cmdutils.KADMOSCMDException extends KADMOSException implements Serializable

serialVersionUID: 9040028164752117814L


Package de.fzi.kadmos.kadmos_webutils.wsdl

Class de.fzi.kadmos.kadmos_webutils.wsdl.KADMOSFault extends Exception implements Serializable

serialVersionUID: 20120319093401L

Serialized Fields

kadmosFault

KADMOSFaultType kadmosFault

Package de.fzi.kadmos.parser

Class de.fzi.kadmos.parser.AlignmentParserException extends KADMOSException implements Serializable

serialVersionUID: 9040028164752117814L



Copyright © 2012. All Rights Reserved.