Class DataMapper.BaseDataUnit

java.lang.Object
de.iip_ecosphere.platform.services.environment.DataMapper.BaseDataUnit
All Implemented Interfaces:
DataMapper.BaseDataUnitFunctions
Enclosing class:
DataMapper

public abstract static class DataMapper.BaseDataUnit extends Object implements DataMapper.BaseDataUnitFunctions
Base class to represent all potential inputs to the service and the JSON input format. Just defines the meta attributes (thus $ prefixes), needs to be refined with actual attributes by using class.
Author:
Holger Eichelberger, SSE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the delay period between this and the next data unit.
    int
    Returns the number of repeats of this data unit.
    void
    set$period(int $period)
    Changes the delay period between this and the next data unit.
    void
    set$repeats(int $repeats)
    Changes the number of repeats of this data unit.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait