Class Trigger


  • public class Trigger
    extends java.lang.Object

    Copyright: Copyright (c) 2008

    Company: Clark & Parsia, LLC.

    Author:
    Harris Lin
    • Constructor Summary

      Constructors 
      Constructor Description
      Trigger​(openllet.core.el.ConceptInfo consequence)  
      Trigger​(openllet.core.el.ConceptInfo[] premises, openllet.core.el.ConceptInfo consequence)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      openllet.core.el.ConceptInfo getConsequence()  
      openllet.core.el.ConceptInfo[] getPremises()  
      boolean isTriggered​(openllet.core.el.ConceptInfo ci)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Trigger

        public Trigger​(openllet.core.el.ConceptInfo[] premises,
                       openllet.core.el.ConceptInfo consequence)
      • Trigger

        public Trigger​(openllet.core.el.ConceptInfo consequence)
    • Method Detail

      • getPremises

        public openllet.core.el.ConceptInfo[] getPremises()
      • getConsequence

        public openllet.core.el.ConceptInfo getConsequence()
      • isTriggered

        public boolean isTriggered​(openllet.core.el.ConceptInfo ci)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object