Class AtomicConcept

    • Field Detail

      • predicate

        private Predicate predicate
        The predicate that represents this atomic concept.
    • Constructor Detail

      • AtomicConcept

        public AtomicConcept​(java.lang.String name)
        Initializes an atomic concept with the given name.
        Parameters:
        name - the name of the atomic concept
      • AtomicConcept

        public AtomicConcept​(Predicate p)