Class AbsConcept

    • Constructor Detail

      • AbsConcept

        public AbsConcept​(String typeName)
        Construct an Abstract descriptor to hold a concept of the proper type (e.g. PERSON, ADDRESS...).
        Parameters:
        typeName - The name of the type of the concept held by this abstract descriptor.
    • Method Detail

      • set

        public void set​(String name,
                        AbsTerm value)
        Sets an attribute of the concept held by this abstract descriptor.
        Parameters:
        name - The name of the attribute to be set.
        value - The new value of the attribute.
      • getAbsTerm

        public AbsTerm getAbsTerm​(String name)
        Gets the value of an attribute of the concept held by this abstract descriptor.
        Parameters:
        name - The name of the attribute.
        Returns:
        value The value of the attribute.
      • getJavaClass

        public static Class getJavaClass()