A B C D E F G H I J K L M N O P Q R S T U V W X

A

about() - Method in class de.hedenus.rdf.BlankNode
 
about() - Method in class de.hedenus.rdf.Literal
 
ABOUT - Static variable in class de.hedenus.rdf.RDFConstants
 
about() - Method in class de.hedenus.rdf.RDFNode
Returns the this node's subject identifier.
about() - Method in class de.hedenus.rdf.URIRefNode
 
about() - Method in interface de.hedenus.rdfschema.Resource
Returns the identifier of the resource, either its blank node ID or its URI.
about() - Method in class de.hedenus.rdfschema.ResourceImpl
 
AbstractRule - Class in de.hedenus.rdfschema.rules
Base class for rule implementations.
AbstractRule(String) - Constructor for class de.hedenus.rdfschema.rules.AbstractRule
 
AbstractTypeException - Exception in de.hedenus.xmltypes.impl
Exception thrown if an abstract type is instantiated.
AbstractTypeException() - Constructor for exception de.hedenus.xmltypes.impl.AbstractTypeException
 
AbstractTypeImpl - Class in de.hedenus.xmltypes.impl
Basic Type implementation.
AbstractTypeImpl(TypeFactoryImpl, String, Type[]) - Constructor for class de.hedenus.xmltypes.impl.AbstractTypeImpl
 
actionPerformed(ActionEvent) - Method in class de.hedenus.mobilegui.ListChooser
 
add(Statement) - Method in class de.hedenus.rdf.SPIndex
Adds a statement to the index.
add(String, String) - Method in class de.hedenus.rdfschema.Mapping
Adds a new key-value mapping.
add(URL) - Method in class de.hedenus.rdfschema.Mapping
Adds a mapping from an URL.
addActionListener(ActionListener) - Method in class de.hedenus.mobilegui.ListChooser
 
addActionListener(ActionListener) - Method in class de.hedenus.mobilegui.ListSelection
 
addDuration(Duration) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Adds a Duration to this Date/Time type as defined in Adding Duration to dateTimes (W3C XML Schema, part 2 appendix E).
addGraphListener(GraphListener) - Method in class de.hedenus.rdf.RDFGraph
 
addItemListener(ItemListener) - Method in class de.hedenus.mobilegui.ListSelection
 
addJob(Runnable) - Method in class de.hedenus.mobilegui.Worker
 
addLayoutComponent(String, Component) - Method in class de.hedenus.mobilegui.CenterLayout
 
addRule(Rule) - Method in class de.hedenus.owl.OWLImplementation
 
addRule(Rule) - Method in class de.hedenus.rdfschema.InferenceEngine
 
addTab(Tab) - Method in class de.hedenus.mobilegui.Tabs
 
Alt - Interface in de.hedenus.rdfschema
rdfs:Alt.
AltImpl - Class in de.hedenus.rdfschema
Implementation of rdf:Alt.
AltImpl() - Constructor for class de.hedenus.rdfschema.AltImpl
 
Animation - Class in de.hedenus.mobilegui
An animated bar.
Animation() - Constructor for class de.hedenus.mobilegui.Animation
 
AnySimpleType - Class in de.hedenus.xmltypes.impl
Any simple type.
AnySimpleType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.AnySimpleType
 
AnyType - Class in de.hedenus.xmltypes.impl
Any type.
AnyType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.AnyType
 
AnyURIType - Class in de.hedenus.xmltypes.impl
Any URI type.
AnyURIType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.AnyURIType
 
append(String) - Method in class de.hedenus.mobilexml.CharBuffer
 
append(char) - Method in class de.hedenus.mobilexml.CharBuffer
 
appendDateString(StringBuffer) - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
appendTimeString(StringBuffer) - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
appendTimeZoneString(StringBuffer) - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
Arc - Interface in de.hedenus.graph
An edge of a graph.
arcs() - Method in interface de.hedenus.graph.Graph
Returns all arcs of the graph.
arcs() - Method in class de.hedenus.rdf.RDFGraph
 
Attribute - Class in de.hedenus.mobilexml
An XML attribute.
Attribute(String, String) - Constructor for class de.hedenus.mobilexml.Attribute
 

B

Bag - Interface in de.hedenus.rdfschema
rdfs:Bag.
BagImpl - Class in de.hedenus.rdfschema
Implementation of rdf:Bag.
BagImpl() - Constructor for class de.hedenus.rdfschema.BagImpl
 
Bar - Class in de.hedenus.mobilegui
A bar displaying a value.
Bar(int, int, int) - Constructor for class de.hedenus.mobilegui.Bar
 
Base64 - Class in de.hedenus.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in de.hedenus.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class de.hedenus.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class de.hedenus.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in de.hedenus.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class de.hedenus.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class de.hedenus.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
baseTypes - Variable in class de.hedenus.xmltypes.impl.AbstractTypeImpl
 
BasicStatement - Class in de.hedenus.rdf
A basic (un-reified) statement.
BasicStatement(RDFNode, String, RDFNode, String) - Constructor for class de.hedenus.rdf.BasicStatement
 
BIDIRECTIONAL - Static variable in interface de.hedenus.graph.Arc
 
binding() - Method in class de.hedenus.rdfschema.ResourceImpl
 
BlankNode - Class in de.hedenus.rdf
A RDF a blank node.
BlankNode(String) - Constructor for class de.hedenus.rdf.BlankNode
 
BooleanType - Class in de.hedenus.xmltypes.impl
Boolean type.
BooleanType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.BooleanType
 
BufferedCanvas - Class in de.hedenus.mobilegui
A double-buffered canvas.
BufferedCanvas() - Constructor for class de.hedenus.mobilegui.BufferedCanvas
 
BuiltInDerivedType - Class in de.hedenus.xmltypes.impl
W3Schema built-in derived type.
BuiltInDerivedType(TypeFactoryImpl, String, Type[]) - Constructor for class de.hedenus.xmltypes.impl.BuiltInDerivedType
 
BuiltInPrimitiveType - Class in de.hedenus.xmltypes.impl
W3Schema built-in primitive type.
BuiltInPrimitiveType(TypeFactoryImpl, String, Type[]) - Constructor for class de.hedenus.xmltypes.impl.BuiltInPrimitiveType
 

C

CenterLayout - Class in de.hedenus.mobilegui
Centers all components in the middle of the parent container.
CenterLayout() - Constructor for class de.hedenus.mobilegui.CenterLayout
 
Channel - Class in de.hedenus.mobilerss
Binding for http://purl.org/rss/1.0/channel.
Channel() - Constructor for class de.hedenus.mobilerss.Channel
 
charAt(int) - Method in class de.hedenus.mobilexml.CharBuffer
 
CharBuffer - Class in de.hedenus.mobilexml
A buffer for characters.
CharBuffer(int) - Constructor for class de.hedenus.mobilexml.CharBuffer
 
CharReader - Class in de.hedenus.mobilexml
A buffered character encoder.
CharReader(int) - Constructor for class de.hedenus.mobilexml.CharReader
 
checkNull(Object) - Method in class de.hedenus.xmltypes.impl.AbstractTypeImpl
 
Class - Interface in de.hedenus.rdfschema
rdfs:Class.
CLASS_URI - Static variable in class de.hedenus.rdfschema.RDFSchemaConstants
 
clone(DateTimeBase) - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
close() - Method in class de.hedenus.mobilegui.Preferences
 
close() - Method in class de.hedenus.mobilegui.ProgressInputStream
 
close() - Method in class de.hedenus.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
compare(Object, Object) - Method in class de.hedenus.mobilegui.StringSearcher
Compares objects and/or strings according to the toString(Object) implementation ignoring case.
compare(String, String) - Static method in class de.hedenus.rdf.StringUtil
null is less than non-null
compareTo(Object) - Method in class de.hedenus.rdf.BasicStatement
 
compareTo(Object) - Method in class de.hedenus.rdf.Literal
Two literals are equal if: (rdf-concepts 6.5.1 Literal Equality) The strings of the two lexical forms compare equal, character by character.
compareTo(Object) - Method in class de.hedenus.rdf.RDFNode
Two blank nodes are equal if their ids are equal.
compareTo(Object) - Method in class de.hedenus.www.ContentType
Content types are ordered by their type string.
compareTo(Object) - Method in class de.hedenus.www.NamespaceContext.Mapping
 
compareTo(DateTimeBase) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Compares two date/time data types.
Container - Interface in de.hedenus.rdfschema
rdfs:Container.
ContainerImpl - Class in de.hedenus.rdfschema
Implementation of rdfs:Container.
ContainerImpl() - Constructor for class de.hedenus.rdfschema.ContainerImpl
 
CONTENT_ELEMENTS - Static variable in class de.hedenus.mobilexml.XMLReader.Scope
The element contains only elements (or only whitespace if 'ignoreEmptyText' is set to true).
CONTENT_EMPTY - Static variable in class de.hedenus.mobilexml.XMLReader.Scope
The element is empty.
CONTENT_MIXED - Static variable in class de.hedenus.mobilexml.XMLReader.Scope
The element contains 'mixed content' i.e. text and child elements.
CONTENT_TEXT - Static variable in class de.hedenus.mobilexml.XMLReader.Scope
The element contains only text and no child elements.
ContentType - Class in de.hedenus.www
An (immuatable) internet content type (MIME).
ContentType(String, String, Map) - Constructor for class de.hedenus.www.ContentType
Creates a new content type.
ContentType(String, String, Map, String) - Constructor for class de.hedenus.www.ContentType
Creates a new content type.
ContentType(String) - Constructor for class de.hedenus.www.ContentType
Creates a new content type.
ContentType(String, String) - Constructor for class de.hedenus.www.ContentType
Creates a new content type.
copy() - Method in class de.hedenus.www.NamespaceContext
Creates a copy of this namespace context.
createAndDefineNamespacePrefix(String) - Method in class de.hedenus.www.NamespaceContext
Heuristically creates a prefix and defines a new namespace-prefix mapping for the given URI.
createBlankNode() - Method in class de.hedenus.rdf.RDFGraph
Creates a new blank node.
createLiteral(String, String, String) - Method in class de.hedenus.rdf.RDFGraph
Creates a new literal node.
createQName(String, String) - Method in class de.hedenus.www.NamespaceContext
Creates a qualified name for the given local-name and the local-name's namespace URI.
createScope(XMLReader.Scope) - Method in class de.hedenus.mobilexml.XMLReader
Creates a new scope instance.
createStatement(RDFNode, String, RDFNode, int) - Method in class de.hedenus.rdf.RDFGraph
Creates a (basic) statement.
createStringSearcher() - Method in class de.hedenus.mobilegui.ListChooser
Creates the string searcher which is used to display the list and to find an item.
createURIRefNode(String) - Method in class de.hedenus.rdf.RDFGraph
Returns or lazily creates a resource object for a URI.

D

DATATYPE - Static variable in class de.hedenus.rdf.RDFConstants
 
datatype() - Method in interface de.hedenus.rdfschema.Literal
Returns the datatype URI or null if the literal has no datatype URI.
datatype() - Method in class de.hedenus.rdfschema.LiteralImpl
 
Date - Class in de.hedenus.xmltypes.date
Describe an XML Schema Date.
Date() - Constructor for class de.hedenus.xmltypes.date.Date
No-arg constructor.
Date(short[]) - Constructor for class de.hedenus.xmltypes.date.Date
Constructs a XML Schema Date instance given all the values of the different fields.
Date(long) - Constructor for class de.hedenus.xmltypes.date.Date
This constructor is used to convert a long value representing a Date to a new org.exolab.castor.types.Date instance.
Date(Date) - Constructor for class de.hedenus.xmltypes.date.Date
This constructor is used to convert a java.util.Date into a new org.exolab.castor.types.Date.
Date(GregorianCalendar) - Constructor for class de.hedenus.xmltypes.date.Date
 
Date(String) - Constructor for class de.hedenus.xmltypes.date.Date
Constructs a date from a string.
DateTime - Class in de.hedenus.xmltypes.date
Describe an XML schema DateTime.
DateTime() - Constructor for class de.hedenus.xmltypes.date.DateTime
Default constructor.
DateTime(short[]) - Constructor for class de.hedenus.xmltypes.date.DateTime
Constructs a XML Schema DateTime instance given all the values of the different date and time (but not time zone) fields.
DateTime(long) - Constructor for class de.hedenus.xmltypes.date.DateTime
Creates a new XML Schema DateTime instance from a long that represents a Date.
DateTime(Date) - Constructor for class de.hedenus.xmltypes.date.DateTime
Creates a new XML Schema DateTime instance from a java.util.Date.
DateTime(GregorianCalendar) - Constructor for class de.hedenus.xmltypes.date.DateTime
 
DateTime(String) - Constructor for class de.hedenus.xmltypes.date.DateTime
Constructs a DateTime from a String.
DateTimeBase - Class in de.hedenus.xmltypes.date
The base class for date/time XML Schema types.
DateTimeBase() - Constructor for class de.hedenus.xmltypes.date.DateTimeBase
 
DateTimeType - Class in de.hedenus.xmltypes.impl
Date-time type.
DateTimeType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.DateTimeType
 
DateType - Class in de.hedenus.xmltypes.impl
Date type.
DateType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.DateType
 
de.hedenus.graph - package de.hedenus.graph
This package contains general interfaces for graphs.
de.hedenus.mobilegui - package de.hedenus.mobilegui
This package contains AWT classes for GUI of a mobile device (Personal Profile).
de.hedenus.mobilerss - package de.hedenus.mobilerss
This package contains a RDF binding for RSS 1.0 and an example RSS client.
de.hedenus.mobilexml - package de.hedenus.mobilexml
This package contains classes for XML parsing.
de.hedenus.owl - package de.hedenus.owl
This package contains the OWL implementation.
de.hedenus.rdf - package de.hedenus.rdf
This package contains the basic RDF implementation.
de.hedenus.rdf.serialize - package de.hedenus.rdf.serialize
This package contains helper classes for RDF serialization.
de.hedenus.rdfschema - package de.hedenus.rdfschema
The package contains an implementation of RDF Schema and RDF data binding framework.
de.hedenus.rdfschema.rules - package de.hedenus.rdfschema.rules
This package contains RDF Schema rules.
de.hedenus.util - package de.hedenus.util
Utilities.
de.hedenus.www - package de.hedenus.www
This package contains classes around URI, namespaces, content types, etc.
de.hedenus.xmltypes - package de.hedenus.xmltypes
This package contains interfaces and factories for abstract data types.
de.hedenus.xmltypes.date - package de.hedenus.xmltypes.date
Code for date type implementation borrowed from http://www.castor.org/; please note the license.
de.hedenus.xmltypes.impl - package de.hedenus.xmltypes.impl
This package contains several type implementations.
DebugRDFEventListener - Class in de.hedenus.rdf.serialize
A debug listener which print the statements to a print stream before it dispatches the RDF events to the decorated listener.
DebugRDFEventListener() - Constructor for class de.hedenus.rdf.serialize.DebugRDFEventListener
 
DebugRDFEventListener(RDFEventListener) - Constructor for class de.hedenus.rdf.serialize.DebugRDFEventListener
 
DebugRDFEventListener(PrintStream, RDFEventListener) - Constructor for class de.hedenus.rdf.serialize.DebugRDFEventListener
 
DecimalType - Class in de.hedenus.xmltypes.impl
Decimal type.
DecimalType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.DecimalType
 
DECODE - Static variable in class de.hedenus.util.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class de.hedenus.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class de.hedenus.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class de.hedenus.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String) - Static method in class de.hedenus.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class de.hedenus.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class de.hedenus.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class de.hedenus.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DEFAULT_CONTENT_TYPE - Static variable in class de.hedenus.www.ContentType
The default type is application/octet-stream.
defineNamespacePrefix(String, String) - Method in class de.hedenus.www.NamespaceContext
Defines a new namespace-prefix mapping.
deriveFromDefaultFont(int) - Method in class de.hedenus.mobilegui.UILayout
 
DESCRIPTION - Static variable in class de.hedenus.rdf.RDFConstants
 
done() - Method in interface de.hedenus.mobilegui.Job
Called by worker on the event dispatcher thread after the job has completed (in any case).
DONT_BREAK_LINES - Static variable in class de.hedenus.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
DoubleType - Class in de.hedenus.xmltypes.impl
Double type.
DoubleType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.DoubleType
 
DUBLINCORE11 - Static variable in class de.hedenus.www.Namespaces
 
dump() - Method in class de.hedenus.rdf.RDFGraph
 
dump(OutputStream, boolean) - Method in class de.hedenus.rdf.RDFGraph
 
dump() - Method in class de.hedenus.rdfschema.Mapping
 
Duration - Class in de.hedenus.xmltypes.date
This class is the representation of XML Schema datatype: duration.
Duration() - Constructor for class de.hedenus.xmltypes.date.Duration
default constructor.
Duration(String) - Constructor for class de.hedenus.xmltypes.date.Duration
Constructs a duration from a string.
Duration(long) - Constructor for class de.hedenus.xmltypes.date.Duration
This constructor fills in the duration fields according to the value of the long by calling setValue.

E

Element - Class in de.hedenus.mobilexml
An XML element.
Element(String) - Constructor for class de.hedenus.mobilexml.Element
 
elementBegin(Element, List) - Method in interface de.hedenus.mobilexml.XMLParserEventListener
Method called when an tag start is encountered.
elementBegin(Element, List) - Method in class de.hedenus.mobilexml.XMLReader
 
elementBegin(Element, XMLReader.Scope) - Method in interface de.hedenus.mobilexml.XMLReaderEventListener
Method called when an tag start is encountered.
elementBegin(Element, XMLReader.Scope) - Method in class de.hedenus.rdf.serialize.RDFXMLParser
 
elementEnd(String) - Method in interface de.hedenus.mobilexml.XMLParserEventListener
The method called when a tag end is encountered.
elementEnd(String) - Method in class de.hedenus.mobilexml.XMLReader
 
elementEnd(Element, XMLReader.Scope) - Method in interface de.hedenus.mobilexml.XMLReaderEventListener
The method called when a tag end is encountered.
elementEnd(Element, XMLReader.Scope) - Method in class de.hedenus.rdf.serialize.RDFXMLParser
 
ENCODE - Static variable in class de.hedenus.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class de.hedenus.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class de.hedenus.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class de.hedenus.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class de.hedenus.util.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class de.hedenus.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class de.hedenus.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class de.hedenus.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class de.hedenus.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class de.hedenus.util.Base64
Convenience method for encoding data to a file.
ENCODING_ASCII - Static variable in class de.hedenus.mobilexml.CharReader
 
ENCODING_UNKNOWN - Static variable in class de.hedenus.mobilexml.CharReader
 
ENCODING_UTF16 - Static variable in class de.hedenus.mobilexml.CharReader
 
ENCODING_UTF16_BE - Static variable in class de.hedenus.mobilexml.CharReader
 
ENCODING_UTF16_LE - Static variable in class de.hedenus.mobilexml.CharReader
 
ENCODING_UTF8 - Static variable in class de.hedenus.mobilexml.CharReader
 
ENCODING_UTF8Y - Static variable in class de.hedenus.mobilexml.CharReader
 
EOF_CHAR - Static variable in class de.hedenus.mobilexml.CharReader
 
equal(DateTimeBase) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Returns true if the present instance of date/time type is equal to the parameter.
equal(Duration) - Method in class de.hedenus.xmltypes.date.Duration
Returns true if the instance of TimeDuration has the same fields of the parameter
equals(String, String) - Method in class de.hedenus.mobilexml.Item
Returns true iff the localName and the namespaceURI match.
equals(Object) - Method in class de.hedenus.rdf.BasicStatement
Two statements are equal if their subjects, predicates and objects are equal.
equals(Object) - Method in class de.hedenus.rdf.RDFNode
 
equals(Object) - Method in class de.hedenus.rdf.SPKey
 
equals(String, String) - Method in class de.hedenus.rdf.SPKey
 
equals(Object) - Method in class de.hedenus.rdf.URIRefNode
Two Resources are equal if their URIs are equal.
equals(Object) - Method in class de.hedenus.www.ContentType
Two content types are equal iff their type strings are equal.
EQUALS - Static variable in class de.hedenus.xmltypes.date.DateTimeBase
Public constant referring to a Date/Time comparison result of "equals".
equals(Object) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Overrides the java.lang.Object#equals method.
equals(Object) - Method in class de.hedenus.xmltypes.date.Duration
Override the java.lang.equals method
Example1 - Class in examples
Example 1: Loads and displays the file example1.rdf.
Example1() - Constructor for class examples.Example1
 
Example2 - Class in examples
Example 2: Manually created statement.
Example2() - Constructor for class examples.Example2
 
Example3 - Class in examples
Example 3: Graph serialization.
Example3() - Constructor for class examples.Example3
 
Example4 - Class in examples
Example 4: RDF Schema.
Example4() - Constructor for class examples.Example4
 
Example5 - Class in examples
Example 5: RDF Schema databinding.
Example5() - Constructor for class examples.Example5
 
examples - package examples
 
execute(RDFDatabinding, Statement) - Method in interface de.hedenus.rdfschema.Rule
 
execute(RDFDatabinding, Statement) - Method in class de.hedenus.rdfschema.rules.AbstractRule
 
execute(RDFDatabinding, RDFGraph, Statement) - Method in class de.hedenus.rdfschema.rules.AbstractRule
 
execute(RDFDatabinding, RDFGraph, Statement) - Method in class de.hedenus.rdfschema.rules.PropertyPropagationRule
x P y and P rdfs:subPropertyOf Q => x Q y.
execute(RDFDatabinding, RDFGraph, Statement) - Method in class de.hedenus.rdfschema.rules.PropertyRule
?
execute(RDFDatabinding, RDFGraph, Statement) - Method in class de.hedenus.rdfschema.rules.ResourceRule
?
execute(RDFDatabinding, RDFGraph, Statement) - Method in class de.hedenus.rdfschema.rules.SubclassOfResourceRule
A rdf:type rdfs:Class => A rdfs:subClassOf rdfs:Resource.
execute(RDFDatabinding, RDFGraph, Statement) - Method in class de.hedenus.rdfschema.rules.TypePropagationRule
?

F

finish() - Method in class de.hedenus.mobilegui.Worker
This will finish the worker and abandon any pending job.
fireActionPerformed() - Method in class de.hedenus.mobilegui.ListChooser
 
fireActionPerformed() - Method in class de.hedenus.mobilegui.ListSelection
 
FIRST_URI - Static variable in class de.hedenus.rdf.RDFConstants
 
FloatType - Class in de.hedenus.xmltypes.impl
Float type.
FloatType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.FloatType
 
flushBase64() - Method in class de.hedenus.util.Base64.OutputStream
Method added by PHIL.
focusGained(FocusEvent) - Method in class de.hedenus.mobilegui.ListSelection
 
focusLost(FocusEvent) - Method in class de.hedenus.mobilegui.ListSelection
 

G

get(String, String) - Method in class de.hedenus.rdf.SPIndex
Returns an array of Statements for the given subject and predicate or null if there is no statement.
get(String) - Method in class de.hedenus.rdfschema.Mapping
Get the value of of the mapping for the specified key.
getAttributes() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getAttributes() - Method in class de.hedenus.www.ContentType
Returns all attributes (parameter keys).
getBase() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getBaseTypes() - Method in class de.hedenus.xmltypes.impl.AbstractTypeImpl
 
getBaseTypes() - Method in interface de.hedenus.xmltypes.Type
Returns the base types of the type.
getCellBorder() - Method in class de.hedenus.mobilegui.ListSelection
 
getCentury() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
getCentury() - Method in class de.hedenus.xmltypes.date.Time
 
getChar(int) - Method in class de.hedenus.mobilexml.CharReader
Returns the ith char from the buffer.
getColor(String) - Method in class de.hedenus.mobilegui.UILayout
 
getContent() - Method in class de.hedenus.mobilexml.XMLReader.Scope
The content of the element.
getDatatype() - Method in class de.hedenus.rdf.Literal
 
getDay() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
getDay() - Method in class de.hedenus.xmltypes.date.Duration
 
getDay() - Method in class de.hedenus.xmltypes.date.GYear
 
getDay() - Method in class de.hedenus.xmltypes.date.Time
 
getDefaultNamespace() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getDepth() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getDescription() - Method in class de.hedenus.mobilegui.Icon
 
getDescription() - Method in class de.hedenus.mobilerss.Item
 
getElement() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getEncoding() - Method in class de.hedenus.mobilexml.CharReader
Returns the currently set encoding.
getFont(String) - Method in class de.hedenus.mobilegui.UILayout
 
getGraph() - Method in class de.hedenus.rdfschema.RDFDatabinding
 
getHeight() - Method in class de.hedenus.mobilegui.Icon
 
getHour() - Method in class de.hedenus.xmltypes.date.Date
 
getHour() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
getHour() - Method in class de.hedenus.xmltypes.date.Duration
 
getHour() - Method in class de.hedenus.xmltypes.date.GYear
 
getId() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getImage() - Method in class de.hedenus.mobilegui.Icon
Returns this icon's Image.
getImageLoadStatus() - Method in class de.hedenus.mobilegui.Icon
Returns the status of the image loading operation.
getIncrement() - Method in class de.hedenus.mobilegui.ProgressMonitor
 
getInferenceEngine() - Method in class de.hedenus.owl.OWLImplementation
 
getInputStream() - Method in class de.hedenus.mobilexml.CharReader
 
getInstance() - Static method in class de.hedenus.mobilegui.UILayout
 
getItemURI() - Method in class de.hedenus.mobilexml.Item
 
getLang() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getLanguage() - Method in class de.hedenus.rdf.Literal
 
getLineGap() - Method in class de.hedenus.mobilegui.TextPanel
 
getLineHeight() - Method in class de.hedenus.mobilegui.TextPanel
 
getLineNumber() - Method in class de.hedenus.mobilexml.CharReader
 
getLineNumber() - Method in exception de.hedenus.mobilexml.XMLException
 
getLineNumber() - Method in class de.hedenus.mobilexml.XMLParser
 
getLineNumber() - Method in class de.hedenus.mobilexml.XMLReader
 
getList() - Method in class de.hedenus.mobilegui.ListChooser
 
getList() - Method in class de.hedenus.mobilegui.ListSelection
 
getLoadFactor() - Method in class de.hedenus.rdf.SPIndex
 
getLocalName() - Method in class de.hedenus.mobilexml.Item
 
getMaxValue() - Method in class de.hedenus.mobilegui.Bar
 
getMediaType() - Method in class de.hedenus.www.ContentType
The media type, e.g.
getMilli() - Method in class de.hedenus.xmltypes.date.Date
 
getMilli() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
getMilli() - Method in class de.hedenus.xmltypes.date.Duration
 
getMilli() - Method in class de.hedenus.xmltypes.date.GYear
 
getMinute() - Method in class de.hedenus.xmltypes.date.Date
 
getMinute() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
getMinute() - Method in class de.hedenus.xmltypes.date.Duration
 
getMinute() - Method in class de.hedenus.xmltypes.date.GYear
 
getMinValue() - Method in class de.hedenus.mobilegui.Bar
 
getMonth() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
getMonth() - Method in class de.hedenus.xmltypes.date.Duration
 
getMonth() - Method in class de.hedenus.xmltypes.date.GYear
 
getMonth() - Method in class de.hedenus.xmltypes.date.Time
 
getName() - Method in class de.hedenus.mobilexml.Item
 
getName() - Method in interface de.hedenus.rdfschema.Rule
 
getName() - Method in class de.hedenus.rdfschema.rules.AbstractRule
 
getName() - Method in class de.hedenus.xmltypes.impl.AbstractTypeImpl
 
getName() - Method in interface de.hedenus.xmltypes.Type
Returns the name of the type according to the type system, for example "http://www.w3.org/2001/XMLSchema#string".
getNamespace(String) - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getNamespaceContext() - Method in class de.hedenus.rdf.RDFGraph
 
getNamespaceMap() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getNamespacePrefix() - Method in class de.hedenus.mobilexml.Item
 
getNamespaces() - Method in class de.hedenus.www.NamespaceContext
Returns all namespace URIs as iterator.
getNamespaceURI() - Method in class de.hedenus.mobilexml.Item
 
getNamespaceURI(String) - Method in class de.hedenus.www.NamespaceContext
Returns the namespace URI for a prefix or null if prefix is not defined.
getNode(String) - Method in class de.hedenus.rdf.RDFGraph
Returns a node by its key.
getObject() - Method in class de.hedenus.rdf.BasicStatement
 
getObject() - Method in interface de.hedenus.rdf.Statement
Returns the object of the statement.
getOntologies() - Method in class de.hedenus.owl.OWLImplementation
Queries for all imported ontologies.
getParameter(String) - Method in class de.hedenus.www.ContentType
Returns the value of parameter with the specified attribute key,. e.g. the key 'charset' may return 'US-ASCII'.
getParent() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getPath(String) - Static method in class de.hedenus.www.URIUtil
Gets path of the URI or null if no path is detected.
getPredicate() - Method in class de.hedenus.rdf.BasicStatement
 
getPredicate() - Method in class de.hedenus.rdf.SPKey
 
getPredicate() - Method in interface de.hedenus.rdf.Statement
Returns the predicate of the statement.
getPreferredSize() - Method in class de.hedenus.mobilegui.Animation
 
getPreferredSize() - Method in class de.hedenus.mobilegui.Bar
 
getPreferredSize() - Method in class de.hedenus.mobilegui.ListSelection
 
getPreferredSize() - Method in class de.hedenus.mobilegui.TextPanel
 
getPrefix(String) - Method in class de.hedenus.www.NamespaceContext
Returns the prefix for a namespace URI or null if namespaceURI is not defined.
getPrefixes() - Method in class de.hedenus.www.NamespaceContext
Returns all prefixes as iterator.
getProgressListener() - Method in class de.hedenus.mobilegui.ProgressInputStream
 
getProperties(String) - Method in interface de.hedenus.rdfschema.Resource
Returns the values of the properties with the specified property-URI as an array of resources.
getProperties(String) - Method in class de.hedenus.rdfschema.ResourceImpl
 
getProperty(String, String) - Method in interface de.hedenus.rdfschema.Resource
Returns the first property value of the property with the specified property-URI.
getProperty(String, Locale) - Method in interface de.hedenus.rdfschema.Resource
Returns the literal property with the specified property-URI and locale.
getProperty(String) - Method in interface de.hedenus.rdfschema.Resource
Returns the first property with the specified property-URI.
getProperty(String, String) - Method in class de.hedenus.rdfschema.ResourceImpl
 
getProperty(String, Locale) - Method in class de.hedenus.rdfschema.ResourceImpl
 
getProperty(String) - Method in class de.hedenus.rdfschema.ResourceImpl
 
getProperty(String) - Method in class de.hedenus.util.Properties
 
getPropertyBoolean(String) - Method in class de.hedenus.util.Properties
The value is considered true if it equals "true", "yes", "on" (all ignoring case) or "1".
getPropertyDouble(String) - Method in class de.hedenus.util.Properties
 
getPropertyFloat(String) - Method in class de.hedenus.util.Properties
 
getPropertyInt(String) - Method in class de.hedenus.util.Properties
 
getPropertyLong(String) - Method in class de.hedenus.util.Properties
 
getPropertyValue(String, String, String) - Method in class de.hedenus.rdfschema.RDFDatabinding
Returns the value of resource's property propertyURI interpreted as datatype specified by datatypeURI.
getPropertyValue(String, String) - Method in class de.hedenus.rdfschema.RDFDatabinding
 
getPropertyValue(String, String, Locale) - Method in class de.hedenus.rdfschema.RDFDatabinding
 
getPropertyValues(String, String) - Method in class de.hedenus.rdfschema.RDFDatabinding
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.AnyURIType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.BooleanType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.DateTimeType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.DateType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.DecimalType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.DoubleType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.FloatType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.IntegerType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.IntType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.LongType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.StringType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.UrType
 
getRepresentationClass() - Method in class de.hedenus.xmltypes.impl.XMLLiteral
 
getRepresentationClass() - Method in interface de.hedenus.xmltypes.Type
Returns the mapped Java type.
getResource(String) - Method in class de.hedenus.rdfschema.RDFDatabinding
Returns the resource identified by about or null if thers no such resource.
getRows() - Method in class de.hedenus.mobilegui.ListSelection
 
getScheme(String) - Static method in class de.hedenus.www.URIUtil
Returns the URI's scheme nor null if the URI has no legal scheme definition.
getScrollPosition() - Method in class de.hedenus.mobilegui.ListSelection
 
getSeconds() - Method in class de.hedenus.xmltypes.date.Date
 
getSeconds() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
getSeconds() - Method in class de.hedenus.xmltypes.date.Duration
 
getSeconds() - Method in class de.hedenus.xmltypes.date.GYear
 
getSelectedItem() - Method in class de.hedenus.mobilegui.ListChooser
 
getSelectedItem() - Method in class de.hedenus.mobilegui.ListSelection
 
getSelectedObjects() - Method in class de.hedenus.mobilegui.ListSelection
 
getSelectionBackground() - Method in class de.hedenus.mobilegui.ListSelection
 
getSelectionFont() - Method in class de.hedenus.mobilegui.ListSelection
 
getSelectionForeground() - Method in class de.hedenus.mobilegui.ListSelection
 
getSelectionPosition() - Method in class de.hedenus.mobilegui.ListSelection
 
getSize() - Method in class de.hedenus.rdf.SPIndex
Returns the number of indexed statements.
getSource() - Method in class de.hedenus.mobilegui.Icon
 
getSpace() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
getStatementType(Statement) - Method in class de.hedenus.rdf.RDFGraph
 
getString() - Method in class de.hedenus.rdf.Literal
 
getStringSearcher() - Method in class de.hedenus.mobilegui.ListChooser
 
getSubject() - Method in class de.hedenus.rdf.BasicStatement
 
getSubject() - Method in class de.hedenus.rdf.SPKey
 
getSubject() - Method in interface de.hedenus.rdf.Statement
Returns the subject of the statement.
getSubType() - Method in class de.hedenus.www.ContentType
The sub type, e.g.
getText() - Method in class de.hedenus.mobilegui.TextPanel
 
getTitle() - Method in class de.hedenus.mobilegui.Tab
 
getTitle() - Method in class de.hedenus.mobilerss.Item
 
getTitle() - Method in class de.hedenus.www.ContentType
A human readable name for the type.
getTitleComponent() - Method in class de.hedenus.mobilegui.Tab
 
getType() - Method in class de.hedenus.www.ContentType
The full type, e.g.
getType(String) - Method in class de.hedenus.xmltypes.impl.TypeFactoryImpl
 
getType(String) - Method in class de.hedenus.xmltypes.TypeFactory
Returns a type according to its literal specification.
getTypeFactory() - Method in class de.hedenus.rdfschema.RDFDatabinding
 
getTypeMapping() - Method in class de.hedenus.rdfschema.RDFDatabinding
 
getTypeString() - Method in class de.hedenus.www.ContentType
The complete type string, e.g.
getTypeSystem() - Method in class de.hedenus.xmltypes.impl.W3SchemaType
 
getTypeSystem() - Method in class de.hedenus.xmltypes.impl.XMLLiteral
 
getTypeSystem() - Method in interface de.hedenus.xmltypes.Type
Returns the type system identifier, for example "http://www.w3.org/2001/XMLSchema"
getURI() - Method in class de.hedenus.rdf.URIRefNode
Returns the URI this resource referes to.
getURI() - Method in interface de.hedenus.www.URIReference
Returns the identifier of the entity.
getUsedEncoding() - Method in class de.hedenus.mobilexml.CharReader
Returns the actually used encoding.
getValue() - Method in class de.hedenus.mobilegui.Bar
 
getValue() - Method in class de.hedenus.mobilexml.Attribute
 
getValues() - Method in class de.hedenus.xmltypes.date.Date
Returns an array of short with all the fields that describe this Date type.
getValues() - Method in class de.hedenus.xmltypes.date.DateTime
Returns an array of shorts with all the fields that describe this DateTime type.
getValues() - Method in class de.hedenus.xmltypes.date.DateTimeBase
returns an array of short with all the fields that describe a date/time type.
getValues() - Method in class de.hedenus.xmltypes.date.GYear
Returns an array of short with all the fields that describe this gYear type.
getValues() - Method in class de.hedenus.xmltypes.date.Time
returns an array of short with all the fields that describe this time type.
getVisibleRows() - Method in class de.hedenus.mobilegui.ListSelection
Returns the current number of visible rows (since last paint event).
getWidth() - Method in class de.hedenus.mobilegui.Icon
 
getYear() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
getYear() - Method in class de.hedenus.xmltypes.date.Duration
 
getYear() - Method in class de.hedenus.xmltypes.date.Time
 
getZoneHour() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
getZoneMinute() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
GMLSerializer - Class in de.hedenus.rdf.serialize
A Graph Modelling Language serializer.
GMLSerializer() - Constructor for class de.hedenus.rdf.serialize.GMLSerializer
 
Graph - Interface in de.hedenus.graph
A graph consisting of nodes and arcs (edges).
GraphBuilder - Class in de.hedenus.rdf.serialize
A RDF event listener which add statements the a RDF graph.
GraphBuilder(RDFGraph) - Constructor for class de.hedenus.rdf.serialize.GraphBuilder
Creates a new graph builder for asserted statements.
GraphBuilder(RDFGraph, int) - Constructor for class de.hedenus.rdf.serialize.GraphBuilder
Creates a new graph builder for statements of the specified type.
GraphElement - Interface in de.hedenus.graph
Base type for nodes and arcs.
GraphListener - Interface in de.hedenus.rdf
Callback when graph changed.
GREATER_THAN - Static variable in class de.hedenus.xmltypes.date.DateTimeBase
Public constant referring to a Date/Time comparison result of "greater than".
GYear - Class in de.hedenus.xmltypes.date
Describe an XML schema gYear type.
GYear() - Constructor for class de.hedenus.xmltypes.date.GYear
public only for the generated source code
GYear(short, short) - Constructor for class de.hedenus.xmltypes.date.GYear
Instantiates a new gYear given the value of the century and year.
GYear(int) - Constructor for class de.hedenus.xmltypes.date.GYear
Instantiates a new gYear given the value of the year.
GYear(short[]) - Constructor for class de.hedenus.xmltypes.date.GYear
Constructs a XML Schema GYear instance given all the values of the different fields.
GYear(String) - Constructor for class de.hedenus.xmltypes.date.GYear
Construct a GYear from a string value
GZIP - Static variable in class de.hedenus.util.Base64
Specify that data should be gzip-compressed.

H

handleException(Throwable) - Method in class de.hedenus.mobilegui.Worker
Fall-back method to handle an uncaught exception thrown by a job's run() or done() method.
hasCentury() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
hasCentury() - Method in class de.hedenus.xmltypes.date.Time
 
hasDay() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
hasDay() - Method in class de.hedenus.xmltypes.date.GYear
 
hasDay() - Method in class de.hedenus.xmltypes.date.Time
 
hashCode() - Method in class de.hedenus.rdf.BasicStatement
 
hashCode() - Method in class de.hedenus.rdf.BlankNode
 
hashCode() - Method in class de.hedenus.rdf.Literal
 
hashCode(String, String) - Static method in class de.hedenus.rdf.SPKey
Computes a hash code for the (subject, predicate) pair.
hashCode() - Method in class de.hedenus.rdf.SPKey
 
hashCode() - Method in class de.hedenus.rdf.URIRefNode
 
hashCode() - Method in class de.hedenus.www.ContentType
 
hashCode() - Method in class de.hedenus.xmltypes.date.DateTimeBase
Overrides the java.lang.Object#hashcode method.
hashCode() - Method in class de.hedenus.xmltypes.date.Duration
Overrides the java.lang.Object#hashcode method.
hasHour() - Method in class de.hedenus.xmltypes.date.Date
 
hasHour() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
hasHour() - Method in class de.hedenus.xmltypes.date.GYear
 
hasIsNegative() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
hasIsNegative() - Method in class de.hedenus.xmltypes.date.Time
 
hasMilli() - Method in class de.hedenus.xmltypes.date.Date
 
hasMilli() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
hasMilli() - Method in class de.hedenus.xmltypes.date.GYear
 
hasMinute() - Method in class de.hedenus.xmltypes.date.Date
 
hasMinute() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
hasMinute() - Method in class de.hedenus.xmltypes.date.GYear
 
hasMonth() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
hasMonth() - Method in class de.hedenus.xmltypes.date.GYear
 
hasMonth() - Method in class de.hedenus.xmltypes.date.Time
 
hasNamespace() - Method in class de.hedenus.mobilexml.Item
 
hasNextChar() - Method in class de.hedenus.mobilexml.CharReader
Returns true if there are more chars to read.
hasSeconds() - Method in class de.hedenus.xmltypes.date.Date
 
hasSeconds() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
hasSeconds() - Method in class de.hedenus.xmltypes.date.GYear
 
hasYear() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
hasYear() - Method in class de.hedenus.xmltypes.date.Time
 
HEDENUS_ONTOLOGIE - Static variable in class de.hedenus.www.Namespaces
 

I

Icon - Class in de.hedenus.mobilegui
An icon that can be rendered.
Icon() - Constructor for class de.hedenus.mobilegui.Icon
 
Icon(URL) - Constructor for class de.hedenus.mobilegui.Icon
 
id() - Method in interface de.hedenus.graph.GraphElement
The graph element's unique identifier.
id() - Method in class de.hedenus.rdf.BasicStatement
 
id() - Method in class de.hedenus.rdf.RDFNode
 
importOntology(URL) - Method in class de.hedenus.owl.OWLImplementation
Imports an OWL ontology.
INDETERMINATE - Static variable in class de.hedenus.xmltypes.date.DateTimeBase
Public constant referring to an indeterminate Date/Time comparison.
inferAsMuchAsPossible() - Method in class de.hedenus.rdfschema.InferenceEngine
 
InferenceEngine - Class in de.hedenus.rdfschema
An inference engine.
InferenceEngine(RDFDatabinding) - Constructor for class de.hedenus.rdfschema.InferenceEngine
 
init(RDFDatabinding, RDFNode) - Method in class de.hedenus.rdfschema.ResourceImpl
 
IntegerType - Class in de.hedenus.xmltypes.impl
Integer type.
IntegerType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.IntegerType
 
IntType - Class in de.hedenus.xmltypes.impl
Int type.
IntType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.IntType
 
isAbsolute(String) - Static method in class de.hedenus.www.URIUtil
Tests wether the URI starts with a legal scheme, e.g.
isAbstract() - Method in class de.hedenus.xmltypes.impl.BuiltInDerivedType
Returns false.
isAbstract() - Method in class de.hedenus.xmltypes.impl.BuiltInPrimitiveType
Returns false.
isAbstract() - Method in class de.hedenus.xmltypes.impl.UrType
Returns true.
isAbstract() - Method in class de.hedenus.xmltypes.impl.XMLLiteral
 
isAbstract() - Method in interface de.hedenus.xmltypes.Type
Returns true iff the type is abstract.
isAnimated() - Method in class de.hedenus.mobilegui.Animation
 
isContainsOnlyWhitespace() - Method in class de.hedenus.mobilexml.CharBuffer
 
isEmpty() - Method in class de.hedenus.rdf.SPIndex
 
isEmpty(String) - Static method in class de.hedenus.rdf.StringUtil
 
isFinish() - Method in class de.hedenus.mobilegui.Worker
 
isFocusTraversable() - Method in class de.hedenus.mobilegui.ListSelection
 
isFocusTraversable() - Method in class de.hedenus.mobilegui.TextPanel
 
isGreater(Duration) - Method in class de.hedenus.xmltypes.date.Duration
Returns true if the present instance of TimeDuration is greater than the parameter Note This definition does not follow the XML SCHEMA RECOMMENDATION 05022001 the following total order relation is used : givent t1,t2 timeDuration types t1>t2 iff t1.toLong()>t2.toLong()
isIgnoreEmptyText() - Method in class de.hedenus.mobilexml.XMLParser
 
isIgnoreEmptyText() - Method in class de.hedenus.mobilexml.XMLReader
 
isLeap(int) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Returns true if the given year represents a leap year.
isLegalChar(char) - Static method in class de.hedenus.www.URIUtil
Returns true if the character is a letter or digit or 'other legal character'.
isLetterOrDigit(char) - Static method in class de.hedenus.www.URIUtil
Returns true if the character is a letter or number.
isNegative() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
isNegative() - Method in class de.hedenus.xmltypes.date.Duration
 
isNegative() - Method in class de.hedenus.xmltypes.date.Time
 
isOtherLegalChar(char) - Static method in class de.hedenus.www.URIUtil
Returns true if the character is 'other legal character'.
isPrimitive() - Method in class de.hedenus.xmltypes.impl.BuiltInDerivedType
Returns false.
isPrimitive() - Method in class de.hedenus.xmltypes.impl.BuiltInPrimitiveType
Returns true.
isPrimitive() - Method in class de.hedenus.xmltypes.impl.UrType
Returns true.
isPrimitive() - Method in class de.hedenus.xmltypes.impl.XMLLiteral
 
isPrimitive() - Method in interface de.hedenus.xmltypes.Type
Returns true iff the type is considered to be a primitive.
isSchemeChar(char, int) - Static method in class de.hedenus.www.URIUtil
Returns true if the char is legal character for the scheme.
isShowBlankNodeIds() - Method in class de.hedenus.rdf.serialize.GMLSerializer
 
isUTC() - Method in class de.hedenus.xmltypes.date.DateTimeBase
Returns true if this date/time type is UTC, that is, has a time zone assigned.
isZoneNegative() - Method in class de.hedenus.xmltypes.date.DateTimeBase
 
Item - Class in de.hedenus.mobilerss
Binding for http://purl.org/rss/1.0/item.
Item() - Constructor for class de.hedenus.mobilerss.Item
 
Item - Class in de.hedenus.mobilexml
An XML item.
Item(String) - Constructor for class de.hedenus.mobilexml.Item
 
items() - Method in class de.hedenus.mobilerss.Channel
 
iterator() - Method in interface de.hedenus.rdfschema.List
Returns an iterator that runs through all members of the list.
iterator() - Method in class de.hedenus.rdfschema.ListImpl
 

J

Job - Interface in de.hedenus.mobilegui
A job that may be executed by the worker.

K

keyPressed(KeyEvent) - Method in class de.hedenus.mobilegui.ListSelection
 
keyReleased(KeyEvent) - Method in class de.hedenus.mobilegui.ListSelection
 
keyTyped(KeyEvent) - Method in class de.hedenus.mobilegui.ListSelection
 

L

label() - Method in interface de.hedenus.graph.GraphElement
Returns a label used to visually tag the graph element.
label() - Method in class de.hedenus.rdf.BasicStatement
The statements's label is the predicate URI.
label() - Method in class de.hedenus.rdf.BlankNode
 
label() - Method in class de.hedenus.rdf.Literal
 
label() - Method in class de.hedenus.rdf.RDFNode
 
label() - Method in class de.hedenus.rdf.URIRefNode
 
LABEL_URI - Static variable in class de.hedenus.rdfschema.RDFSchemaConstants
 
language() - Method in interface de.hedenus.rdfschema.Literal
Returns the language or null if the literal has no language specifier.
language() - Method in class de.hedenus.rdfschema.LiteralImpl
 
layoutContainer(Container) - Method in class de.hedenus.mobilegui.CenterLayout
 
LEFT_TO_RIGHT - Static variable in interface de.hedenus.graph.Arc
 
leftNode() - Method in interface de.hedenus.graph.Arc
 
leftNode() - Method in class de.hedenus.rdf.BasicStatement
 
LESS_THAN - Static variable in class de.hedenus.xmltypes.date.DateTimeBase
Public constant referring to a Date/Time comparison result of "less than".
li(int) - Method in interface de.hedenus.rdfschema.Container
 
li(int, String) - Method in interface de.hedenus.rdfschema.Container
 
li(int) - Method in class de.hedenus.rdfschema.ContainerImpl
 
li(int, String) - Method in class de.hedenus.rdfschema.ContainerImpl
 
LI_URI - Static variable in class de.hedenus.rdf.RDFConstants
 
List - Interface in de.hedenus.rdfschema
rdf:List.
LIST_URI - Static variable in class de.hedenus.rdf.RDFConstants
 
ListChooser - Class in de.hedenus.mobilegui
A component to search an ordered list.
ListChooser() - Constructor for class de.hedenus.mobilegui.ListChooser
 
ListImpl - Class in de.hedenus.rdfschema
Implementation of rdf:List.
ListImpl() - Constructor for class de.hedenus.rdfschema.ListImpl
 
ListSelection - Class in de.hedenus.mobilegui
A component which renders a list.
ListSelection() - Constructor for class de.hedenus.mobilegui.ListSelection
 
Literal - Class in de.hedenus.rdf
A RDF literal.
Literal(String, String, String, String) - Constructor for class de.hedenus.rdf.Literal
 
Literal - Interface in de.hedenus.rdfschema
rdfs:Literal.
LiteralImpl - Class in de.hedenus.rdfschema
Implementation of a rdfs:Literal.
LiteralImpl() - Constructor for class de.hedenus.rdfschema.LiteralImpl
 
load(URL) - Method in class de.hedenus.mobilegui.Icon
 
load(URL) - Method in class de.hedenus.util.Properties
 
LongType - Class in de.hedenus.xmltypes.impl
Long type.
LongType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.LongType
 

M

main(String[]) - Static method in class de.hedenus.mobilerss.RSSClient
Starts the application.
main(String[]) - Static method in class de.hedenus.util.SecureChecksum
 
main(String[]) - Static method in class de.hedenus.www.URIUtil
 
main(String[]) - Static method in class examples.Example1
 
main(String[]) - Static method in class examples.Example2
 
main(String[]) - Static method in class examples.Example3
 
main(String[]) - Static method in class examples.Example4
 
main(String[]) - Static method in class examples.Example5
 
Mapping - Class in de.hedenus.rdfschema
Key - value mapping.
Mapping() - Constructor for class de.hedenus.rdfschema.Mapping
 
MAX_TIME_ZONE_COMPARISON_OFFSET - Static variable in class de.hedenus.xmltypes.date.DateTimeBase
When comparing a date/time with a time zone to one without, the recommendation says that 14 hours is the time zone offset to use for comparison.
minimumLayoutSize(Container) - Method in class de.hedenus.mobilegui.CenterLayout
 

N

name - Variable in class de.hedenus.xmltypes.impl.AbstractTypeImpl
 
NamespaceContext - Class in de.hedenus.www
Defines a namespace context for URIs.
NamespaceContext(boolean) - Constructor for class de.hedenus.www.NamespaceContext
 
NamespaceContext.Mapping - Class in de.hedenus.www
 
NamespaceContext.Mapping(String, String) - Constructor for class de.hedenus.www.NamespaceContext.Mapping
 
Namespaces - Class in de.hedenus.www
Defines common namespace URIs.
namespaceURI - Variable in class de.hedenus.www.NamespaceContext.Mapping
 
newInstance() - Static method in class de.hedenus.xmltypes.TypeFactory
 
newStatement(String, int, String, String, int, String, String) - Method in class de.hedenus.rdf.serialize.DebugRDFEventListener
 
newStatement(String, int, String, String, int, String, String) - Method in class de.hedenus.rdf.serialize.GraphBuilder
 
newStatement(String, int, String, String, int, String, String) - Method in interface de.hedenus.rdf.serialize.RDFEventListener
Call-back invoked when a RDF parser parsed a new statement.
nextChar() - Method in class de.hedenus.mobilexml.CharReader
Reads and returns the next char.
NIL_URI - Static variable in class de.hedenus.rdf.RDFConstants
 
NO_NAMESPACE - Static variable in class de.hedenus.www.Namespaces
Namespace URI to use to represent that there is no Namespace.
NO_OPTIONS - Static variable in class de.hedenus.util.Base64
No options specified.
Node - Interface in de.hedenus.graph
A node or vertex of a graph.
node() - Method in class de.hedenus.rdfschema.ResourceImpl
Returns the bound RDF node.
NODE_ID - Static variable in class de.hedenus.rdf.RDFConstants
 
nodes() - Method in interface de.hedenus.graph.Graph
Returns all nodes of the graph.
nodes() - Method in class de.hedenus.rdf.RDFGraph
 
NODETYPE_BLANK_NODE - Static variable in interface de.hedenus.rdf.serialize.RDFEventListener
Constant denoting a blank node.
NODETYPE_LITERAL - Static variable in interface de.hedenus.rdf.serialize.RDFEventListener
Consant denoting a literal.
NODETYPE_URIREF - Static variable in interface de.hedenus.rdf.serialize.RDFEventListener
Constant denoting an URI reference node.
normalize() - Method in class de.hedenus.xmltypes.date.DateTimeBase
Normalizes a date/time datatype as defined in W3C XML Schema Recommendation document: if a timeZone is present but it is not Z then we convert the date/time datatype to Z using the addition operation defined in Adding Duration to dateTimes (W3C XML Schema, part 2 appendix E).
normalizeSpace(String) - Static method in class de.hedenus.rdf.StringUtil
 
NS - Static variable in class de.hedenus.rdf.RDFConstants
 
NS - Static variable in class de.hedenus.rdfschema.RDFSchemaConstants
 

O

Ontology - Class in de.hedenus.owl
Binding of owl:Ontology.
Ontology() - Constructor for class de.hedenus.owl.Ontology
 
open() - Method in class de.hedenus.mobilegui.Preferences
 
ORDERED - Static variable in class de.hedenus.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
orientation() - Method in interface de.hedenus.graph.Arc
 
orientation() - Method in class de.hedenus.rdf.BasicStatement
 
OWL - Static variable in class de.hedenus.www.Namespaces
 
OWLConstants - Class in de.hedenus.owl
OWL constants.
OWLException - Exception in de.hedenus.owl
OWL exception.
OWLException(String) - Constructor for exception de.hedenus.owl.OWLException
 
OWLImplementation - Class in de.hedenus.owl
OWL implementation interface.
OWLImplementation() - Constructor for class de.hedenus.owl.OWLImplementation
 

P

paint(Graphics) - Method in class de.hedenus.mobilegui.Bar
 
paint(Graphics) - Method in class de.hedenus.mobilegui.BufferedCanvas
 
paint(Component, Graphics, int, int) - Method in class de.hedenus.mobilegui.Icon
 
paint(Graphics) - Method in class de.hedenus.mobilegui.ListSelection
 
paint(Graphics) - Method in class de.hedenus.mobilegui.TextPanel
 
paintBuffer(Graphics) - Method in class de.hedenus.mobilegui.Animation
 
paintBuffer(Graphics) - Method in class de.hedenus.mobilegui.BufferedCanvas
 
paintFocusBorder(Component, Graphics) - Method in class de.hedenus.mobilegui.UILayout
 
parse(InputStream, String) - Method in class de.hedenus.mobilexml.XMLParser
Parses the input stream.
parse(RDFEventListener, InputStream, String, String) - Method in class de.hedenus.rdf.serialize.RDFParser
 
parse(RDFEventListener, File, String) - Method in class de.hedenus.rdf.serialize.RDFParser
 
parse(RDFEventListener, File, String, String) - Method in class de.hedenus.rdf.serialize.RDFParser
 
parse(RDFEventListener, URL) - Method in class de.hedenus.rdf.serialize.RDFParser
 
parse(RDFEventListener, InputStream, String, String) - Method in class de.hedenus.rdf.serialize.RDFXMLParser
 
parse(URL, int) - Method in class de.hedenus.rdfschema.RDFDatabinding
For importing basic schemas.
parse(URL) - Method in class de.hedenus.rdfschema.RDFDatabinding
 
parse(File, String) - Method in class de.hedenus.rdfschema.RDFDatabinding
 
parse(InputStream, String, String) - Method in class de.hedenus.rdfschema.RDFDatabinding
 
parse(String) - Static method in class de.hedenus.xmltypes.date.Date
parse a String and convert it into an java.lang.Object
parse(String) - Static method in class de.hedenus.xmltypes.date.DateTime
Parses a String into a new DateTime instance.
parse(String) - Static method in class de.hedenus.xmltypes.date.Duration
parse a String and convert it into a java.lang.Object
parse(String) - Static method in class de.hedenus.xmltypes.date.GYear
parse a String and convert it into an java.lang.Object
parse(String) - Static method in class de.hedenus.xmltypes.date.Time
parses a String and converts it into a java.lang.Object
parse(String) - Method in class de.hedenus.xmltypes.impl.AnyURIType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.BooleanType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.DateTimeType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.DateType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.DecimalType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.DoubleType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.FloatType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.IntegerType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.IntType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.LongType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.StringType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.UrType
 
parse(String) - Method in class de.hedenus.xmltypes.impl.XMLLiteral
 
parse(String) - Method in interface de.hedenus.xmltypes.Type
Parses a lexical value.
parseDate(String) - Static method in class de.hedenus.xmltypes.date.Date
parse a String and convert it into a Date.
parseDateTime(String) - Static method in class de.hedenus.xmltypes.date.DateTime
Parses a String into a new DateTime instance.
parseDay(String, DateTimeBase, char[], int, String) - Static method in class de.hedenus.xmltypes.date.DateTimeBase
 
parseDuration(String) - Static method in class de.hedenus.xmltypes.date.Duration
Parse the given string and return a time duration which represents this string.
parseGYear(String) - Static method in class de.hedenus.xmltypes.date.GYear
parse a String and convert it into a gYear.
parseInt(int) - Method in class de.hedenus.mobilexml.CharBuffer
Parses the content of the buffer as int.
parseMonth(String, DateTimeBase, char[], int, String) - Static method in class de.hedenus.xmltypes.date.DateTimeBase
 
parseTime(String, DateTimeBase, char[], int, String) - Static method in class de.hedenus.xmltypes.date.DateTimeBase
 
parseTime(String) - Static method in class de.hedenus.xmltypes.date.Time
parses a String and converts it into a Time.
parseTimeZone(String, DateTimeBase, char[], int, String) - Static method in class de.hedenus.xmltypes.date.DateTimeBase
 
PARSETYPE - Static variable in class de.hedenus.rdf.RDFConstants
 
parseType(String) - Static method in class de.hedenus.www.ContentType
Parses the content type of a type string, i.e. media-type/sub-type without parameters.
parseYear(String, DateTimeBase, char[], int, String) - Static method in class de.hedenus.xmltypes.date.DateTimeBase
 
Preferences - Class in de.hedenus.mobilegui
Simple preferences API.
Preferences(String) - Constructor for class de.hedenus.mobilegui.Preferences
 
preferredLayoutSize(Container) - Method in class de.hedenus.mobilegui.CenterLayout
 
prefix - Variable in class de.hedenus.www.NamespaceContext.Mapping
 
printTypeHierarchy(Type) - Static method in class de.hedenus.xmltypes.TypeFactory
Helper method for development.
progressEnd() - Method in interface de.hedenus.mobilegui.ProgressListener
 
progressEnd() - Method in class de.hedenus.mobilegui.ProgressMonitor
 
ProgressInputStream - Class in de.hedenus.mobilegui
An input stream that notifies a ProgressListener.
ProgressInputStream(InputStream, int, ProgressListener) - Constructor for class de.hedenus.mobilegui.ProgressInputStream
 
ProgressListener - Interface in de.hedenus.mobilegui
Interface for receiving asynchronous notifications from another process.
ProgressMonitor - Class in de.hedenus.mobilegui
A monitor which receives notifications and displays from a process.
ProgressMonitor() - Constructor for class de.hedenus.mobilegui.ProgressMonitor
 
progressStart() - Method in interface de.hedenus.mobilegui.ProgressListener
 
progressStart() - Method in class de.hedenus.mobilegui.ProgressMonitor
 
progressUpdate(int, int, int) - Method in interface de.hedenus.mobilegui.ProgressListener
 
progressUpdate(int, int, int) - Method in class de.hedenus.mobilegui.ProgressMonitor
 
Properties - Class in de.hedenus.util
Extension of java.util.Properties.
Properties() - Constructor for class de.hedenus.util.Properties
 
Properties(Properties) - Constructor for class de.hedenus.util.Properties
 
PROPERTY_URI - Static variable in class de.hedenus.rdf.RDFConstants
 
PropertyPropagationRule - Class in de.hedenus.rdfschema.rules
Property propagation through rdfs:subPropertyOf.
PropertyPropagationRule() - Constructor for class de.hedenus.rdfschema.rules.PropertyPropagationRule
 
PropertyRule - Class in de.hedenus.rdfschema.rules
An URI used in a statement as predicate defines a property.
PropertyRule() - Constructor for class de.hedenus.rdfschema.rules.PropertyRule
 

Q

queryStatement(String, String, String, Collection) - Method in class de.hedenus.rdf.RDFGraph
Queries statement and puts the matching statements into result.

R

RDF - Static variable in class de.hedenus.rdf.RDFConstants
 
RDF - Static variable in class de.hedenus.www.Namespaces
 
RDFConstants - Class in de.hedenus.rdf
A collection of constants.
RDFDatabinding - Class in de.hedenus.rdfschema
Main interface for RDF databinding.
RDFDatabinding() - Constructor for class de.hedenus.rdfschema.RDFDatabinding
 
RDFEventListener - Interface in de.hedenus.rdf.serialize
RDF event listener.
RDFException - Exception in de.hedenus.rdf
An exception thrown when something is wrong with the RDF data model.
RDFException(String) - Constructor for exception de.hedenus.rdf.RDFException
 
RDFGraph - Class in de.hedenus.rdf
A RDF graph.
RDFGraph() - Constructor for class de.hedenus.rdf.RDFGraph
 
RDFNode - Class in de.hedenus.rdf
Base type for resources, literals and blank nodes.
RDFNode(String) - Constructor for class de.hedenus.rdf.RDFNode
 
RDFParser - Class in de.hedenus.rdf.serialize
Base class for RDF parsers.
RDFParser() - Constructor for class de.hedenus.rdf.serialize.RDFParser
 
RDFSCHEMA - Static variable in class de.hedenus.www.Namespaces
 
RDFSchemaConstants - Class in de.hedenus.rdfschema
RDF Schema constants.
RDFSerializer - Class in de.hedenus.rdf.serialize
Base class for RDF serializers.
RDFSerializer() - Constructor for class de.hedenus.rdf.serialize.RDFSerializer
 
RDFXMLException - Exception in de.hedenus.rdf.serialize
RDF-XML exception.
RDFXMLException(String, int) - Constructor for exception de.hedenus.rdf.serialize.RDFXMLException
 
RDFXMLParser - Class in de.hedenus.rdf.serialize
A RDF-XML parser.
RDFXMLParser() - Constructor for class de.hedenus.rdf.serialize.RDFXMLParser
 
RDFXMLSerializer - Class in de.hedenus.rdf.serialize
RDF-XML serializer.
RDFXMLSerializer() - Constructor for class de.hedenus.rdf.serialize.RDFXMLSerializer
 
read() - Method in class de.hedenus.mobilegui.ProgressInputStream
 
read(byte[], int, int) - Method in class de.hedenus.mobilegui.ProgressInputStream
 
read(InputStream, String, String) - Method in class de.hedenus.mobilexml.XMLReader
 
read() - Method in class de.hedenus.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class de.hedenus.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
removeActionListener(ActionListener) - Method in class de.hedenus.mobilegui.ListChooser
 
removeActionListener(ActionListener) - Method in class de.hedenus.mobilegui.ListSelection
 
removeGraphListener(GraphListener) - Method in class de.hedenus.rdf.RDFGraph
 
removeItemListener(ItemListener) - Method in class de.hedenus.mobilegui.ListSelection
 
removeLayoutComponent(Component) - Method in class de.hedenus.mobilegui.CenterLayout
 
reset() - Method in class de.hedenus.mobilegui.Bar
 
reset() - Method in class de.hedenus.mobilexml.CharBuffer
 
reset() - Method in class de.hedenus.mobilexml.XMLReader
 
reset() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
resolve(String, String) - Static method in class de.hedenus.www.URIUtil
Resolves the relative URI against the base URI.
resolveProperty(String, String) - Method in class de.hedenus.util.Properties
Resolves a property value by expanding references to other keys using the Ant syntax ${property}.
resolveURI(String) - Method in class de.hedenus.mobilexml.XMLReader.Scope
Resolves an URI against the current base.
RESOURCE - Static variable in class de.hedenus.rdf.RDFConstants
 
Resource - Interface in de.hedenus.rdfschema
This interface represents rdfs:Resource.
RESOURCE_URI - Static variable in class de.hedenus.rdfschema.RDFSchemaConstants
 
ResourceImpl - Class in de.hedenus.rdfschema
Base implementation of a RDF bound Java object.
ResourceImpl() - Constructor for class de.hedenus.rdfschema.ResourceImpl
 
ResourceRule - Class in de.hedenus.rdfschema.rules
An URI used in a statement as subject defines a resource.
ResourceRule() - Constructor for class de.hedenus.rdfschema.rules.ResourceRule
 
REST_URI - Static variable in class de.hedenus.rdf.RDFConstants
 
resumeEncoding() - Method in class de.hedenus.util.Base64.OutputStream
Resumes encoding of the stream.
RIGHT_TO_LEFT - Static variable in interface de.hedenus.graph.Arc
 
rightNode() - Method in interface de.hedenus.graph.Arc
 
rightNode() - Method in class de.hedenus.rdf.BasicStatement
 
RSS10 - Static variable in class de.hedenus.www.Namespaces
 
RSSClient - Class in de.hedenus.mobilerss
The RSS client application.
RSSClient() - Constructor for class de.hedenus.mobilerss.RSSClient
 
Rule - Interface in de.hedenus.rdfschema
A rule used by the inference engine.
run() - Method in class de.hedenus.mobilegui.Worker
 
run() - Method in class de.hedenus.mobilerss.RSSClient
Run the application in the event dispatcher

S

SCHEMA_URL - Static variable in class de.hedenus.owl.OWLConstants
 
SCHEMA_URL - Static variable in class de.hedenus.rdfschema.RDFSchemaConstants
 
scrollRowToVisible(int) - Method in class de.hedenus.mobilegui.ListSelection
 
SecureChecksum - Class in de.hedenus.util
 
SecureChecksum() - Constructor for class de.hedenus.util.SecureChecksum
 
semaphore() - Method in class de.hedenus.mobilegui.Worker
 
Seq - Interface in de.hedenus.rdfschema
rdfs:Seq.
SeqImpl - Class in de.hedenus.rdfschema
Implementation of rdf:Seq.
SeqImpl() - Constructor for class de.hedenus.rdfschema.SeqImpl
 
serialize(RDFGraph, OutputStream) - Method in class de.hedenus.rdf.serialize.GMLSerializer
 
serialize(RDFGraph, OutputStream) - Method in class de.hedenus.rdf.serialize.RDFSerializer
 
serialize(RDFGraph, File) - Method in class de.hedenus.rdf.serialize.RDFSerializer
 
serialize(RDFGraph, OutputStream) - Method in class de.hedenus.rdf.serialize.RDFXMLSerializer
 
setAnimated(boolean) - Method in class de.hedenus.mobilegui.Animation
 
setCellBorder(int) - Method in class de.hedenus.mobilegui.ListSelection
 
setCentury(short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Set the century field.
setCentury(short) - Method in class de.hedenus.xmltypes.date.Time
 
setDateFormatTimeZone(DateFormat) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the time zone in the provided DateFormat.
setDateFormatTimeZone(Calendar) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the time zone in the provided Calendar.
setDay(short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the Day Field.
setDay(short) - Method in class de.hedenus.xmltypes.date.Duration
 
setDay(short) - Method in class de.hedenus.xmltypes.date.GYear
 
setDay(short) - Method in class de.hedenus.xmltypes.date.Time
 
setEncoding(String) - Method in class de.hedenus.mobilexml.CharReader
Sets the character encoding.
setHour(short) - Method in class de.hedenus.xmltypes.date.Date
 
setHour(short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the hour field for this date/time type.
setHour(short) - Method in class de.hedenus.xmltypes.date.Duration
 
setHour(short) - Method in class de.hedenus.xmltypes.date.GYear
 
setIgnoreEmptyText(boolean) - Method in class de.hedenus.mobilexml.XMLParser
 
setIgnoreEmptyText(boolean) - Method in class de.hedenus.mobilexml.XMLReader
 
setImage(Image) - Method in class de.hedenus.mobilegui.Icon
Sets the image displayed by this icon.
setIncrement(int) - Method in class de.hedenus.mobilegui.ProgressMonitor
 
setInputStream(InputStream, String) - Method in class de.hedenus.mobilexml.CharReader
Sets the stream.
setLineGap(int) - Method in class de.hedenus.mobilegui.TextPanel
 
setList(List) - Method in class de.hedenus.mobilegui.ListChooser
Sets the list.
setList(List) - Method in class de.hedenus.mobilegui.ListSelection
 
setLoadFactor(float) - Method in class de.hedenus.rdf.SPIndex
 
setMaxValue(int) - Method in class de.hedenus.mobilegui.Bar
 
setMilli(long) - Method in class de.hedenus.xmltypes.date.Duration
 
setMilliSecond(short) - Method in class de.hedenus.xmltypes.date.Date
 
setMilliSecond(short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the millisecond field for this date/time type.
setMilliSecond(short) - Method in class de.hedenus.xmltypes.date.GYear
 
setMinute(short) - Method in class de.hedenus.xmltypes.date.Date
 
setMinute(short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
set the minute field for this date/time type.
setMinute(short) - Method in class de.hedenus.xmltypes.date.Duration
 
setMinute(short) - Method in class de.hedenus.xmltypes.date.GYear
 
setMinValue(int) - Method in class de.hedenus.mobilegui.Bar
 
setMonth(short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the Month Field.
setMonth(short) - Method in class de.hedenus.xmltypes.date.Duration
 
setMonth(short) - Method in class de.hedenus.xmltypes.date.GYear
 
setMonth(short) - Method in class de.hedenus.xmltypes.date.Time
 
setNegative() - Method in class de.hedenus.xmltypes.date.DateTimeBase
Set the negative field to true.
setNegative() - Method in class de.hedenus.xmltypes.date.Duration
 
setNegative() - Method in class de.hedenus.xmltypes.date.Time
 
setPreferredSize(Dimension) - Method in class de.hedenus.mobilegui.ListSelection
 
setSecond(short) - Method in class de.hedenus.xmltypes.date.Date
 
setSecond(short, short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the seconds field for this date/time type, including fractional seconds.
setSecond(short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the seconds field for this date/time type, not including the fractional seconds.
setSecond(short) - Method in class de.hedenus.xmltypes.date.GYear
 
setSeconds(short) - Method in class de.hedenus.xmltypes.date.Duration
 
setSelectedItem(Object) - Method in class de.hedenus.mobilegui.ListSelection
 
setSelectionBackground(Color) - Method in class de.hedenus.mobilegui.ListSelection
 
setSelectionFont(Font) - Method in class de.hedenus.mobilegui.ListSelection
 
setSelectionForeground(Color) - Method in class de.hedenus.mobilegui.ListSelection
 
setSelectionPosition(int) - Method in class de.hedenus.mobilegui.ListSelection
 
setShowBlankNodeIds(boolean) - Method in class de.hedenus.rdf.serialize.GMLSerializer
 
setTabsEnabled(boolean) - Method in class de.hedenus.mobilegui.Tabs
 
setText(String) - Method in class de.hedenus.mobilegui.ProgressMonitor
 
setText(String) - Method in class de.hedenus.mobilegui.TextPanel
 
setTitle(String) - Method in class de.hedenus.mobilegui.Tab
 
setUTC() - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the UTC field.
setValue(int) - Method in class de.hedenus.mobilegui.Bar
 
setValue(short, short, short, short, short, short, long) - Method in class de.hedenus.xmltypes.date.Duration
Fill in the fields of the duration with the given values
setValues(short[]) - Method in class de.hedenus.xmltypes.date.Date
Sets all the fields by reading the values in an array.
setValues(short[]) - Method in class de.hedenus.xmltypes.date.DateTime
Sets all the fields to the values provided in an Array.
setValues(short[]) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets all the fields by reading the values in an array.
setValues(short[]) - Method in class de.hedenus.xmltypes.date.GYear
Sets all the fields by reading the values in an array if a Time Zone is specificied it has to be set by using setZone.
setValues(short[]) - Method in class de.hedenus.xmltypes.date.Time
Sets all the fields by reading the values in an array.
setYear(short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the Year field.
setYear(short) - Method in class de.hedenus.xmltypes.date.Duration
 
setYear(short) - Method in class de.hedenus.xmltypes.date.Time
 
setZone(short, short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the time zone fields for this date/time type.
setZoneHour(short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the time zone hour field for this date/time type.
setZoneMinute(short) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the time zone minute field for this date/time type.
setZoneNegative(boolean) - Method in class de.hedenus.xmltypes.date.DateTimeBase
Sets the time zone negative field to true.
showTab(Tab) - Method in class de.hedenus.mobilegui.Tabs
 
size() - Method in class de.hedenus.mobilexml.CharBuffer
 
skipChars(int) - Method in class de.hedenus.mobilexml.CharReader
Skips n chars.
skipWhitespace() - Method in class de.hedenus.mobilexml.CharReader
Moves the reader before the next non-whitespace char.
SPACE_DEFAULT - Static variable in class de.hedenus.mobilexml.XMLReader.Scope
"default".
SPACE_PRESERVE - Static variable in class de.hedenus.mobilexml.XMLReader.Scope
"preserve".
SPIndex - Class in de.hedenus.rdf
A special (fast) index for accessing statements by their subject and predicate.
SPIndex() - Constructor for class de.hedenus.rdf.SPIndex
Creates a table with inital capacity of 128.
SPIndex(int) - Constructor for class de.hedenus.rdf.SPIndex
Creates a table with an inital capacity which must be a power of two.
SPKey - Class in de.hedenus.rdf
Subject-predicate key to quickly answer query (subject, predicate, *).
SPKey(String, String) - Constructor for class de.hedenus.rdf.SPKey
 
Statement - Interface in de.hedenus.rdf
A RDF statement (subject, predicate, object).
STATEMENT_ASSERTED - Static variable in class de.hedenus.rdf.RDFGraph
 
STATEMENT_AXIOM - Static variable in class de.hedenus.rdf.RDFGraph
 
STATEMENT_INFERED - Static variable in class de.hedenus.rdf.RDFGraph
 
statementCreated(RDFGraph, Statement) - Method in interface de.hedenus.rdf.GraphListener
Invoked when a new statement has been created.
statementCreated(RDFGraph, Statement) - Method in class de.hedenus.rdfschema.InferenceEngine
 
stop() - Method in class de.hedenus.mobilexml.XMLParser
Tells the parser to finish parsing as soon as possible.
stop() - Method in class de.hedenus.mobilexml.XMLReader
Tells the reader to finish parsing as soon as possible.
StringSearcher - Class in de.hedenus.mobilegui
A comparator for strings.
StringSearcher() - Constructor for class de.hedenus.mobilegui.StringSearcher
 
StringType - Class in de.hedenus.xmltypes.impl
String type.
StringType(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.StringType
 
StringUtil - Class in de.hedenus.rdf
 
SUBCLASSOF_URI - Static variable in class de.hedenus.rdfschema.RDFSchemaConstants
 
SubclassOfResourceRule - Class in de.hedenus.rdfschema.rules
Every class is subclass of rdfs:Resource.
SubclassOfResourceRule() - Constructor for class de.hedenus.rdfschema.rules.SubclassOfResourceRule
 
SUBPROPERTYOF_URI - Static variable in class de.hedenus.rdfschema.RDFSchemaConstants
 
suspendEncoding() - Method in class de.hedenus.util.Base64.OutputStream
Suspends encoding of the stream.

T

Tab - Class in de.hedenus.mobilegui
A tab used by Tabs.
Tab(String, String) - Constructor for class de.hedenus.mobilegui.Tab
 
Tabs - Class in de.hedenus.mobilegui
A tabbed container.
Tabs() - Constructor for class de.hedenus.mobilegui.Tabs
 
tabSelected() - Method in class de.hedenus.mobilegui.Tab
Callback invoked when this tab has been selected.
tempResult - Static variable in class de.hedenus.rdfschema.rules.AbstractRule
 
text(String) - Method in interface de.hedenus.mobilexml.XMLParserEventListener
Method called when some plain text between two tags is encountered.
text(String) - Method in class de.hedenus.mobilexml.XMLReader
 
text(String, XMLReader.Scope) - Method in interface de.hedenus.mobilexml.XMLReaderEventListener
Method called when some plain text between two tags is encountered.
text(String, XMLReader.Scope) - Method in class de.hedenus.rdf.serialize.RDFXMLParser
 
TextPanel - Class in de.hedenus.mobilegui
A canvas which displays a text and does line wrapping.
TextPanel() - Constructor for class de.hedenus.mobilegui.TextPanel
 
textValueChanged(TextEvent) - Method in class de.hedenus.mobilegui.ListChooser
 
Time - Class in de.hedenus.xmltypes.date
Describes an XML schema Time.
Time() - Constructor for class de.hedenus.xmltypes.date.Time
No-arg constructor.
Time(short[]) - Constructor for class de.hedenus.xmltypes.date.Time
Constructs a XML Schema Time instance given all the values of the different fields.
Time(long) - Constructor for class de.hedenus.xmltypes.date.Time
Constructs a XML Schema Time instance given a long representing the time in milliseconds.
Time(String) - Constructor for class de.hedenus.xmltypes.date.Time
Constructs a Time given a string representation.
toCalendar() - Method in class de.hedenus.xmltypes.date.DateTimeBase
converts this Date/Time into a local java Calendar.
toDate() - Method in class de.hedenus.xmltypes.date.Date
Converts this Date into a local java.util.Date.
toDate() - Method in class de.hedenus.xmltypes.date.DateTime
Converts this DateTime into a local java.util.Date.
toDate() - Method in class de.hedenus.xmltypes.date.DateTimeBase
Returns a java.util.Date that represents the XML Schema Date datatype.
toDate() - Method in class de.hedenus.xmltypes.date.GYear
converts this gYear into a local java Date.
toDate() - Method in class de.hedenus.xmltypes.date.Time
converts this Time into a local java Date.
toFile(String) - Static method in class de.hedenus.www.URIUtil
Translates a file: URI to a file.
toList() - Method in interface de.hedenus.rdfschema.Container
 
toList(String) - Method in interface de.hedenus.rdfschema.Container
 
toList() - Method in class de.hedenus.rdfschema.ContainerImpl
 
toList(String) - Method in class de.hedenus.rdfschema.ContainerImpl
 
toLiteral(Object) - Method in class de.hedenus.xmltypes.impl.AbstractTypeImpl
 
toLiteral(Object) - Method in class de.hedenus.xmltypes.impl.DateTimeType
 
toLiteral(Object) - Method in class de.hedenus.xmltypes.impl.DateType
 
toLiteral(Object) - Method in class de.hedenus.xmltypes.impl.UrType
 
toLiteral(Object) - Method in interface de.hedenus.xmltypes.Type
Returns a lexical representation (literal) of a value.
toLong() - Method in class de.hedenus.xmltypes.date.Date
Converts this date into a long value.
toLong() - Method in class de.hedenus.xmltypes.date.DateTime
Converts this DateTime into a long value representing a java.util.Date.
toLong() - Method in class de.hedenus.xmltypes.date.Duration
Convert a duration into a long This long represents the duration in milliseconds.
toShortForm(String) - Method in class de.hedenus.www.NamespaceContext
Creates an abbreviated form of the URI or returns the URI itself (same object) if no appropriate namespace mapping is found.
toString(List, Object, int, boolean) - Method in class de.hedenus.mobilegui.ListSelection
This method is used to get a string representation of a list item.
toString(Object) - Method in class de.hedenus.mobilegui.StringSearcher
Used to generate string representation.
toString() - Method in class de.hedenus.mobilexml.Attribute
 
toString() - Method in class de.hedenus.mobilexml.CharBuffer
 
toString() - Method in class de.hedenus.mobilexml.Element
 
toString() - Method in class de.hedenus.mobilexml.XMLReader.Scope
 
toString() - Method in class de.hedenus.rdf.BasicStatement
 
toString() - Method in class de.hedenus.rdf.RDFNode
Returns label().
toString() - Method in class de.hedenus.rdf.SPKey
 
toString() - Method in interface de.hedenus.rdfschema.Literal
Returns the string value of the literal.
toString() - Method in class de.hedenus.rdfschema.LiteralImpl
 
toString() - Method in class de.hedenus.rdfschema.ResourceImpl
 
toString() - Method in class de.hedenus.www.ContentType
 
toString() - Method in class de.hedenus.www.NamespaceContext.Mapping
 
toString() - Method in class de.hedenus.xmltypes.date.Date
convert this Date to a string The format is defined by W3C XML Schema recommendation and ISO8601 i.e (+|-)CCYY-MM-DD
toString() - Method in class de.hedenus.xmltypes.date.DateTime
Converts this DateTime to a string.
toString() - Method in class de.hedenus.xmltypes.date.Duration
Convert a duration into a String conforming to ISO8601 and XML Schema specs
toString() - Method in class de.hedenus.xmltypes.date.GYear
convert this gYear to a string The format is defined by W3C XML Schema recommendation and ISO8601 i.e (+|-)CCYY-MM(Z|(+|-)hh:mm)
toString() - Method in class de.hedenus.xmltypes.date.Time
convert this Time to a string The format is defined by W3C XML Schema Recommendation and ISO8601 i.e hh:mm:ss.sss(Z|(+|-)hh:mm)
toString() - Method in class de.hedenus.xmltypes.impl.AbstractTypeImpl
 
toString() - Method in interface de.hedenus.xmltypes.Type
Returns a string representation of the type, for example "http://www.w3.org/2001/XMLSchema#string"
toURI(File) - Static method in class de.hedenus.www.URIUtil
Translates a file to a file: URI with no specified host.
toURI(File, String) - Static method in class de.hedenus.www.URIUtil
Translates a file to a file: URI using the specified host name.
Type - Interface in de.hedenus.xmltypes
An interface describing a XML type (for example W3 Schema or other).
TYPE_URI - Static variable in class de.hedenus.rdf.RDFConstants
 
typeEquals(ContentType) - Method in class de.hedenus.www.ContentType
Returns true iff media-type and sub-type of this and the specified type are equal.
typeEquals(String) - Method in class de.hedenus.www.ContentType
Returns true iff media-type and sub-type of this and the specified type string are equal.
TypeException - Exception in de.hedenus.xmltypes
Basic type exception.
TypeException(String) - Constructor for exception de.hedenus.xmltypes.TypeException
 
typeFactory - Variable in class de.hedenus.xmltypes.impl.AbstractTypeImpl
 
TypeFactory - Class in de.hedenus.xmltypes
Factory for the implementation of the XML typing system.
TypeFactory() - Constructor for class de.hedenus.xmltypes.TypeFactory
 
TypeFactoryConfigurationException - Exception in de.hedenus.xmltypes
Exception thrown if the type factory cannot be instantiated.
TypeFactoryConfigurationException(String) - Constructor for exception de.hedenus.xmltypes.TypeFactoryConfigurationException
 
TypeFactoryImpl - Class in de.hedenus.xmltypes.impl
Basic implementation of TypeFactory.
TypeFactoryImpl() - Constructor for class de.hedenus.xmltypes.impl.TypeFactoryImpl
 
TypePropagationRule - Class in de.hedenus.rdfschema.rules
Type propagation through rdfs:subClassOf.
TypePropagationRule() - Constructor for class de.hedenus.rdfschema.rules.TypePropagationRule
 

U

UILayout - Class in de.hedenus.mobilegui
Centralisation of UI layout settings.
UndefinedPropertyException - Exception in de.hedenus.util
Thrown by Properties.resolveProperty.
UndefinedPropertyException(String) - Constructor for exception de.hedenus.util.UndefinedPropertyException
 
UNDIRECTED - Static variable in interface de.hedenus.graph.Arc
 
update(Graphics) - Method in class de.hedenus.mobilegui.BufferedCanvas
 
update(Graphics) - Method in class de.hedenus.mobilegui.ListSelection
 
URI - Static variable in class de.hedenus.mobilerss.Channel
 
URI - Static variable in class de.hedenus.mobilerss.Item
 
URI - Static variable in class de.hedenus.owl.Ontology
 
URI - Static variable in interface de.hedenus.rdfschema.Alt
 
URI - Static variable in interface de.hedenus.rdfschema.Bag
 
URI - Static variable in interface de.hedenus.rdfschema.Class
 
URI - Static variable in interface de.hedenus.rdfschema.Container
 
URI - Static variable in interface de.hedenus.rdfschema.List
 
URI - Static variable in interface de.hedenus.rdfschema.Literal
 
URI - Static variable in interface de.hedenus.rdfschema.Resource
 
URI - Static variable in interface de.hedenus.rdfschema.Seq
 
URIException - Exception in de.hedenus.www
Thrown by URIUtil.
URIException(String) - Constructor for exception de.hedenus.www.URIException
 
URIReference - Interface in de.hedenus.www
An entity that can be address by a URI reference.
URIRefNode - Class in de.hedenus.rdf
A RDF URI-reference node.
URIRefNode(String, String) - Constructor for class de.hedenus.rdf.URIRefNode
 
URIUtil - Class in de.hedenus.www
URI utilities.
URL_SAFE - Static variable in class de.hedenus.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UrType - Class in de.hedenus.xmltypes.impl
Ur-type.
UrType(TypeFactoryImpl, String, Type[]) - Constructor for class de.hedenus.xmltypes.impl.UrType
 

V

validate(Object) - Method in class de.hedenus.xmltypes.impl.AnyURIType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.BooleanType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.DateTimeType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.DateType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.DecimalType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.DoubleType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.FloatType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.IntegerType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.IntType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.LongType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.StringType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.UrType
 
validate(Object) - Method in class de.hedenus.xmltypes.impl.XMLLiteral
 
validate(Object) - Method in interface de.hedenus.xmltypes.Type
Returns true iff the value is valid.

W

W3SchemaType - Class in de.hedenus.xmltypes.impl
W3Schema type.
W3SchemaType(TypeFactoryImpl, String, Type[]) - Constructor for class de.hedenus.xmltypes.impl.W3SchemaType
 
WGS84_POS - Static variable in class de.hedenus.www.Namespaces
 
Worker - Class in de.hedenus.mobilegui
A worker thread which performs jobs for the GUI.
Worker() - Constructor for class de.hedenus.mobilegui.Worker
 
write(PrintStream) - Method in class de.hedenus.rdfschema.Mapping
 
write(int) - Method in class de.hedenus.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class de.hedenus.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
WRONGLY_PLACED - Static variable in class de.hedenus.xmltypes.date.DateTimeBase
Convenience String for complaints.

X

XMLException - Exception in de.hedenus.mobilexml
An XML exception occuring during parsing of an XML file.
XMLException(String, int) - Constructor for exception de.hedenus.mobilexml.XMLException
 
XMLLiteral - Class in de.hedenus.xmltypes.impl
XMLLiteral.
XMLLiteral(TypeFactoryImpl) - Constructor for class de.hedenus.xmltypes.impl.XMLLiteral
 
XMLLITERAL_URI - Static variable in class de.hedenus.rdf.RDFConstants
 
XMLNS - Static variable in class de.hedenus.www.Namespaces
The official XML Namespace name URI.
XMLNS_ATTRIBUTE - Static variable in class de.hedenus.www.Namespaces
The official XML attribute used for specifying XML Namespace declarations Namespace name URI.
XMLParser - Class in de.hedenus.mobilexml
An XML parser which does the lexical analysis of a stream.
XMLParser(XMLParserEventListener) - Constructor for class de.hedenus.mobilexml.XMLParser
 
XMLParserEventListener - Interface in de.hedenus.mobilexml
Interface for classes which wants to listen to events generated by the XMLParser.
XMLReader - Class in de.hedenus.mobilexml
An XML reader which understands namespaces, xml:id, xml:base, xml:space, xml:lang.
XMLReader(XMLReaderEventListener) - Constructor for class de.hedenus.mobilexml.XMLReader
 
XMLReader.Scope - Class in de.hedenus.mobilexml
The scope of an XML element.
XMLReader.Scope(XMLReader.Scope) - Constructor for class de.hedenus.mobilexml.XMLReader.Scope
 
XMLReaderEventListener - Interface in de.hedenus.mobilexml
Interface for classes which wants to listen to events generated by the XMLReader.
XMLSCHEMA - Static variable in class de.hedenus.www.Namespaces
 

A B C D E F G H I J K L M N O P Q R S T U V W X