//------------------------------------------------------------------------------- // This package was automatically generated from EXPRESS (ISO STEP 10303 part11) // by a java generator build with the meta CASE tool Platypus // (alain.plantec@univ-brest.fr) // // Please, be aware that any hand-made updating of this file can be lost!!. //------------------------------------------------------------------------------- package CheddarBridge; import java.util.*; import java.io.*; import step.core.*; class PortMap_Ext_TypeStepRW extends ARINC_653_ObjectStepRW { public step.core.StepCoreObject coreObject() { return new PortMap_Ext_Type(); } public String entityName() { return PortMap_Ext_Type.EntityName(); } public void initializeCoreObject(StepCoreRepository repo, step.core.StepCoreObject coreObj, StepGenericInstance si) throws Exception { } public StepGenericInstance genericInstance(StepCoreRepository crepo, step.core.StepCoreObject coreObj) throws Exception { StepInternalRepresentation si = (StepInternalRepresentation) super.genericInstance(crepo, coreObj); PortMap_Ext_Type obj = (PortMap_Ext_Type) coreObj; return si; } }