Uses of Interface
org.mindswap.owl.OWLIndividualList

Packages that use OWLIndividualList
org.mindswap.owl   
org.mindswap.owl.list   
org.mindswap.owls   
org.mindswap.owls.grounding   
org.mindswap.owls.process   
org.mindswap.owls.profile   
 

Uses of OWLIndividualList in org.mindswap.owl
 

Methods in org.mindswap.owl that return OWLIndividualList
static OWLIndividualList OWLFactory.createIndividualList()
           
 OWLIndividualList OWLFactory.Interface.createIndividualList()
           
 OWLIndividualList OWLIndividual.getDifferentIndividuals()
          Get all the individuals that are different from this individual.
 OWLIndividualList OWLModel.getDifferentIndividuals(OWLIndividual ind)
           
 OWLIndividualList OWLClass.getEnumerations()
           
 OWLIndividualList OWLModel.getEnumerations(OWLClass c)
          Returns the enumeration for the class (the list of individuals declared in the owl:oneOf list).
 OWLIndividualList OWLIndividual.getIncomingProperties()
           
 OWLIndividualList OWLModel.getIncomingProperties(OWLDataProperty prop, OWLDataValue value)
           
 OWLIndividualList OWLModel.getIncomingProperties(OWLIndividual ind)
           
 OWLIndividualList OWLIndividual.getIncomingProperties(OWLObjectProperty prop)
           
 OWLIndividualList OWLModel.getIncomingProperties(OWLObjectProperty prop, OWLIndividual ind)
           
 OWLIndividualList OWLModel.getIndividuals()
           
 OWLIndividualList OWLClass.getInstances()
           
 OWLIndividualList OWLModel.getInstances(OWLClass c)
           
 OWLIndividualList OWLModel.getProperties(OWLIndividual ind, OWLObjectProperty prop)
           
 OWLIndividualList OWLIndividual.getProperties(OWLObjectProperty prop)
          Get all the values for the given object property.
 OWLIndividualList OWLIndividual.getSameIndividuals()
          Return all then individuals that are same as this individual.
 OWLIndividualList OWLModel.getSameIndividuals(OWLIndividual ind)
           
 

Methods in org.mindswap.owl with parameters of type OWLIndividualList
 RDFList OWLModel.createList(ListVocabulary vocabulary, OWLIndividualList items)
           
 OWLSObjList OWLModel.createList(OWLIndividualList items)
           
 

Uses of OWLIndividualList in org.mindswap.owl.list
 

Methods in org.mindswap.owl.list that return OWLIndividualList
 OWLIndividualList RDFList.getAll()
           
 

Uses of OWLIndividualList in org.mindswap.owls
 

Methods in org.mindswap.owls that return OWLIndividualList
static OWLIndividualList OWLSListFactory.wrapList(OWLIndividualList list, java.lang.Class castTarget)
           
 OWLIndividualList OWLSListFactory.Interface.wrapList(OWLIndividualList list, java.lang.Class castTarget)
           
 

Methods in org.mindswap.owls with parameters of type OWLIndividualList
static AtomicGroundingList OWLSListFactory.createAtomicGroundingList(OWLIndividualList list)
           
 AtomicGroundingList OWLSListFactory.Interface.createAtomicGroundingList(OWLIndividualList properties)
           
static BindingList OWLSListFactory.createBindingList(OWLIndividualList list)
           
 BindingList OWLSListFactory.Interface.createBindingList(OWLIndividualList list)
           
static ConditionList OWLSListFactory.createConditionList(OWLIndividualList list)
           
 ConditionList OWLSListFactory.Interface.createConditionList(OWLIndividualList list)
           
static InputBindingList OWLSListFactory.createInputBindingList(OWLIndividualList list)
           
 InputBindingList OWLSListFactory.Interface.createInputBindingList(OWLIndividualList list)
           
static InputList OWLSListFactory.createInputList(OWLIndividualList list)
           
 InputList OWLSListFactory.Interface.createInputList(OWLIndividualList list)
           
static MessageMapList OWLSListFactory.createMessageMapList(OWLIndividualList list)
           
 MessageMapList OWLSListFactory.Interface.createMessageMapList(OWLIndividualList list)
           
static OutputBindingList OWLSListFactory.createOutputBindingList(OWLIndividualList list)
           
 OutputBindingList OWLSListFactory.Interface.createOutputBindingList(OWLIndividualList list)
           
static OutputList OWLSListFactory.createOutputList(OWLIndividualList list)
           
 OutputList OWLSListFactory.Interface.createOutputList(OWLIndividualList list)
           
static ParameterList OWLSListFactory.createParameterList(OWLIndividualList list)
           
 ParameterList OWLSListFactory.Interface.createParameterList(OWLIndividualList list)
           
static ProcessList OWLSListFactory.createProcessList(OWLIndividualList list)
           
 ProcessList OWLSListFactory.Interface.createProcessList(OWLIndividualList list)
           
static ResultList OWLSListFactory.createResultList(OWLIndividualList list)
           
 ResultList OWLSListFactory.Interface.createResultList(OWLIndividualList list)
           
static OWLIndividualList OWLSListFactory.wrapList(OWLIndividualList list, java.lang.Class castTarget)
           
 OWLIndividualList OWLSListFactory.Interface.wrapList(OWLIndividualList list, java.lang.Class castTarget)
           
 

Uses of OWLIndividualList in org.mindswap.owls.grounding
 

Subinterfaces of OWLIndividualList in org.mindswap.owls.grounding
 interface AtomicGroundingList
           
 interface MessageMapList
           
 

Uses of OWLIndividualList in org.mindswap.owls.process
 

Subinterfaces of OWLIndividualList in org.mindswap.owls.process
 interface BindingList
           
 interface ConditionList
           
 interface InputBindingList
           
 interface InputList
           
 interface OutputBindingList
           
 interface OutputList
           
 interface ParameterList
           
 interface ProcessList
           
 interface ResultList
           
 

Methods in org.mindswap.owls.process that return OWLIndividualList
 OWLIndividualList Result.getEffects()
           
 

Uses of OWLIndividualList in org.mindswap.owls.profile
 

Methods in org.mindswap.owls.profile that return OWLIndividualList
 OWLIndividualList Profile.getCategories()
          Get the list of all categories defined for this profile.
 OWLIndividualList Profile.getContactInfos()
          Get all the contact info values
 OWLIndividualList Profile.getServiceParameters()
          getServiceParameters
 



Copyright © 2004 Evren Sirin. All Rights Reserved.