org.mindswap.owls.profile
Interface Actor

All Superinterfaces:
OWLEntity, OWLIndividual, OWLObject, OWLValue

public interface Actor
extends OWLIndividual

Author:
Evren Sirin

Method Summary
 java.lang.String getAddress()
           
 java.lang.String getEMail()
           
 java.lang.String getFax()
           
 java.lang.String getName()
           
 java.lang.String getPhone()
           
 java.lang.String getTitle()
           
 java.net.URL getURL()
           
 
Methods inherited from interface org.mindswap.owl.OWLIndividual
addProperty, addProperty, addProperty, addProperty, addType, getDifferentIndividuals, getIncomingProperties, getIncomingProperties, getIncomingProperty, getOWLSOntology, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getSameIndividuals, getSourceOntology, getType, getTypes, hasProperty, hasProperty, isDifferentFrom, isSameAs, isType, removeProperties, removeProperty, removeTypes, setProperty, setProperty, setProperty, setProperty, toRDF, toRDF
 
Methods inherited from interface org.mindswap.owl.OWLEntity
addAnnotation, addAnnotation, addAnnotation, getAnnotation, getAnnotation, getAnnotations, getAnonID, getKB, getLabel, getLabel, getLabels, getLocalName, getOntology, getQName, getURI, isAnon, removeAnnotations, setAnnotation, setAnnotation, setAnnotation, setLabel, setLabel
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 
Methods inherited from interface org.mindswap.owl.OWLValue
isDataValue, isIndividual
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 

Method Detail

getName

java.lang.String getName()

getTitle

java.lang.String getTitle()

getPhone

java.lang.String getPhone()

getFax

java.lang.String getFax()

getEMail

java.lang.String getEMail()

getAddress

java.lang.String getAddress()

getURL

java.net.URL getURL()


Copyright © 2004 Evren Sirin. All Rights Reserved.