Uses of Interface
org.mindswap.owl.OWLDataValueList

Packages that use OWLDataValueList
org.mindswap.owl   
org.mindswap.owls.process   
org.mindswap.owls.profile   
org.mindswap.owls.service   
 

Uses of OWLDataValueList in org.mindswap.owl
 

Methods in org.mindswap.owl that return OWLDataValueList
static OWLDataValueList OWLFactory.createDataValueList()
           
 OWLDataValueList OWLFactory.Interface.createDataValueList()
           
 OWLDataValueList OWLEntity.getAnnotations(java.net.URI prop)
           
 OWLDataValueList OWLEntity.getLabels()
          Return all labels written in any language.
 OWLDataValueList OWLIndividual.getProperties(OWLDataProperty prop)
          Get all the values for the given datatype property.
 OWLDataValueList OWLModel.getProperties(OWLIndividual ind, OWLDataProperty prop)
           
 

Uses of OWLDataValueList in org.mindswap.owls.process
 

Methods in org.mindswap.owls.process that return OWLDataValueList
 OWLDataValueList Process.getNames()
          Return all process names written in any language.
 

Uses of OWLDataValueList in org.mindswap.owls.profile
 

Methods in org.mindswap.owls.profile that return OWLDataValueList
 OWLDataValueList Profile.getServiceClassifications()
           
 OWLDataValueList Profile.getServiceNames()
          Return all service names written in any language.
 OWLDataValueList Profile.getServiceProducts()
           
 OWLDataValueList Profile.getTextDescriptions()
          Return all text descriptions written in any language.
 

Uses of OWLDataValueList in org.mindswap.owls.service
 

Methods in org.mindswap.owls.service that return OWLDataValueList
 OWLDataValueList Service.getNames()
          Return all service names written in any language.
 



Copyright © 2004 Evren Sirin. All Rights Reserved.