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

  • Finding current android device location
  • scheduleAtFixedRate (Timer)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • JPanel (javax.swing)
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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