Class PlantModelElementConverter
java.lang.Object
org.opentcs.guing.persistence.unified.PlantModelElementConverter
public class PlantModelElementConverter
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PlantModelElementConverter() -
Method Summary
Modifier and Type Method Description org.opentcs.guing.model.elements.BlockModelimportBlock(org.opentcs.access.to.model.BlockCreationTO blockTO)org.opentcs.guing.model.elements.LayoutModelimportLayout(org.opentcs.access.to.model.VisualLayoutCreationTO layoutTO)org.opentcs.guing.model.elements.LocationModelimportLocation(org.opentcs.access.to.model.LocationCreationTO locationTO, java.util.Collection<org.opentcs.access.to.model.LocationTypeCreationTO> locTypes, org.opentcs.guing.model.SystemModel systemModel)org.opentcs.guing.model.elements.LinkModelimportLocationLink(org.opentcs.access.to.model.LocationCreationTO locationTO, java.lang.String pointName, java.util.Set<java.lang.String> operations, org.opentcs.guing.model.SystemModel systemModel)org.opentcs.guing.model.elements.LocationTypeModelimportLocationType(org.opentcs.access.to.model.LocationTypeCreationTO locTypeTO)org.opentcs.guing.model.elements.PathModelimportPath(org.opentcs.access.to.model.PathCreationTO pathTO, org.opentcs.guing.model.SystemModel systemModel)org.opentcs.guing.model.elements.PointModelimportPoint(org.opentcs.access.to.model.PointCreationTO pointTO, org.opentcs.guing.model.SystemModel systemModel)org.opentcs.guing.model.elements.VehicleModelimportVehicle(org.opentcs.access.to.model.VehicleCreationTO vehicleTO)
-
Constructor Details
-
PlantModelElementConverter
public PlantModelElementConverter()
-
-
Method Details
-
importPoint
public org.opentcs.guing.model.elements.PointModel importPoint(org.opentcs.access.to.model.PointCreationTO pointTO, org.opentcs.guing.model.SystemModel systemModel) -
importPath
public org.opentcs.guing.model.elements.PathModel importPath(org.opentcs.access.to.model.PathCreationTO pathTO, org.opentcs.guing.model.SystemModel systemModel) -
importVehicle
public org.opentcs.guing.model.elements.VehicleModel importVehicle(org.opentcs.access.to.model.VehicleCreationTO vehicleTO) -
importLocationType
public org.opentcs.guing.model.elements.LocationTypeModel importLocationType(org.opentcs.access.to.model.LocationTypeCreationTO locTypeTO) -
importLocation
public org.opentcs.guing.model.elements.LocationModel importLocation(org.opentcs.access.to.model.LocationCreationTO locationTO, java.util.Collection<org.opentcs.access.to.model.LocationTypeCreationTO> locTypes, org.opentcs.guing.model.SystemModel systemModel) -
importLocationLink
public org.opentcs.guing.model.elements.LinkModel importLocationLink(org.opentcs.access.to.model.LocationCreationTO locationTO, java.lang.String pointName, java.util.Set<java.lang.String> operations, org.opentcs.guing.model.SystemModel systemModel) -
importBlock
public org.opentcs.guing.model.elements.BlockModel importBlock(org.opentcs.access.to.model.BlockCreationTO blockTO) -
importLayout
public org.opentcs.guing.model.elements.LayoutModel importLayout(org.opentcs.access.to.model.VisualLayoutCreationTO layoutTO)
-