Uses of Interface
org.mindswap.owl.OWLValue

Packages that use OWLValue
examples   
impl.owl   
impl.owls.profile   
org.mindswap.owl   
org.mindswap.owl.list   
org.mindswap.owls   
org.mindswap.owls.generic.expression   
org.mindswap.owls.generic.list   
org.mindswap.owls.grounding   
org.mindswap.owls.io   
org.mindswap.owls.process   
org.mindswap.owls.profile   
org.mindswap.owls.service   
org.mindswap.query   
org.mindswap.swrl   
 

Uses of OWLValue in examples
 

Classes in examples that implement OWLValue
static class OWLSExtensions.ExtendedProfile
          An extension to existing Profile implmentation to return contact information.
static class OWLSExtensions.OwnerEntity
          A wrapper around an OWLIndividual that defines utility functions to access Owner information defined in FLA ontology.
 

Uses of OWLValue in impl.owl
 

Classes in impl.owl that implement OWLValue
 class impl.owl.WrappedIndividual
           
 

Uses of OWLValue in impl.owls.profile
 

Classes in impl.owls.profile that implement OWLValue
 class impl.owls.profile.ProfileImpl
           
 

Uses of OWLValue in org.mindswap.owl
 

Subinterfaces of OWLValue in org.mindswap.owl
 interface OWLDataValue
           
 interface OWLIndividual
          The interface for OWL individuals.
 

Methods in org.mindswap.owl with parameters of type OWLValue
 void OWLModel.addProperty(OWLIndividual ind, OWLProperty prop, OWLValue value)
           
 ValueData OWLModel.createValueData(OWLValue dataValue)
           
 boolean OWLModel.hasProperty(OWLIndividual ind, OWLProperty prop, OWLValue value)
           
 boolean OWLIndividual.hasProperty(OWLProperty prop, OWLValue value)
          Return true if the given value for the property exists.
 void OWLModel.removeProperty(OWLIndividual theInd, OWLProperty theProp, OWLValue theValue)
          Removes the specified triple from the Model.
 void OWLIndividual.removeProperty(OWLProperty theProp, OWLValue theValue)
           
 

Uses of OWLValue in org.mindswap.owl.list
 

Subinterfaces of OWLValue in org.mindswap.owl.list
 interface RDFList
           
 

Methods in org.mindswap.owl.list that return OWLValue
 OWLValue RDFList.getFirstValue()
           
 OWLValue RDFList.getValue(int index)
           
 

Methods in org.mindswap.owl.list with parameters of type OWLValue
 RDFList RDFList.add(OWLValue item)
           
 RDFList RDFList.insert(OWLValue item)
           
 RDFList RDFList.insertAt(int index, OWLValue item)
           
 void RDFList.set(int index, OWLValue item)
           
 void RDFList.setFirst(OWLValue first)
           
 

Uses of OWLValue in org.mindswap.owls
 

Subinterfaces of OWLValue in org.mindswap.owls
 interface OWLSIndividual
          Deprecated. Use OWLIndividual instead
 

Uses of OWLValue in org.mindswap.owls.generic.expression
 

Subinterfaces of OWLValue in org.mindswap.owls.generic.expression
 interface Expression
           
 interface LogicLanguage
           
 

Uses of OWLValue in org.mindswap.owls.generic.list
 

Subinterfaces of OWLValue in org.mindswap.owls.generic.list
 interface OWLSObjList
          A utility class for manipulating list based structures.
 

Uses of OWLValue in org.mindswap.owls.grounding
 

Subinterfaces of OWLValue in org.mindswap.owls.grounding
 interface AtomicGrounding
          Represents a grounding for AtomicProcesses.
 interface Grounding
          Represents the OWL-S grounding.
 interface JavaAtomicGrounding
          This interface encapsulates the access to a JavaAtomicProcessGrounding.
 interface MessageMap
           
 interface UPnPAtomicGrounding
           
 interface WSDLAtomicGrounding
           
 interface WSDLOperationRef
           
 

Uses of OWLValue in org.mindswap.owls.io
 

Methods in org.mindswap.owls.io with parameters of type OWLValue
 void BaseExpressionWriter.print(OWLValue value)
           
 

Uses of OWLValue in org.mindswap.owls.process
 

Subinterfaces of OWLValue in org.mindswap.owls.process
 interface AnyOrder
           
 interface AtomicProcess
           
 interface Binding
           
 interface Choice
           
 interface CompositeProcess
           
 interface Condition
          A condition is simply an expression.
 interface Conditional
          General interface to define a conditional construct such as If-Then-Else, Repeat-While, etc.
 interface ControlConstruct
           
 interface ControlConstructBag
           
 interface ControlConstructList
           
 interface ForEach
           
 interface IfThenElse
           
 interface Input
           
 interface InputBinding
           
 interface Iterate
           
 interface Local
           
 interface MultiConditional
           
 interface Output
           
 interface OutputBinding
           
 interface Parameter
          Represents the OWL-S process parameter.
 interface Perform
           
 interface Process
          Represents the OWL-S process.
 interface Produce
           
 interface RepeatUntil
           
 interface RepeatWhile
           
 interface Result
           
 interface ResultVar
           
 interface Sequence
           
 interface SimpleProcess
           
 interface Split
           
 interface SplitJoin
           
 interface ValueOf
           
 

Methods in org.mindswap.owls.process that return OWLValue
 OWLValue Parameter.getConstantValue()
          If the parameter has a constant value associated with it (specified with process:parameterValue property) return that value.
 OWLValue ValueData.getData()
           
 

Methods in org.mindswap.owls.process with parameters of type OWLValue
 void Parameter.setConstantValue(OWLValue value)
          Set the constant value for this parameter.
 

Uses of OWLValue in org.mindswap.owls.profile
 

Subinterfaces of OWLValue in org.mindswap.owls.profile
 interface Actor
           
 interface Profile
          Represents the OWL-S profile.
 interface ServiceCategory
           
 interface ServiceParameter
           
 

Uses of OWLValue in org.mindswap.owls.service
 

Subinterfaces of OWLValue in org.mindswap.owls.service
 interface Service
          Represents the OWL-S service.
 

Uses of OWLValue in org.mindswap.query
 

Methods in org.mindswap.query that return OWLValue
 OWLValue ValueMap.getValue(java.lang.String varName)
          Get the value of the variable with the given local name.
 OWLValue ValueMap.getValue(Variable var)
          Get the value of the given variable
 

Methods in org.mindswap.query with parameters of type OWLValue
 void ValueMap.setValue(Variable var, OWLValue value)
          Set the value of the given variable
 

Uses of OWLValue in org.mindswap.swrl
 

Subinterfaces of OWLValue in org.mindswap.swrl
 interface Atom
           
 interface AtomList
           
 interface BuiltinAtom
           
 interface ClassAtom
           
 interface DataPropertyAtom
           
 interface DifferentIndividualsAtom
           
 interface IndividualPropertyAtom
           
 interface SameIndividualAtom
           
 interface SWRLDataObject
           
 interface SWRLDataValue
           
 interface SWRLDataVariable
           
 interface SWRLIndividual
           
 interface SWRLIndividualObject
           
 interface SWRLIndividualVariable
           
 interface SWRLObject
           
 interface Variable
           
 

Methods in org.mindswap.swrl with parameters of type OWLValue
 BuiltinAtom SWRLFactory.createAdd(OWLValue result, OWLValue arg1, OWLValue arg2)
           
 DataPropertyAtom SWRLFactory.createAtom(OWLDataProperty p, OWLIndividual arg1, OWLValue arg2)
           
 DataPropertyAtom SWRLFactory.createDataPropertyAtom(OWLDataProperty p, OWLIndividual arg1, OWLValue arg2)
           
 BuiltinAtom SWRLFactory.createDivide(OWLValue result, OWLValue arg1, OWLValue arg2)
           
 BuiltinAtom SWRLFactory.createMultiply(OWLValue result, OWLValue arg1, OWLValue arg2)
           
 BuiltinAtom SWRLFactory.createSubtract(OWLValue result, OWLValue arg1, OWLValue arg2)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.