org.mindswap.owlparser.owl
Class OWLObjectProperty

java.lang.Object
  |
  +--org.mindswap.rdfparser.rdf.RDFResource
        |
        +--org.mindswap.rdfparser.rdf.RDFProperty
              |
              +--org.mindswap.owlparser.owl.OWLObjectProperty
All Implemented Interfaces:
java.lang.Cloneable, RDFConsts, java.io.Serializable
Direct Known Subclasses:
OWLInverseFunctionalProperty, OWLSymmetricProperty, OWLTransitiveProperty

public class OWLObjectProperty
extends RDFProperty

Title: RDF Instance Creator (RIC)

Description: A tool to facilitate the generation of valid RDF

Copyright: Copyright (c) 2002

Company:

Author:
Michael Grove
See Also:
Serialized Form

Fields inherited from class org.mindswap.rdfparser.rdf.RDFProperty
COLLECTION, LITERAL, NONE, RESOURCE, URI
 
Fields inherited from interface org.mindswap.rdfparser.consts.RDFConsts
OLD_DAMLURL, RDF, RDF_About, RDF_AboutEach, RDF_AboutEachPrefix, RDF_Alt, RDF_Bag, RDF_BagID, RDF_Class, RDF_Comment, RDF_ConstraintProperty, RDF_Description, RDF_Domain, RDF_First, RDF_ID, RDF_IsDefinedBy, RDF_Label, RDF_Li, RDF_Nil, RDF_NodeID, RDF_Object, RDF_ParseType, RDF_Predicate, RDF_Property, RDF_Range, RDF_Resource, RDF_Rest, RDF_SeeAlso, RDF_Seq, RDF_SubClass, RDF_Subject, RDF_SubProperty, RDF_TERMS, RDF_Type, RDF_Value, RDFSURL, RDFURL
 
Constructor Summary
OWLObjectProperty()
           
OWLObjectProperty(java.lang.String s)
           
 
Method Summary
 java.lang.String getType()
          Returns the type of this object as a string.

 boolean isDataType()
           
 
Methods inherited from class org.mindswap.rdfparser.rdf.RDFProperty
addAttribute, addDomain, addNode, addRange, addRestriction, addRestrictions, clone, createInstance, equals, getDomains, getMaxCardinality, getMinCardinality, getNTriples, getNTriples, getRanges, getRestrictions, getSameProperties, getSuperProperties, getTriples, getValue, getValueType, hasAncestor, hasAncestor, hasInDomain, hasInRange, hasSuperProperty, isActive, isInDomain, isInRange, setRestrictions, setValue, setValue, setValueType, toRDF, validate
 
Methods inherited from class org.mindswap.rdfparser.rdf.RDFResource
addAttributes, addEquivalentTo, addNodes, getAttributeByName, getAttributes, getComment, getEquivalentTos, getFriendlyId, getFriendlyType, getId, getLabel, getNodes, getNTriples, getResourceByType, getTriples, getURI, removeEquivalentTo, setAttributes, setComment, setEquivalentTos, setId, setLabel, toRDF, toRDF, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWLObjectProperty

public OWLObjectProperty()

OWLObjectProperty

public OWLObjectProperty(java.lang.String s)
Method Detail

isDataType

public boolean isDataType()
Overrides:
isDataType in class RDFProperty

getType

public java.lang.String getType()
Description copied from class: RDFResource
Returns the type of this object as a string.

Overrides:
getType in class RDFProperty
Following copied from class: org.mindswap.rdfparser.rdf.RDFResource
Returns:
the object's type
See Also:
XMLConsts, RDFConsts, DAMLConsts, OWLConsts