SCViewer/com.minres.scviewer.database/src/com/minres/scviewer/database/ISignalChangeMulti.java

19 lines
694 B
Java
Raw Normal View History

/*******************************************************************************
* Copyright (c) 2014, 2015 MINRES Technologies GmbH and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* MINRES Technologies GmbH - initial API and implementation
*******************************************************************************/
2015-01-06 17:14:16 +01:00
package com.minres.scviewer.database;
2015-01-09 09:16:40 +01:00
2015-01-06 17:14:16 +01:00
public interface ISignalChangeMulti extends ISignalChange {
2015-01-09 09:16:40 +01:00
public BitVector getValue();
2015-01-06 17:14:16 +01:00
}