private class SWCModelInterpreterTest.TestSwitch extends ValuesSwitch<java.lang.Object>
modelPackage
Modifier | Constructor and Description |
---|---|
private |
TestSwitch() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
caseCylinder(Cylinder sphereNode)
Returns the result of interpreting the object as an instance of 'Cylinder'.
|
java.lang.Object |
caseSphere(Sphere sphereNode)
Returns the result of interpreting the object as an instance of 'Sphere'.
|
caseArgument, caseArrayElement, caseArrayValue, caseCollada, caseComposite, caseConnection, caseDynamics, caseExpression, caseFunction, caseFunctionPlot, caseHTML, caseImage, caseImportValue, caseISynchable, caseMDTimeSeries, caseMetadataValue, caseNode, caseOBJ, caseParticles, casePhysicalQuantity, casePoint, casePointer, casePointerElement, caseQuantity, caseSkeletonAnimation, caseSkeletonTransformation, caseStringToValueMap, caseText, caseTimeSeries, caseUnit, caseURL, caseValue, caseVisualGroup, caseVisualGroupElement, caseVisualValue, defaultCase, doSwitch, isSwitchFor
public java.lang.Object caseSphere(Sphere sphereNode)
ValuesSwitch
caseSphere
in class ValuesSwitch<java.lang.Object>
sphereNode
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseCylinder(Cylinder sphereNode)
ValuesSwitch
caseCylinder
in class ValuesSwitch<java.lang.Object>
sphereNode
- the target of the switch.doSwitch(EObject)