Uses of Interface
io.carml.model.Resource
-
Packages that use Resource Package Description io.carml.model io.carml.model.impl io.carml.util -
-
Uses of Resource in io.carml.model
Subinterfaces of Resource in io.carml.model Modifier and Type Interface Description interfaceBaseObjectMapinterfaceDatatypeMapinterfaceExpressionMapinterfaceFileSourceinterfaceGraphMapinterfaceJoininterfaceLanguageMapinterfaceLogicalSourceinterfaceNameableStreaminterfaceNamespaceinterfaceObjectMapinterfacePredicateMapinterfacePredicateObjectMapinterfaceRefObjectMapinterfaceSubjectMapinterfaceTermMapinterfaceTriplesMapinterfaceXmlSourceMethods in io.carml.model that return types with arguments of type Resource Modifier and Type Method Description Set<Resource>Resource. getReferencedResources() -
Uses of Resource in io.carml.model.impl
Classes in io.carml.model.impl that implement Resource Modifier and Type Class Description classCarmlDatatypeMapclassCarmlFileSourceclassCarmlGraphMapclassCarmlJoinclassCarmlLanguageMapclassCarmlLogicalSourceclassCarmlNamespaceclassCarmlObjectMapclassCarmlPredicateMapclassCarmlPredicateObjectMapclassCarmlRefObjectMapclassCarmlResourceclassCarmlStreamclassCarmlSubjectMapclassCarmlTriplesMapclassCarmlXmlSourceMethods in io.carml.model.impl that return types with arguments of type Resource Modifier and Type Method Description Set<Resource>CarmlDatatypeMap. getReferencedResources()Set<Resource>CarmlFileSource. getReferencedResources()Set<Resource>CarmlGraphMap. getReferencedResources()Set<Resource>CarmlJoin. getReferencedResources()Set<Resource>CarmlLanguageMap. getReferencedResources()Set<Resource>CarmlLogicalSource. getReferencedResources()Set<Resource>CarmlNamespace. getReferencedResources()Set<Resource>CarmlObjectMap. getReferencedResources()Set<Resource>CarmlPredicateMap. getReferencedResources()Set<Resource>CarmlPredicateObjectMap. getReferencedResources()Set<Resource>CarmlRefObjectMap. getReferencedResources()Set<Resource>CarmlStream. getReferencedResources()Set<Resource>CarmlSubjectMap. getReferencedResources()Set<Resource>CarmlTriplesMap. getReferencedResources()Set<Resource>CarmlXmlSource. getReferencedResources() -
Uses of Resource in io.carml.util
Methods in io.carml.util with parameters of type Resource Modifier and Type Method Description static StringLogUtil. exception(Resource resource)static StringLogUtil. exception(Resource ancestor, Resource resource)static StringLogUtil. log(Resource resource)static StringLogUtil. log(Resource ancestor, Resource resource)Method parameters in io.carml.util with type arguments of type Resource Modifier and Type Method Description static StringLogUtil. exception(Collection<? extends Resource> resources)static StringLogUtil. log(Collection<? extends Resource> resources)
-