Tabnine Logo
FloatResource.program
Code IndexAdd Tabnine to your IDE (free)

How to use
program
method
in
org.ogema.core.model.simple.FloatResource

Best Java code snippets using org.ogema.core.model.simple.FloatResource.program (Showing top 5 results out of 315)

origin: org.ogema.tools/resource-manipulators

@Override
public String toString() {
  return "Schedule sum for target " + m_config.resultBase().program().getLocation() + ", configuration: " + getConfigurationResource().getName();
}
origin: org.ogema.tools/resource-manipulators

/**
 * Creates an instance of the configuration object from an existing configuration.
 */
public ScheduleSumImpl(ResourceManipulatorImpl base, ScheduleSumModel configResource) {
  m_base = base;
  m_inputs = new ArrayList<>(configResource.inputs().getAllElements());
  m_output = configResource.resultBase().program();
  m_delay = configResource.delay().getValue();
  m_deactivateEmtpySum = configResource.deactivateEmptySum().getValue();
  m_activationControl = configResource.activationControl().getValue();
  m_incrementalUpdate = configResource.incrementalUpdate().getValue();
  m_ignoreGaps = configResource.ignoreGaps().getValue();
  m_writeImmediately = configResource.writeImmediately().getValue();
  m_config = configResource;
}
origin: org.ogema.tools/resource-manipulators

resultBase.program().setAsReference(m_output);
m_config.delay().create();
m_config.delay().setValue(m_delay);
origin: org.ogema.tools/grafana-base

  break;
case 2:
  ts = fl.program();
  break;
origin: org.ogema.tools/resource-manipulators

m_logger.trace("Evaluating schedule sum {}",m_config);
final List<Schedule> inputs = m_config.inputs().getAllElements();
final AbsoluteSchedule output = m_config.resultBase().program();
for (Schedule schedule : inputs) {
  if (schedule.getLocation().equals(output.getLocation())) {
org.ogema.core.model.simpleFloatResourceprogram

Popular methods of FloatResource

  • getValue
  • setValue
  • create
  • getHistoricalData
  • isActive
  • exists
  • activate
  • addDecorator
  • addValueListener
  • historicalData
  • addStructureListener
  • forecast
  • addStructureListener,
  • forecast,
  • getParent,
  • getPath,
  • getSubResource,
  • removeStructureListener,
  • removeValueListener,
  • requestAccessMode,
  • setAsReference

Popular in Java

  • Reactive rest calls using spring rest template
  • findViewById (Activity)
  • getApplicationContext (Context)
  • setScale (BigDecimal)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • PhpStorm for WordPress
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now