org.jscience.mathematics.structure.Structure Maven / Gradle / Ivy
The newest version!
/*
* JScience - Java(TM) Tools and Libraries for the Advancement of Sciences.
* Copyright (C) 2006 - JScience (http://jscience.org/)
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software is
* freely granted, provided that this notice is preserved.
*/
package org.jscience.mathematics.structure;
import javolution.lang.ValueType;
/**
* This interface represents a mathematical structure on a set (type).
*
* @author Jean-Marie Dautelle
* @version 3.0, February 13, 2006
* @see
* Wikipedia: Mathematical Structure
*/
public interface Structure extends ValueType {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy