public class ComponentRepositoryAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model.
ComponentRepositoryPackage| Constructor and Description |
|---|
ComponentRepositoryAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createBistableCylinderAdapter()
Creates a new adapter for an object of class '
Bistable Cylinder'. |
Adapter |
createBottleSeperatorAdapter()
Creates a new adapter for an object of class '
Bottle Seperator'. |
Adapter |
createCableAdapter()
Creates a new adapter for an object of class '
Cable'. |
Adapter |
createComponentAdapter()
Creates a new adapter for an object of class '
Component'. |
Adapter |
createComponentRepositoryAdapter()
Creates a new adapter for an object of class '
Component Repository'. |
Adapter |
createCompressorAdapter()
Creates a new adapter for an object of class '
Compressor'. |
Adapter |
createControllerAdapter()
Creates a new adapter for an object of class '
Controller'. |
Adapter |
createConveyorBeltAdapter()
Creates a new adapter for an object of class '
Conveyor Belt'. |
Adapter |
createCornerAdapter()
Creates a new adapter for an object of class '
Corner'. |
Adapter |
createCylinderAdapter()
Creates a new adapter for an object of class '
Cylinder'. |
Adapter |
createCylinderPartAdapter()
Creates a new adapter for an object of class '
Cylinder Part'. |
Adapter |
createDispenserAdapter()
Creates a new adapter for an object of class '
Dispenser'. |
Adapter |
createElectronicPartAdapter()
Creates a new adapter for an object of class '
Electronic Part'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createFrameAdapter()
Creates a new adapter for an object of class '
Frame'. |
Adapter |
createIdentifierAdapter()
Creates a new adapter for an object of class '
Identifier'. |
Adapter |
createInductiveSensorAdapter()
Creates a new adapter for an object of class '
Inductive Sensor'. |
Adapter |
createInterfaceAdapter()
Creates a new adapter for an object of class '
Interface'. |
Adapter |
createLogicalWiringAdapter()
Creates a new adapter for an object of class '
Logical Wiring'. |
Adapter |
createMechanicalAssemblyAdapter()
Creates a new adapter for an object of class '
Mechanical Assembly'. |
Adapter |
createMechanicalPartAdapter()
Creates a new adapter for an object of class '
Mechanical Part'. |
Adapter |
createMicroswitchModuleAdapter()
Creates a new adapter for an object of class '
Microswitch Module'. |
Adapter |
createMonostableCylinderAdapter()
Creates a new adapter for an object of class '
Monostable Cylinder'. |
Adapter |
createMotorAdapter()
Creates a new adapter for an object of class '
Motor'. |
Adapter |
createOperationPanelAdapter()
Creates a new adapter for an object of class '
Operation Panel'. |
Adapter |
createOpticalSensorAdapter()
Creates a new adapter for an object of class '
Optical Sensor'. |
Adapter |
createPanelAdapter()
Creates a new adapter for an object of class '
Panel'. |
Adapter |
createPipeAdapter()
Creates a new adapter for an object of class '
Pipe'. |
Adapter |
createPneumaticPipeAdapter()
Creates a new adapter for an object of class '
Pneumatic Pipe'. |
Adapter |
createPneumaticSplitterAdapter()
Creates a new adapter for an object of class '
Pneumatic Splitter'. |
Adapter |
createPotentiometerAdapter()
Creates a new adapter for an object of class '
Potentiometer'. |
Adapter |
createPowerCableAdapter()
Creates a new adapter for an object of class '
Power Cable'. |
Adapter |
createPowerSplitterAdapter()
Creates a new adapter for an object of class '
Power Splitter'. |
Adapter |
createPowerSupplyAdapter()
Creates a new adapter for an object of class '
Power Supply'. |
Adapter |
createPresenceSensorAdapter()
Creates a new adapter for an object of class '
Presence Sensor'. |
Adapter |
createProportionalCylinderAdapter()
Creates a new adapter for an object of class '
Proportional Cylinder'. |
Adapter |
createPusherAdapter()
Creates a new adapter for an object of class '
Pusher'. |
Adapter |
createRackAdapter()
Creates a new adapter for an object of class '
Rack'. |
Adapter |
createRampAdapter()
Creates a new adapter for an object of class '
Ramp'. |
Adapter |
createReedSwitchAdapter()
Creates a new adapter for an object of class '
Reed Switch'. |
Adapter |
createRegularRampAdapter()
Creates a new adapter for an object of class '
Regular Ramp'. |
Adapter |
createRegularValveAdapter()
Creates a new adapter for an object of class '
Regular Valve'. |
Adapter |
createSensorAdapter()
Creates a new adapter for an object of class '
Sensor'. |
Adapter |
createSimpleMotorAdapter()
Creates a new adapter for an object of class '
Simple Motor'. |
Adapter |
createSplitterAdapter()
Creates a new adapter for an object of class '
Splitter'. |
Adapter |
createSwitchAdapter()
Creates a new adapter for an object of class '
Switch'. |
Adapter |
createTankAdapter()
Creates a new adapter for an object of class '
Tank'. |
Adapter |
createTurningTableAdapter()
Creates a new adapter for an object of class '
Turning Table'. |
Adapter |
createVacuumGripperAdapter()
Creates a new adapter for an object of class '
Vacuum Gripper'. |
Adapter |
createVacuumSwitchAdapter()
Creates a new adapter for an object of class '
Vacuum Switch'. |
Adapter |
createValveAdapter()
Creates a new adapter for an object of class '
Valve'. |
Adapter |
createWaterSplitterAdapter()
Creates a new adapter for an object of class '
Water Splitter'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
adapt, adapt, adaptAllNew, adaptNewpublic ComponentRepositoryAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package or is an instance object of the model.
isFactoryForType in interface AdapterFactoryisFactoryForType in class AdapterFactoryImplpublic Adapter createAdapter(Notifier target)
target.
createAdapter in class AdapterFactoryImpltarget - the object to adapt.target.public Adapter createComponentAdapter()
Component'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Componentpublic Adapter createPanelAdapter()
Panel'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Panelpublic Adapter createOperationPanelAdapter()
Operation Panel'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
OperationPanelpublic Adapter createMotorAdapter()
Motor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Motorpublic Adapter createSimpleMotorAdapter()
Simple Motor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SimpleMotorpublic Adapter createMechanicalAssemblyAdapter()
Mechanical Assembly'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MechanicalAssemblypublic Adapter createRegularRampAdapter()
Regular Ramp'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RegularRamppublic Adapter createSensorAdapter()
Sensor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Sensorpublic Adapter createOpticalSensorAdapter()
Optical Sensor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
OpticalSensorpublic Adapter createInductiveSensorAdapter()
Inductive Sensor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InductiveSensorpublic Adapter createPresenceSensorAdapter()
Presence Sensor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PresenceSensorpublic Adapter createPipeAdapter()
Pipe'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Pipepublic Adapter createPneumaticPipeAdapter()
Pneumatic Pipe'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PneumaticPipepublic Adapter createCompressorAdapter()
Compressor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Compressorpublic Adapter createCableAdapter()
Cable'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Cablepublic Adapter createPowerCableAdapter()
Power Cable'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PowerCablepublic Adapter createCylinderAdapter()
Cylinder'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Cylinderpublic Adapter createProportionalCylinderAdapter()
Proportional Cylinder'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ProportionalCylinderpublic Adapter createBistableCylinderAdapter()
Bistable Cylinder'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
BistableCylinderpublic Adapter createRackAdapter()
Rack'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Rackpublic Adapter createCornerAdapter()
Corner'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Cornerpublic Adapter createValveAdapter()
Valve'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Valvepublic Adapter createRegularValveAdapter()
Regular Valve'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RegularValvepublic Adapter createTankAdapter()
Tank'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Tankpublic Adapter createDispenserAdapter()
Dispenser'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Dispenserpublic Adapter createBottleSeperatorAdapter()
Bottle Seperator'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
BottleSeperatorpublic Adapter createSplitterAdapter()
Splitter'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Splitterpublic Adapter createPowerSupplyAdapter()
Power Supply'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PowerSupplypublic Adapter createVacuumGripperAdapter()
Vacuum Gripper'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
VacuumGripperpublic Adapter createConveyorBeltAdapter()
Conveyor Belt'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ConveyorBeltpublic Adapter createFrameAdapter()
Frame'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Framepublic Adapter createPusherAdapter()
Pusher'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Pusherpublic Adapter createTurningTableAdapter()
Turning Table'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TurningTablepublic Adapter createControllerAdapter()
Controller'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Controllerpublic Adapter createLogicalWiringAdapter()
Logical Wiring'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
LogicalWiringpublic Adapter createMicroswitchModuleAdapter()
Microswitch Module'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MicroswitchModulepublic Adapter createPotentiometerAdapter()
Potentiometer'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Potentiometerpublic Adapter createVacuumSwitchAdapter()
Vacuum Switch'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
VacuumSwitchpublic Adapter createReedSwitchAdapter()
Reed Switch'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ReedSwitchpublic Adapter createPowerSplitterAdapter()
Power Splitter'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PowerSplitterpublic Adapter createWaterSplitterAdapter()
Water Splitter'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WaterSplitterpublic Adapter createPneumaticSplitterAdapter()
Pneumatic Splitter'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PneumaticSplitterpublic Adapter createCylinderPartAdapter()
Cylinder Part'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CylinderPartpublic Adapter createMonostableCylinderAdapter()
Monostable Cylinder'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MonostableCylinderpublic Adapter createComponentRepositoryAdapter()
Component Repository'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ComponentRepositorypublic Adapter createIdentifierAdapter()
Identifier'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Identifierpublic Adapter createRampAdapter()
Ramp'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Ramppublic Adapter createInterfaceAdapter()
Interface'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Interfacepublic Adapter createElectronicPartAdapter()
Electronic Part'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ElectronicPartpublic Adapter createSwitchAdapter()
Switch'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Switchpublic Adapter createMechanicalPartAdapter()
Mechanical Part'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MechanicalPartpublic Adapter createEObjectAdapter()