Class ComplexMemberDefinition


  • public class ComplexMemberDefinition
    extends java.lang.Object
    This class is used only for creating the actual executable tags for a complex instance. It provides each tag's EntityId, path and compiled tag definition (that is, the definition with referenced attributes expanded).
    • Constructor Detail

      • ComplexMemberDefinition

        public ComplexMemberDefinition​(EntityId eid,
                                       TagPath path,
                                       Tag def)
    • Method Detail

      • getPath

        public TagPath getPath()
      • getDef

        public Tag getDef()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object