Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hp.hpl.jena.ontology.daml.impl.test.* (6)

com.hp.hpl.jena.ontology.daml.impl: Javadoc index of package com.hp.hpl.jena.ontology.daml.impl.


Package Samples:

com.hp.hpl.jena.ontology.daml.impl.test: Implementations of the interfaces defined in com.hp.hpl.jena.ontology.daml .  

Classes:

DAMLListImpl: Java representation of a DAML List. A list is the specified interpretation of rdf:parseType="daml:Collection" attributes, where a sequence of values is interpreted as a nested sequence of head/tail list cells. One consequence of this is that the list is quite specifically ordered, whereas the daml:collection is said to be an unordered collection. Consquently, we must caution that future versions of the DAML specificiation may create an unordered interpretation of daml:collection, and client code should not rely on the positionality of elements in the current list interpretation.
DAMLObjectPropertyImpl: Java encapsulation of an object property in a DAML ontology. An object property is a partition of the class of properties, in which the range of the property is a DAML instance (rather than a datatype). Object properties may be transitive and unambiguous, which are modelled in the specification by sub-classes of ObjectProperty named TransitiveProperty and UnambiguousProperty . In this API, transitivity and uniqueness are modelled as attributes of the DAMLObjectProperty object.
DAMLPropertyImpl: Encapsulates a property in a DAML ontology. According to the specification, a daml:Property is an alias for rdf:Property. It also acts as the super-class for more semantically meaningful property classes: datatype properties and object properties. The DAML spec also allows any property to be unique (that is, it defines UniqueProperty as a sub-class of Property), so uniqueness is modelled here as an attribute of a DAMLProperty.
DAMLLoader: Obsolete. In Jena 1, this class was used to load DAML ontologies from either input readers or named files, and map the DAML resources to their corresponding DAML abstractions. Using the new polymorphism support in Jena 2, this is no longer necessary. DAMLLoader is kept as the means of controlling some of the behaviours of the DAML model, such as processing imports.
DAMLModelImpl: Implementation for the DAML model interface, which is a specialisation of a Jena RDF store for the application of storing and manipulating DAML objects. The specialisations include storing a set of DAML wrapper objects that provide a convenience interface to the underlying RDF statements, and providing a set of indexes for efficiently retrieving these objects.
DAMLCommonImpl: Abstract super-class for all DAML resources (including properties). Defines shared implementations and common services, such as property manipulation, vocabulary management and rdf:type management. Also defines accessors for common properties, including comment , label , and equivalentTo .
IntLiteralAccessorImpl: Encapsulates the standard methods of modifying a property on a DAML object, where the value of the property is an RDF literal (as opposed to another DAML value, see com.hp.hpl.jena.ontology.daml.PropertyAccessor , and the literal is known to encapsulate an integer value.
LiteralAccessorImpl: Encapsulates the standard methods of modifying a property on a DAML object, where the value of the property is an RDF literal (as opposed to another DAML value, see com.hp.hpl.jena.ontology.daml.PropertyAccessor .
DAMLDatatypePropertyImpl: Java encapsulation of a datatype property in a DAML ontology. A datatype property is a partition of the class of all properties, whose range values are drawn from concrete domains represented by XML schema expressions.
DAMLHierarchy: Represents knowledge about the class and property hierarchies in the DAML spec, so that these can be available without forcing the user to import the DAML specification into their model each time. Uses Singleton pattern.
DAMLDataInstanceImpl: A data instance is a specific type of DAML object that represents the instantiation of a DAML datatype. The instance is a resource whose rdf:value is a typed literal.
DAMLClassImpl: Java representation of a DAML ontology Class. Note that the ontology classes are not the same as Java classes: think of classifications rather than active data structures.
VocabularyManager: Contains knowledge of different versions of the DAML vocabulary, to help with managing the different versions of the namespace.
DAMLDatatypeImpl: Encapsulates a DAML dataype, that represents values from a concrete domain by encoding their type using XML schema.
PropertyAccessorImpl: Encapsulates the standard methods of modifying a property on a DAML value.
DAMLOntologyImpl: Encapsulates the properties known for a given source ontology.
DAMLTestBase: Generic test case for DAML ontology unit testing
DAMLTest: Legacy JUnit regression tests for the Jena DAML model.
DAMLRestrictionImpl: Java encapsulation of a DAML Restriction.
TestPackage: Collected unit tests for DAML API
DAMLInstanceImpl: Java representation of a DAML Instance.
TestDAMLProperty: Unit tests for DAML property
TestDAMLClass: unit tests for DAML Class
TestDAMLList: Unit tests for DAML List

Home | Contact Us | Privacy Policy | Terms of Service