Class InstanceGiven


  • public class InstanceGiven
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InstanceGiven​(org.drools.scenariosimulation.api.model.FactIdentifier factIdentifier, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.drools.scenariosimulation.api.model.FactIdentifier getFactIdentifier()  
      java.lang.Object getValue()  
      • Methods inherited from class java.lang.Object

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

      • InstanceGiven

        public InstanceGiven​(org.drools.scenariosimulation.api.model.FactIdentifier factIdentifier,
                             java.lang.Object value)
    • Method Detail

      • getFactIdentifier

        public org.drools.scenariosimulation.api.model.FactIdentifier getFactIdentifier()
      • getValue

        public java.lang.Object getValue()