Package it.unipd.dei.ims.circo.bean

Provides interfaces and implementations for the different information objects used by the CIRCO framework.

See:
          Description

Interface Summary
Actor Represents an actor of the system, being it a human being or a computing device.
CircoBeansFactory.CircoFactory Represents the factory actually used for creating beans.
Component Represents a component of an information retrieval Engine.
Engine Represents an information retrieval engine.
Feature<T> Represents a feature of a Token.
Resource Represents an information resource which is part of a Stream.
Result Represents the results of a query.
Result.Item An item of the results.
ResultList Represents a list of Result objects.
Stream Represents a stream of information resources that are processed by a Component.
Token Represents a token of an information Resource.
 

Class Summary
ActorBean Represents an actor of the system, being it a human being or a computing device.
ActorXMLHelper Provides utility methods for converting an Actor object to XML.
ActorXMLHelper.ElementsAttributes Lists the name of elements and attributes to be used for reading/writing XML files.
CircoBeansFactory Provides factory methods for creating the different kinds of beans needed in the CIRCO system.
CircoCommonMetadata Provides a container for common metadata used by the CIRCO system.
CircoCommonMetadata.Software Provides a list of common software metadata.
CircoXMLHelper Provides utility methods for converting CIRCO objects to and from XML.
CircoXMLHelper.ElementsAttributes Lists the name of elements and attributes to be used for reading/writing XML files.
CircoXMLHelper.Namespaces Lists the URIs, prefixes, and schema locations of relevant namespaces.
ComponentBean Represents a component of an information retrieval Engine.
ComponentCatalog Provides a catalog of components based on the Component.StandardType classification.
ComponentXMLHelper Provides utility methods for converting an Component object to XML.
ComponentXMLHelper.ElementsAttributes Lists the name of elements and attributes to be used for reading/writing XML files.
EngineBean Represents an information retrieval engine.
EngineXMLHelper Provides utility methods for converting an Engine object to XML.
EngineXMLHelper.ElementsAttributes Lists the name of elements and attributes to be used for reading/writing XML files.
FeatureBean<T> Represents a feature of a Token.
FeatureXMLHelper Provides utility methods for converting a Feature object to XML.
FeatureXMLHelper.ElementsAttributes Lists the name of elements and attributes to be used for reading/writing XML files.
ResourceBean Represents an information resource which is part of a Stream.
ResourceXMLHelper Provides utility methods for converting an Resource object to XML.
ResourceXMLHelper.ElementsAttributes Lists the name of elements and attributes to be used for reading/writing XML files.
ResultBean Represents the results of a query.
ResultListBean Represents a list of Result objects.
ResultListXMLHelper Provides utility methods for converting a ResultList object to XML.
ResultListXMLHelper.ElementsAttributes Lists the name of elements and attributes to be used for reading/writing XML files.
ResultXMLHelper Provides utility methods for converting a Result object to XML.
ResultXMLHelper.ElementsAttributes Lists the name of elements and attributes to be used for reading/writing XML files.
StreamBean Represents a stream of information resources that are processed by a Component.
StreamXMLHelper Provides utility methods for converting an Stream object to XML.
StreamXMLHelper.ElementsAttributes Lists the name of elements and attributes to be used for reading/writing XML files.
TokenBean Represents a token of an information Resource.
TokenXMLHelper Provides utility methods for converting a Token object to XML.
TokenXMLHelper.ElementsAttributes Lists the name of elements and attributes to be used for reading/writing XML files.
 

Enum Summary
CircoErrorType Represents the type of an error.
Component.StandardType Provides a list of standard component type together with the corresponding information which can be used as templates for generating Component objects.
Feature.Standard Provides a list of standard features together with the corresponding information which can be used as templates for generating Feature objects.
 

Package it.unipd.dei.ims.circo.bean Description

Provides interfaces and implementations for the different information objects used by the CIRCO framework.

Since:
0.1
Version:
0.1
Author:
Nicola Ferro

Copyright © 2008-2009 Information Management Systems (IMS) research group,
Department of Information Engineering, University of Padua, Italy.