Module io.xpipe.api

Class DataStructureImpl

java.lang.Object
io.xpipe.api.impl.DataSourceImpl
io.xpipe.api.impl.DataStructureImpl
All Implemented Interfaces:
DataSource, DataStructure

public class DataStructureImpl extends DataSourceImpl implements DataStructure
  • Method Details

    • getType

      public io.xpipe.core.source.DataSourceType getType()
      Description copied from interface: DataSource
      Returns the type of this data source.
      Specified by:
      getType in interface DataSource
    • asStructure

      public DataStructure asStructure()
      Description copied from interface: DataSource
      Attempts to cast this object to a DataStructure.
      Specified by:
      asStructure in interface DataSource
    • read

      public io.xpipe.core.data.node.DataStructureNode read()
      Specified by:
      read in interface DataStructure