Uses of Class
tech.oxfordsemantic.jrdfox.client.ComponentInfo
Packages that use ComponentInfo
-
Uses of ComponentInfo in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return ComponentInfoModifier and TypeMethodDescriptionDataStoreConnection.getComponentInfo(boolean extended) Returns diagnostic information about the data store as a tree of objects each providing detailed information about the data store.ServerConnection.getComponentInfo(boolean extended) Returns diagnostic information about the server as a tree of objects each providing detailed information about the server.ComponentInfo.getSubComponent(int index) Returns information about a sub-component.ComponentInfo.getSubComponent(String name) Returns information about a sub-component by its name.Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type ComponentInfoModifierConstructorDescriptionComponentInfo(ComponentInfo.Property[] properties, ComponentInfo[] subComponents)