Class PredicateSignature

    • Method Detail

      • interpretCharacter

        public void interpretCharacter​(char ch,
                                       Argument curarg)
        Description copied from class: ArgumentValidator
        INTERNAL: Interprets the given character and updates the argument to record the information in the character.
         x    TMObjectIF (equivalent to mtarbvo)
         m    TopicMapIF
         t    TopicIF
         a    AssociationIF
         r    AssociationRoleIF
         b    TopicNameIF
         v    VariantNameIF
         o    OccurrenceIF
         l    LocatorIF
        
         p    Pair (tolog-specific)
         B    Boolean
         s    String
         n    Number (float + integer)
         i    Integer
         f    Float
         .    Object
         z    PredicateOptions (tolog-specific wizardry)
        
         ?    optional argument
         +    repeatable argument
         &    multiple values
         !    tolog: argument must be bound; webed: argument must have a value
         
        Overrides:
        interpretCharacter in class ArgumentValidator