Class SerializedContainmentValue

java.lang.Object
io.lionweb.lioncore.java.serialization.data.SerializedContainmentValue

public class SerializedContainmentValue extends Object
This represents the serialization of the values of a containment link in a Node.
  • Constructor Details

    • SerializedContainmentValue

      public SerializedContainmentValue()
    • SerializedContainmentValue

      public SerializedContainmentValue(MetaPointer metaPointer, List<String> value)
  • Method Details

    • getMetaPointer

      public MetaPointer getMetaPointer()
    • setMetaPointer

      public void setMetaPointer(MetaPointer metaPointer)
    • getValue

      public List<String> getValue()
      This returns the list of Node-IDs contained.
    • setValue

      public void setValue(List<String> value)
      This expects the list of Node-IDs contained.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object