Class ColladaAbstractInstance<T>

    • Field Detail

      • instance

        protected T instance
        Resolved target of the link.
    • Constructor Detail

      • ColladaAbstractInstance

        public ColladaAbstractInstance​(java.lang.String ns)
        Create an instance.
        Parameters:
        ns - Namespace.
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Indicates the URL of the target resource.
        Returns:
        URL field.
      • get

        public T get()
        Retrieves the target resource for this instance. Calling this method will cause the instance to resolve the linked resource. If the resource is external it may not be available immediately, in which case this method returns null.
        Returns:
        The linked resource, or null if the resource is not available.