Class TemplateObject


  • public class TemplateObject
    extends Term
    Represents a Quad object template.
    Author:
    Michele Mostarda (mostarda@fbk.eu)
    • Constructor Detail

      • TemplateObject

        public TemplateObject​(TemplateObject.Type type,
                              String value,
                              boolean isVar)
        Constructor.
        Parameters:
        type - object template type.
        value - internal value.
        isVar - if true it the given value will be resolved with the variable value.