|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RDFResourceList | |
org.mindswap.damlparser.daml | |
org.mindswap.owlparser.owl | |
org.mindswap.rdfparser.rdf | |
org.mindswap.rdfparser.rdf.util |
Uses of RDFResourceList in org.mindswap.damlparser.daml |
Methods in org.mindswap.damlparser.daml that return RDFResourceList | |
RDFResourceList |
DAMLOneOf.getList()
|
RDFResourceList |
DAMLList.getList()
|
RDFResourceList |
DAMLRestriction.getCardinality()
|
RDFResourceList |
DAMLRestriction.getMaxCardinality()
|
RDFResourceList |
DAMLRestriction.getMinCardinality()
|
RDFResourceList |
DAMLRestriction.getToClass()
|
RDFResourceList |
DAMLRestriction.getOnProperty()
|
RDFResourceList |
DAMLRestriction.getHasValue()
|
Methods in org.mindswap.damlparser.daml with parameters of type RDFResourceList | |
void |
DAMLOneOf.setList(RDFResourceList l)
|
void |
DAMLList.setList(RDFResourceList r)
|
Constructors in org.mindswap.damlparser.daml with parameters of type RDFResourceList | |
DAMLFile(java.lang.String ab,
java.lang.String URI,
java.util.Hashtable cs,
java.util.Hashtable ps,
java.util.Hashtable is,
java.util.Hashtable ds,
Namespaces n,
org.mindswap.parserutils.interfaces.Ontology ot,
RDFResourceList v)
|
Uses of RDFResourceList in org.mindswap.owlparser.owl |
Methods in org.mindswap.owlparser.owl that return RDFResourceList | |
RDFResourceList |
OWLOneOf.getList()
|
RDFResourceList |
OWLRestriction.getCardinality()
|
RDFResourceList |
OWLRestriction.getMaxCardinality()
|
RDFResourceList |
OWLRestriction.getMinCardinality()
|
RDFResourceList |
OWLRestriction.getToClass()
|
RDFResourceList |
OWLRestriction.getOnProperty()
|
RDFResourceList |
OWLRestriction.getHasValue()
|
Methods in org.mindswap.owlparser.owl with parameters of type RDFResourceList | |
void |
OWLOneOf.setList(RDFResourceList l)
|
Constructors in org.mindswap.owlparser.owl with parameters of type RDFResourceList | |
OWLFile(java.lang.String ab,
java.lang.String URI,
java.util.Hashtable cs,
java.util.Hashtable ps,
java.util.Hashtable is,
java.util.Hashtable ds,
Namespaces n,
org.mindswap.parserutils.interfaces.Ontology ot,
RDFResourceList v)
|
Uses of RDFResourceList in org.mindswap.rdfparser.rdf |
Methods in org.mindswap.rdfparser.rdf that return RDFResourceList | |
RDFResourceList |
RDFResource.getNodes()
Returns all child nodes of this resource. |
RDFResourceList |
RDFResource.getResourceByType(java.lang.String type)
Returns a list of all child resources associated with this resource with the specified type. |
RDFResourceList |
RDFProperty.getRestrictions()
|
RDFResourceList |
RDFClass.getPropertyByType(java.lang.String name)
|
RDFResourceList |
RDFClass.getPropertyByType(java.lang.String name,
boolean useActiveFilter)
|
RDFResourceList |
RDFClass.getProperties()
|
RDFResourceList |
RDFFile.getTags()
|
RDFResourceList |
RDFFile.getNewTags()
|
RDFResourceList |
RDFFile.getInstancesByType(java.lang.String str)
|
Methods in org.mindswap.rdfparser.rdf with parameters of type RDFResourceList | |
void |
RDFResource.addNodes(RDFResourceList l)
Adds all nodes in the list to this resource. |
void |
RDFProperty.addRestrictions(RDFResourceList list)
|
void |
RDFProperty.setRestrictions(RDFResourceList v)
|
Constructors in org.mindswap.rdfparser.rdf with parameters of type RDFResourceList | |
RDFFile(java.lang.String ab,
java.lang.String URI,
java.util.Hashtable cs,
java.util.Hashtable ps,
java.util.Hashtable is,
java.util.Hashtable ds,
Namespaces n,
org.mindswap.parserutils.interfaces.Ontology ot,
RDFResourceList v)
|
Uses of RDFResourceList in org.mindswap.rdfparser.rdf.util |
Methods in org.mindswap.rdfparser.rdf.util that return RDFResourceList | |
RDFResourceList |
RDFResourceList.getResourceByType(java.lang.String type)
Search through the list and return all resources with the specifed type. |
Methods in org.mindswap.rdfparser.rdf.util with parameters of type RDFResourceList | |
void |
RDFResourceList.addAll(RDFResourceList rl)
Adds all elements of parameter to current list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |