Class RLObject

java.lang.Object
oracle.rules.rl.RLObject
All Implemented Interfaces:
Serializable

public class RLObject extends Object implements Serializable
Part of reflection API for RL classes.
See Also:
  • Method Details

    • getRLClass

      public RLClass getRLClass()
      Get the RLClass of this RLObject.
      Returns:
      RLClass
    • toString

      public String toString()
      Convert this RLObject to a String. Prints deep structure of networks of RLObjects. Handles cycles and arrays.
      Overrides:
      toString in class Object
      Returns:
      String