summaryrefslogtreecommitdiff
path: root/src/de/lmu/ifi/dbs/elki/data/type/CombinedTypeInformation.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/lmu/ifi/dbs/elki/data/type/CombinedTypeInformation.java')
-rw-r--r--src/de/lmu/ifi/dbs/elki/data/type/CombinedTypeInformation.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/de/lmu/ifi/dbs/elki/data/type/CombinedTypeInformation.java b/src/de/lmu/ifi/dbs/elki/data/type/CombinedTypeInformation.java
index 6d8c490c..efb22237 100644
--- a/src/de/lmu/ifi/dbs/elki/data/type/CombinedTypeInformation.java
+++ b/src/de/lmu/ifi/dbs/elki/data/type/CombinedTypeInformation.java
@@ -4,7 +4,7 @@ package de.lmu.ifi.dbs.elki.data.type;
This file is part of ELKI:
Environment for Developing KDD-Applications Supported by Index-Structures
- Copyright (C) 2012
+ Copyright (C) 2013
Ludwig-Maximilians-Universität München
Lehr- und Forschungseinheit für Datenbanksysteme
ELKI Development Team
@@ -23,11 +23,12 @@ package de.lmu.ifi.dbs.elki.data.type;
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
/**
* Class that combines multiple type restrictions into one using an "and" operator.
*
* @author Erich Schubert
+ *
+ * @apiviz.composedOf TypeInformation
*/
public class CombinedTypeInformation implements TypeInformation {
/**