Class Template


  • public class Template
    extends java.lang.Object
    An application template of a rule.
    Author:
    Garret Wilson
    • Constructor Summary

      Constructors 
      Constructor Description
      Template()
      Default constructor.
      Template​(java.net.URI referenceURI)
      Reference URI constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Template

        public Template()
        Default constructor.
      • Template

        public Template​(java.net.URI referenceURI)
        Reference URI constructor.
        Parameters:
        referenceURI - The reference URI for the new resource.