Searched refs:getIncomingProperty (Results 1 - 10 of 10) sorted by relevance

/owl-s/src/impl/owls/process/
H A DValueDataImpl.java40 OWLIndividual uncastedBinding = ind.getIncomingProperty(OWLS.Process.valueSource);
43 binding = new InputBindingImpl(ind.getIncomingProperty(OWLS.Process.valueSource));
45 binding = new OutputBindingImpl(ind.getIncomingProperty(OWLS.Process.valueSource));
H A DValueOfImpl.java57 OWLIndividual uncastedBinding = getIncomingProperty(OWLS.Process.valueSource);
60 binding = new InputBindingImpl(getIncomingProperty(OWLS.Process.valueSource));
62 binding = new OutputBindingImpl(getIncomingProperty(OWLS.Process.valueSource));
64 // binding = new BindingImpl(getIncomingProperty(OWLS.Process.valueSource));
/owl-s/src/impl/owls/process/parameter/
H A DOutputImpl.java47 OWLIndividual ind = getIncomingProperty(OWLS.Process.hasOutput);
H A DInputImpl.java50 OWLIndividual ind = getIncomingProperty(OWLS.Process.hasInput);
H A DParameterImpl.java78 OWLIndividual ind = getIncomingProperty(OWLS.Process.hasParameter);
101 OWLIndividual ind = getIncomingProperty(OWLS.Profile.hasInput);
/owl-s/src/org/mindswap/owl/
H A DOWLIndividual.java109 public OWLIndividual getIncomingProperty(OWLObjectProperty prop); method in interface:OWLIndividual
H A DOWLModel.java641 public OWLIndividual getIncomingProperty(OWLObjectProperty prop, OWLIndividual ind); method in interface:OWLModel
656 public OWLIndividual getIncomingProperty(OWLDataProperty prop, OWLDataValue value); method in interface:OWLModel
/owl-s/src/impl/jena/
H A DOWLIndividualImpl.java96 public OWLIndividual getIncomingProperty(OWLObjectProperty prop) { method in class:OWLIndividualImpl
97 return kb.getIncomingProperty(prop, this);
H A DOWLModelImpl.java833 * @see org.mindswap.owl.OWLModel#getIncomingProperty(org.mindswap.owl.OWLObjectProperty, org.mindswap.owl.OWLIndividual)
835 public OWLIndividual getIncomingProperty(OWLObjectProperty prop, OWLIndividual ind) { method in class:OWLModelImpl
863 public OWLIndividual getIncomingProperty(OWLDataProperty prop, OWLDataValue value) { method in class:OWLModelImpl
/owl-s/src/impl/owl/
H A DWrappedIndividual.java152 public OWLIndividual getIncomingProperty(OWLObjectProperty prop) { method in class:WrappedIndividual
153 return individual.getIncomingProperty(prop);

Completed in 37 milliseconds