All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generated.docs.javadoc.org.eclipse.dawnsci.analysis.api.tree.NodeLink.html Maven / Gradle / Ivy






NodeLink (h5jan API)












org.eclipse.dawnsci.analysis.api.tree

Interface NodeLink

  • All Known Implementing Classes:
    NodeLinkImpl


    public interface NodeLink
    A tree consists of nodes linked together by groups
    • Method Detail

      • getSource

        Node getSource()
        Returns:
        source node
      • getDestination

        Node getDestination()
        Returns:
        destination node
      • isDestinationData

        boolean isDestinationData()
        Returns:
        true if destination is a data node
      • isDestinationGroup

        boolean isDestinationGroup()
        Returns:
        true if destination is a group node
      • isDestinationSymbolic

        boolean isDestinationSymbolic()
        Returns:
        true if destination is a symbolic node
      • getName

        java.lang.String getName()
        Returns:
        name of node link




© 2015 - 2024 Weber Informatics LLC | Privacy Policy