|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of OWLIndividual in examples |
|---|
| Classes in examples that implement OWLIndividual | |
|---|---|
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. |
| Constructors in examples with parameters of type OWLIndividual | |
|---|---|
OWLSExtensions.ExtendedProfile(OWLIndividual ind)
Wrap the given OWLIndividual as a profile instance. |
|
OWLSExtensions.OwnerEntity(OWLIndividual ind)
|
|
| Uses of OWLIndividual in impl.owl |
|---|
| Classes in impl.owl that implement OWLIndividual | |
|---|---|
class |
impl.owl.WrappedIndividual
|
| Uses of OWLIndividual in impl.owls.profile |
|---|
| Classes in impl.owls.profile that implement OWLIndividual | |
|---|---|
class |
impl.owls.profile.ProfileImpl
|
| Uses of OWLIndividual in org.mindswap.owl |
|---|
| Methods in org.mindswap.owl that return OWLIndividual | |
|---|---|
static OWLIndividual |
EntityFactory.createIndividual()
|
OWLIndividual |
OWLModel.createIndividual(java.net.URI uri)
|
static OWLIndividual |
EntityFactory.createIndividual(java.net.URI uri)
|
OWLIndividual |
OWLModel.createInstance(OWLClass c)
|
OWLIndividual |
OWLModel.createInstance(OWLClass c,
java.net.URI uri)
|
OWLIndividual |
OWLModel.getIncomingProperty(OWLDataProperty prop,
OWLDataValue value)
|
OWLIndividual |
OWLIndividual.getIncomingProperty(OWLObjectProperty prop)
|
OWLIndividual |
OWLModel.getIncomingProperty(OWLObjectProperty prop,
OWLIndividual ind)
|
OWLIndividual |
OWLIndividualList.getIndividual(java.lang.String localName)
Return the individual from the list that has the given local name. |
OWLIndividual |
OWLModel.getIndividual(java.net.URI uri)
|
OWLIndividual |
OWLIndividualList.getIndividual(java.net.URI resourceURI)
Return the individual from the list that has the given URI |
OWLIndividual |
OWLModel.getProperty(OWLIndividual ind,
OWLObjectProperty prop)
|
OWLIndividual |
OWLIndividual.getProperty(OWLObjectProperty prop)
Get the value for the given object property. |
OWLIndividual |
OWLIndividualList.individualAt(int index)
Return the OWLIndividual at the specified position in this list. |
OWLIndividual |
OWLModel.parseLiteral(java.lang.String literal)
Turn the RDF/XML representation into an OWLIndividual |
| Methods in org.mindswap.owl with parameters of type OWLIndividual | |
|---|---|
void |
OWLModel.addProperty(OWLIndividual ind,
OWLDataProperty prop,
java.lang.Object value)
|
void |
OWLModel.addProperty(OWLIndividual ind,
OWLDataProperty prop,
OWLDataValue value)
|
void |
OWLModel.addProperty(OWLIndividual ind,
OWLDataProperty prop,
java.lang.String value)
|
void |
OWLModel.addProperty(OWLIndividual ind,
OWLObjectProperty prop,
OWLIndividual value)
|
void |
OWLModel.addProperty(OWLIndividual ind,
OWLProperty prop,
OWLValue value)
|
void |
OWLIndividual.addProperty(OWLObjectProperty prop,
OWLIndividual value)
|
void |
OWLModel.addType(OWLIndividual ind,
OWLClass c)
|
RDFList |
OWLModel.createList(ListVocabulary vocabulary,
OWLIndividual item)
|
OWLSObjList |
OWLModel.createList(OWLIndividual item)
|
Perform |
OWLModel.createPerform(OWLIndividual individual)
|
OWLIndividualList |
OWLModel.getDifferentIndividuals(OWLIndividual ind)
|
OWLIndividualList |
OWLModel.getIncomingProperties(OWLIndividual ind)
|
OWLIndividualList |
OWLModel.getIncomingProperties(OWLObjectProperty prop,
OWLIndividual ind)
|
OWLIndividual |
OWLModel.getIncomingProperty(OWLObjectProperty prop,
OWLIndividual ind)
|
java.util.Map |
OWLModel.getProperties(OWLIndividual ind)
|
OWLDataValueList |
OWLModel.getProperties(OWLIndividual ind,
OWLDataProperty prop)
|
OWLIndividualList |
OWLModel.getProperties(OWLIndividual ind,
OWLObjectProperty prop)
|
OWLDataValue |
OWLModel.getProperty(OWLIndividual ind,
OWLDataProperty prop)
|
OWLDataValue |
OWLModel.getProperty(OWLIndividual ind,
OWLDataProperty prop,
java.lang.String lang)
|
OWLIndividual |
OWLModel.getProperty(OWLIndividual ind,
OWLObjectProperty prop)
|
OWLIndividualList |
OWLModel.getSameIndividuals(OWLIndividual ind)
|
OWLClass |
OWLModel.getType(OWLIndividual ind)
|
java.util.Set |
OWLModel.getTypes(OWLIndividual ind)
|
boolean |
OWLModel.hasProperty(OWLIndividual ind,
OWLProperty prop)
|
boolean |
OWLModel.hasProperty(OWLIndividual ind,
OWLProperty prop,
OWLValue value)
|
boolean |
OWLIndividual.isDifferentFrom(OWLIndividual other)
Return true if given this individual is different from the given individual (according to the semantics of owl:differentFrom). |
boolean |
OWLModel.isDifferentFrom(OWLIndividual ind1,
OWLIndividual ind2)
Return true if given two individuals are different from each other as dictated by the semantics of owl:differentFrom. |
boolean |
OWLIndividual.isSameAs(OWLIndividual other)
Return true if this individuals is same as the given individual (according to the semantics of owl:differentFrom). |
boolean |
OWLModel.isSameAs(OWLIndividual ind1,
OWLIndividual ind2)
Return true if given two individuals are same as each other as dictated by the semantics of owl:sameAs. |
boolean |
OWLModel.isType(OWLIndividual ind,
OWLClass c)
|
void |
OWLModel.removeProperties(OWLIndividual ind,
OWLProperty prop)
|
void |
OWLModel.removeProperty(OWLIndividual theInd,
OWLProperty theProp,
OWLValue theValue)
Removes the specified triple from the Model. |
void |
OWLModel.removeTypes(OWLIndividual ind)
|
void |
OWLModel.setProperty(OWLIndividual ind,
OWLDataProperty prop,
java.lang.Object value)
|
void |
OWLModel.setProperty(OWLIndividual ind,
OWLDataProperty prop,
OWLDataValue value)
|
void |
OWLModel.setProperty(OWLIndividual ind,
OWLDataProperty prop,
java.lang.String value)
|
void |
OWLModel.setProperty(OWLIndividual ind,
OWLObjectProperty prop,
OWLIndividual value)
|
void |
OWLIndividual.setProperty(OWLObjectProperty prop,
OWLIndividual value)
|
| Uses of OWLIndividual in org.mindswap.owl.list |
|---|
| Subinterfaces of OWLIndividual in org.mindswap.owl.list | |
|---|---|
interface |
RDFList
|
| Methods in org.mindswap.owl.list that return OWLIndividual | |
|---|---|
OWLIndividual |
RDFList.get(int index)
|
OWLIndividual |
RDFList.getFirst()
|
OWLIndividual |
ListVocabulary.nil()
|
OWLIndividual |
GenericListVocabulary.nil()
|
| Constructors in org.mindswap.owl.list with parameters of type OWLIndividual | |
|---|---|
GenericListVocabulary(OWLClass List,
OWLObjectProperty first,
OWLDataProperty firstD,
OWLObjectProperty rest,
OWLIndividual nil)
|
|
| Uses of OWLIndividual in org.mindswap.owl.vocabulary |
|---|
| Fields in org.mindswap.owl.vocabulary declared as OWLIndividual | |
|---|---|
static OWLIndividual |
SWRLB.add
|
static OWLIndividual |
SWRLB.divide
|
static OWLIndividual |
SWRLB.equal
|
static OWLIndividual |
SWRLB.greaterThan
|
static OWLIndividual |
SWRLB.greaterThanOrEqual
|
static OWLIndividual |
SWRLB.lessThan
|
static OWLIndividual |
SWRLB.lessThanOrEqual
|
static OWLIndividual |
SWRLB.multiply
|
static OWLIndividual |
SWRLB.notEqual
|
static OWLIndividual |
SWRLB.subtract
|
| Uses of OWLIndividual in org.mindswap.owls |
|---|
| Subinterfaces of OWLIndividual in org.mindswap.owls | |
|---|---|
interface |
OWLSIndividual
Deprecated. Use OWLIndividual instead |
| Uses of OWLIndividual in org.mindswap.owls.generic.expression |
|---|
| Subinterfaces of OWLIndividual in org.mindswap.owls.generic.expression | |
|---|---|
interface |
Expression
|
interface |
LogicLanguage
|
| Uses of OWLIndividual in org.mindswap.owls.generic.list |
|---|
| Subinterfaces of OWLIndividual in org.mindswap.owls.generic.list | |
|---|---|
interface |
OWLSObjList
A utility class for manipulating list based structures. |
| Uses of OWLIndividual in org.mindswap.owls.grounding |
|---|
| Subinterfaces of OWLIndividual 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 OWLIndividual in org.mindswap.owls.process |
|---|
| Subinterfaces of OWLIndividual 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
|
| Uses of OWLIndividual in org.mindswap.owls.profile |
|---|
| Subinterfaces of OWLIndividual in org.mindswap.owls.profile | |
|---|---|
interface |
Actor
|
interface |
Profile
Represents the OWL-S profile. |
interface |
ServiceCategory
|
interface |
ServiceParameter
|
| Methods in org.mindswap.owls.profile that return OWLIndividual | |
|---|---|
OWLIndividual |
ServiceParameter.getParameter()
|
OWLIndividual |
Profile.getServiceParameterValue(OWLObjectProperty prop)
|
OWLIndividual |
Profile.getServiceParameterValue(java.lang.String name)
|
| Methods in org.mindswap.owls.profile with parameters of type OWLIndividual | |
|---|---|
void |
Profile.addServiceParameterValue(OWLObjectProperty prop,
OWLIndividual value)
|
void |
Profile.addServiceParameterValue(java.lang.String name,
OWLIndividual value)
|
void |
ServiceParameter.setParameter(OWLIndividual value)
|
| Uses of OWLIndividual in org.mindswap.owls.service |
|---|
| Subinterfaces of OWLIndividual in org.mindswap.owls.service | |
|---|---|
interface |
Service
Represents the OWL-S service. |
| Uses of OWLIndividual in org.mindswap.owls.vocabulary |
|---|
| Fields in org.mindswap.owls.vocabulary declared as OWLIndividual | |
|---|---|
static OWLIndividual |
OWLS_1_1.Expression.DRS
|
static OWLIndividual |
OWLS_1_1.Expression.KIF
|
static OWLIndividual |
OWLS_1_1.Expression.SWRL
|
static OWLIndividual |
OWLS_1_1.Process.TheParentPerform
|
static OWLIndividual |
OWLS_1_1.Process.ThisPerform
|
| Uses of OWLIndividual in org.mindswap.query |
|---|
| Methods in org.mindswap.query that return OWLIndividual | |
|---|---|
OWLIndividual |
ValueMap.getIndividualValue(java.lang.String var)
|
OWLIndividual |
ValueMap.getIndividualValue(Variable var)
Get the value of the given variable cast to an OWLIndividual. |
| Uses of OWLIndividual in org.mindswap.swrl |
|---|
| Subinterfaces of OWLIndividual in org.mindswap.swrl | |
|---|---|
interface |
Atom
|
interface |
AtomList
|
interface |
BuiltinAtom
|
interface |
ClassAtom
|
interface |
DataPropertyAtom
|
interface |
DifferentIndividualsAtom
|
interface |
IndividualPropertyAtom
|
interface |
SameIndividualAtom
|
interface |
SWRLDataVariable
|
interface |
SWRLIndividual
|
interface |
SWRLIndividualObject
|
interface |
SWRLIndividualVariable
|
interface |
Variable
|
| Methods in org.mindswap.swrl that return OWLIndividual | |
|---|---|
OWLIndividual |
BuiltinAtom.getBuiltin()
|
| Methods in org.mindswap.swrl with parameters of type OWLIndividual | |
|---|---|
ClassAtom |
SWRLFactory.createAtom(OWLClass c,
OWLIndividual arg)
|
DataPropertyAtom |
SWRLFactory.createAtom(OWLDataProperty p,
OWLIndividual arg1,
OWLValue arg2)
|
IndividualPropertyAtom |
SWRLFactory.createAtom(OWLObjectProperty p,
OWLIndividual arg1,
OWLIndividual arg2)
|
ClassAtom |
SWRLFactory.createClassAtom(OWLClass c,
OWLIndividual arg)
|
DataPropertyAtom |
SWRLFactory.createDataPropertyAtom(OWLDataProperty p,
OWLIndividual arg1,
OWLValue arg2)
|
DifferentIndividualsAtom |
SWRLFactory.createDifferentIndividualsAtom(OWLIndividual arg1,
OWLIndividual arg2)
|
IndividualPropertyAtom |
SWRLFactory.createIndividualPropertyAtom(OWLObjectProperty p,
OWLIndividual arg1,
OWLIndividual arg2)
|
SameIndividualAtom |
SWRLFactory.createSameIndividualAtom(OWLIndividual arg1,
OWLIndividual arg2)
|
void |
BuiltinAtom.setBuiltin(OWLIndividual b)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||