|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RDF_Property | |
gr.forth.ics.vrp.corevrp.broker | |
gr.forth.ics.vrp.corevrp.model |
Uses of RDF_Property in gr.forth.ics.vrp.corevrp.broker |
Methods in gr.forth.ics.vrp.corevrp.broker with parameters of type RDF_Property | |
Collection |
RDF_SemanticBroker.getRangeOfProperty(RDF_Property prop,
boolean transitive,
boolean sorted)
|
Collection |
RDF_SemanticBroker.getDomainOfProperty(RDF_Property prop,
boolean transitive,
boolean sorted)
|
Collection |
RDF_SemanticBroker.getSubProperties(RDF_Property prop,
boolean transitive,
boolean sorted)
|
Collection |
RDF_SemanticBroker.getSuperProperties(RDF_Property prop,
boolean transitive,
boolean sorted)
|
RDF_Class |
RDF_SemanticBroker.getClassTypeOfProperty(RDF_Property prop)
|
boolean |
RDF_SemanticBroker.isRootProperty(RDF_Property prop)
|
boolean |
RDF_SemanticBroker.isLeafProperty(RDF_Property prop)
|
Uses of RDF_Property in gr.forth.ics.vrp.corevrp.model |
Methods in gr.forth.ics.vrp.corevrp.model that return RDF_Property | |
RDF_Property |
RDF_Statement.getpredicate()
Get the predicate of the statement. |
Methods in gr.forth.ics.vrp.corevrp.model with parameters of type RDF_Property | |
boolean |
RDF_Statement.setpredicate(RDF_Property pred)
Enter the predicate to the statement. |
void |
RDF_Property.addsubPropertyOf(RDF_Property subPO)
Entering a subPropertyOf statement to the property. |
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |