Class AtomicRole

    • Field Detail

      • predicate

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

      • AtomicRole

        public AtomicRole​(java.lang.String name)
        Initializes a role with the given name.
        Parameters:
        name - the name of the role
      • AtomicRole

        public AtomicRole​(Predicate p)