Uses of Class
com.janeirodigital.sai.core.agents.RegistrySet.Builder
Packages that use RegistrySet.Builder
Package
Description
Classes providing access to
Agent Registries,
Social Agent Profiles,
Application Profiles,
and Agent Registrations.
-
Uses of RegistrySet.Builder in com.janeirodigital.sai.core.agents
Methods in com.janeirodigital.sai.core.agents that return RegistrySet.BuilderModifier and TypeMethodDescriptionRegistrySet.Builder.getThis()
Ensures that don't get an unchecked cast warning when returning from settersRegistrySet.Builder.setAgentRegistry
(URI agentRegistryUri) Set the URI of theAgentRegistry
RegistrySet.Builder.setAuthorizationRegistry
(URI authorizationRegistryUri) Set the URI of theAuthorizationRegistry
RegistrySet.Builder.setDataRegistries
(List<URI> dataRegistryUris) Set the URIs of associated Data RegistriesRegistrySet.Builder.setDataset
(org.apache.jena.rdf.model.Model dataset) Set the Jena model and use it to populate attributes of theRegistrySet.Builder
.