index
int64
repo_id
string
file_path
string
content
string
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServicePseudoLong.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public class LlServicePseudoLong extends LlServicePseudo<Long> { public LlServicePseudoLong() { super(); this.set(0L); } public LlServic...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServicePseudoObject.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public class LlServicePseudoObject extends LlServicePseudo<Object> { public LlServicePseudoObject() { super(); this.set(null); } public ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServicePseudoString.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public class LlServicePseudoString extends LlServicePseudo<String> { public LlServicePseudoString() { super(); this.set(""); } public Ll...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServiceString.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public abstract class LlServiceString extends LlService<String> { public LlServiceString() { super(); setCurState(""); } public LlServic...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Lablink service package. */ package at.ac.ait.lablink.core.service;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/DataPointChangeGeneric.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint; /** * A datapoint wrapper for publishing changes. * * <p>This datapoint wrapper can be used to publish updates only if the value of the dat...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/DataPointGeneric.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint; import at.ac.ait.lablink.core.connection.encoding.encodables.Header; import at.ac.ait.lablink.core.connection.encoding.encodables.IPayload; im...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/IDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint; import at.ac.ait.lablink.core.service.datapoint.payloads.DataPointProperties; /** * Datapoint that will host simple values and transmit it u...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/IDataPointNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint; import at.ac.ait.lablink.core.service.datapoint.payloads.ISimpleValue; /** * Notification interface for a datapoint. * * <p>A datapoint wi...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/IDataPointService.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint; import at.ac.ait.lablink.core.connection.encoding.encodables.IPayload; import at.ac.ait.lablink.core.service.datapoint.payloads.ISimpleValue; ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Datapoint service specification. */ package at.ac.ait.lablink.core.service.datapoint;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/DataPointAvailableRequester.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.connection.encoding.encodables.Header; import a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/DataPointConsumerGeneric.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer; import at.ac.ait.lablink.core.connection.encoding.encodables.Header; import at.ac.ait.lablink.core.connection.encoding.encodables.IPa...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/DataPointInfo.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer; import at.ac.ait.lablink.core.service.datapoint.payloads.DataPointProperties; import java.util.List; /** * Information template of...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/EDataPointConsumerState.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer; /** * State of the datapoint consumer. */ public enum EDataPointConsumerState { /** * The datapoint consumer isn't registered...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/IDataPointConsumer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer; import at.ac.ait.lablink.core.service.datapoint.ex.DatapointServiceRuntimeException; import at.ac.ait.lablink.core.service.datapoint....
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/IDataPointConsumerNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer; /** * Notification interface of a datapoint consumer. * * <p>A datapoint will use this interface to inform a component about a rec...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/IDataPointConsumerService.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer; import at.ac.ait.lablink.core.service.datapoint.ex.DatapointServiceRuntimeException; import java.util.List; /** * A service consum...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Specification of datapoint service consumers. */ package at.ac.ait.lablink.core.service.datapoint.consumer;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/impl/BooleanDataPointConsumer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer.impl; import at.ac.ait.lablink.core.service.datapoint.consumer.DataPointConsumerGeneric; import at.ac.ait.lablink.core.service.datapoi...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/impl/ComplexDataPointConsumer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer.impl; import at.ac.ait.lablink.core.service.datapoint.consumer.DataPointConsumerGeneric; import at.ac.ait.lablink.core.service.datapoi...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/impl/DataPointConsumerServiceImpl.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer.impl; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.connection.rpc.IRpcRequester; import at.ac...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/impl/DoubleDataPointConsumer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer.impl; import at.ac.ait.lablink.core.service.datapoint.consumer.DataPointConsumerGeneric; import at.ac.ait.lablink.core.service.datapoi...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/impl/LongDataPointConsumer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer.impl; import at.ac.ait.lablink.core.service.datapoint.consumer.DataPointConsumerGeneric; import at.ac.ait.lablink.core.service.datapoi...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/impl/StringDataPointConsumer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.consumer.impl; import at.ac.ait.lablink.core.service.datapoint.consumer.DataPointConsumerGeneric; import at.ac.ait.lablink.core.service.datapoi...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/consumer/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Implementation of datapoint service consumers. */ package at.ac.ait.lablink.core.service.datapoint.consumer.impl;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/ex/DatapointServiceRuntimeException.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.ex; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; /** * A Datapoint service related runtime exception. */ public class DatapointS...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/ex/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Exception classes for errors related to the data point * service. */ package at.ac.ait.lablink.core.service.datapoint.ex;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/BooleanDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/BooleanReadonlyDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/ComplexDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/ComplexDeltaDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/ComplexReadonlyDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/DataPointServiceImpl.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.connection.encoding.encodables.Header; import at.ac...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/DataPointServiceManager.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.service.datapoint.IDataPointService; import at.ac.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/DoubleDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/DoubleDeltaDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; /** * A d...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/DoubleReadonlyDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/LongDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/LongReadonlyDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/StringDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/StringReadonlyDataPoint.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.impl; import at.ac.ait.lablink.core.service.datapoint.DataPointGeneric; import at.ac.ait.lablink.core.service.datapoint.IDataPoint; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Datapoint service implementation. */ package at.ac.ait.lablink.core.service.datapoint.impl;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/payloads/BaseValue.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncoder; import at.ac....
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/payloads/BooleanValue.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/payloads/ComplexValue.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/payloads/DataPointProperties.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/payloads/DoubleValue.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/payloads/ISimpleValue.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.payloads; import at.ac.ait.lablink.core.service.datapoint.ex.DatapointServiceRuntimeException; /** * Interface for simple value payloads that...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/payloads/LongValue.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/payloads/StringValue.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.datapoint.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/datapoint/payloads/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Custom payloads types for the datapoint service. */ package at.ac.ait.lablink.core.service.datapoint.payloads;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/ELlClientState.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync; public enum ELlClientState { NOT_CONNECTED, REGISTERED, SIMULATING, WAITING_FOR_INIT_REPLY, WAITING_FOR_GO_REPLY, WAITING_FOR_STOP_REPLY }
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/ELlSimulationMode.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync; /** * Simulation mode of the Sync. */ public enum ELlSimulationMode { SIMULATION, EMULATION; /** * Read the simulation mode from string. ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/ELlSyncClientState.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync; public enum ELlSyncClientState { NOT_REGISTERED, WAITING_FOR_SIMULATION, SIMULATING }
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/ELlSyncHostState.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync; public enum ELlSyncHostState { STOPPED, INIT, SIMULATING, ERROR }
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/ISyncHostNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync; public interface ISyncHostNotifier { void stateChanged(ELlSyncHostState state); }
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/ISyncHostService.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync; import java.util.Collection; public interface ISyncHostService { void init(String simulationConfig); void start(); void shutdown(); Co...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/ISyncParameter.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync; import com.eclipsesource.json.JsonObject; /** * Interface for simulation parameter access. */ public interface ISyncParameter { /** * Ret...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/SyncConfig.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync; import at.ac.ait.lablink.core.service.sync.ex.SyncServiceRuntimeException; import at.ac.ait.lablink.core.utility.Utility; import com.eclipsesource...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/SyncParticipant.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; /** * Simple Class representing a ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Lablink synchronization service specification. */ package at.ac.ait.lablink.core.service.sync;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/consumer/ISyncClientService.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.consumer; import at.ac.ait.lablink.core.service.sync.ISyncParameter; public interface ISyncClientService { void registerSyncConsumer(ISyncConsum...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/consumer/ISyncConsumer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.consumer; import at.ac.ait.lablink.core.service.sync.ISyncParameter; import at.ac.ait.lablink.core.service.sync.impl.SyncHostServiceImpl; public i...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/consumer/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Specification of synchronization consumer service. */ package at.ac.ait.lablink.core.service.sync.consumer;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/consumer
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/consumer/impl/SyncClientConfig.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.consumer.impl; import at.ac.ait.lablink.core.service.sync.ELlSimulationMode; import at.ac.ait.lablink.core.service.sync.ISyncParameter; import at.ac...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/consumer
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/consumer/impl/SyncClientServiceImpl.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.consumer.impl; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.connection.encoding.encodables.Header; import a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/consumer
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/consumer/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Implementation of synchronization consumer service. */ package at.ac.ait.lablink.core.service.sync.consumer.impl;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/ex/SyncServiceRuntimeException.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.ex; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; /** * A Sync service related runtime exception. */ public class SyncServiceRuntimeEx...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/ex/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Exception classes for errors concerning the synchronization * service. */ package at.ac.ait.lablink.core.service.sync.ex;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/impl/SyncHostServiceImpl.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.impl; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.connection.encoding.encodables.Header; import at.ac.ait....
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/impl/SyncServiceManager.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.impl; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.service.sync.ISyncHostService; import at.ac.ait.lablink....
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Lablink synchronization service implementation. */ package at.ac.ait.lablink.core.service.sync.impl;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/payloads/SyncClientConfigMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.ac.ait...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/payloads/SyncGoReply.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.ac.ait...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/payloads/SyncGoRequest.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.ac.ait...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/payloads/SyncParamMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.sync.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.ac.ait...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/sync/payloads/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Payloads for synchronization service. */ package at.ac.ait.lablink.core.service.sync.payloads;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/types/Complex.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service.types; import java.util.Objects; /** * Data type for complex numbers. * * <p>The data type is "immutable" so once you create and initialize * a Comp...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/spi/ALlHostImplementation.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.spi; import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.RetentionPolicy.RUNTIME; import java.lang.annotation.Retention; imp...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/spi/HostImplementationSpi.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.spi; import at.ac.ait.lablink.core.client.ci.ILlClientCommInterface; /** * The host implementation of the Lablink service provider interface. */ public final ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/spi/SpiUtility.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.spi; import at.ac.ait.lablink.core.client.ci.ILlClientCommInterface; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/spi/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Service provider inteface package. */ package at.ac.ait.lablink.core.spi;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/utility/LlAddressUtility.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.utility; import java.math.BigInteger; import java.nio.ByteBuffer; import java.util.UUID; public class LlAddressUtility { /** * Gets the random client id. ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/utility/Utility.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.utility; import at.ac.ait.lablink.core.Configuration; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; import at.ac.ait.lablink.core.rd.ResourceDiscovery...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/utility/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Lablink utility package. */ package at.ac.ait.lablink.core.utility;
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/DeferredEvent.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/Timed.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/AggregatedEnergyMeter.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/DirectEnergyMeter.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/EnergyMeter.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/MonitorConsumption.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/powermodelling/ConstantConsumptionModel.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/powermodelling/LinearConsumptionModel.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/powermodelling/NoIdleConsumptionModel.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/powermodelling/PowerState.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/specialized/IaaSEnergyMeter.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/specialized/PhysicalMachineEnergyMeter.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/energy/specialized/SimpleVMEnergyMeter.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...
0
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator
java-sources/at/ac/uibk/dps/cloud/simulator/dissect-cf/0.9.6/hu/mta/sztaki/lpds/cloud/simulator/iaas/IaaSService.java
/* * ======================================================================== * DIScrete event baSed Energy Consumption simulaTor * for Clouds and Federations (DISSECT-CF) * ======================================================================== * * This file is part of DISSECT-CF. *...