com.hp.hpl.jena.daml
Interface DAMLDisjoint

All Superinterfaces:
DAMLCommon, RDFNode, Resource
All Known Implementing Classes:
DAMLDisjointImpl

public interface DAMLDisjoint
extends DAMLCommon

Java representation of a DAML Disjoint instance. Note that Disjoint has been removed from the DAML spec, so this is really obsolete. It is not marked deprecated since the code to support legacy ontologies will then report a deprecation warning. However, it is strongly advised not to rely on the continued presence of this class.

Version:
CVS info: $Id: DAMLDisjoint.java,v 1.1 2001/09/24 17:02:38 ijd Exp $
Author:
Ian Dickinson, HP Labs (email)

Methods inherited from interface com.hp.hpl.jena.daml.DAMLCommon
getAll, getDAMLModel, getEquivalenceSet, getEquivalentValues, getNumPropertyValues, getPropertyValue, getPropertyValues, getRDFTypes, getVocabulary, hasRDFType, hasRDFType, prop_comment, prop_equivalentTo, prop_label, prop_type, remove, removeAll, removeProperty, replaceProperty, setPropertyValue, setRDFType, setRDFType
 
Methods inherited from interface com.hp.hpl.mesa.rdf.jena.model.Resource
abort, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getModel, getNameSpace, getProperty, getURI, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, isAnon, listProperties, listProperties, removeProperties, toString
 



Copyright © 2001 Hewlett-Packard. All Rights Reserved.