Class oe2nopl


  • public class oe2nopl
    extends java.lang.Object
    translates OE simple model to NP facts
    • Constructor Summary

      Constructors 
      Constructor Description
      oe2nopl()  
    • Method Summary

      Modifier and Type Method Description
      static java.util.List<jason.asSyntax.Literal> transform​(Group g)
      transforms a Group Instance into NPL code (dynamic facts)
      static java.util.List<jason.asSyntax.Literal> transform​(Scheme sch)
      transforms a Scheme Instance into NPL code (dynamic facts)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • oe2nopl

        public oe2nopl()
    • Method Detail

      • transform

        public static java.util.List<jason.asSyntax.Literal> transform​(Group g)
        transforms a Group Instance into NPL code (dynamic facts)
      • transform

        public static java.util.List<jason.asSyntax.Literal> transform​(Scheme sch)
        transforms a Scheme Instance into NPL code (dynamic facts)