org.opentcs.guing.common.util.ModelComponentUtil Maven / Gradle / Ivy
/**
* Copyright (c) The openTCS Authors.
*
* This program is free software and subject to the MIT license. (For details,
* see the licensing information (LICENSE.txt) you should have received with
* this copy of the software.)
*/
package org.opentcs.guing.common.util;
import java.util.ArrayList;
import java.util.List;
import org.jhotdraw.draw.Figure;
import org.opentcs.guing.base.model.CompositeModelComponent;
import org.opentcs.guing.base.model.ModelComponent;
import org.opentcs.guing.common.model.SystemModel;
/**
* Provides utility methods for {@link ModelComponent}s.
*/
public class ModelComponentUtil {
/**
* Prevent instantiation.
*/
private ModelComponentUtil() {
}
public static List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy