Class Individual

  • All Implemented Interfaces:
    Node, Resource

    public final class Individual
    extends java.lang.Object
    implements Resource
    It models the concept of Individual in the context of Digital Twin Knowledge Graph. So an individual here is another Digital Twin, identified by its URI.
    • Constructor Summary

      Constructors 
      Constructor Description
      Individual​(java.lang.String individualUri)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getUri()
      Get the URI of the Resource.
      • Methods inherited from class java.lang.Object

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

      • Individual

        public Individual​(java.lang.String individualUri)
        Default constructor.
        Parameters:
        individualUri - the uri of the individual.
    • Method Detail

      • getUri

        public java.util.Optional<java.lang.String> getUri()
        Description copied from interface: Resource
        Get the URI of the Resource.
        Specified by:
        getUri in interface Resource
        Returns:
        the uri, as an Optional String, of the resource