Class FunctionVisitor<I extends Identifiable,O>
java.lang.Object
com.foursoft.harness.vec.v113.visitor.FunctionVisitor<I,O>
- Type Parameters:
I- Input Type of the Function.O- Output Type of the Function and Return Type of the visit methods.
- All Implemented Interfaces:
Visitor<O,RuntimeException>
public class FunctionVisitor<I extends Identifiable,O>
extends Object
implements Visitor<O,RuntimeException>
A Visitor implementation which returns the value returned by the function invocation for each visit method.
The function has to be non-null.
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionVisitor(Function<I, O> func) Instances a new FunctionVisitor with the given function. -
Method Summary
Modifier and TypeMethodDescriptionvisitVecApproval(VecApproval aBean) visitVecCavity(VecCavity aBean) visitVecCoding(VecCoding aBean) visitVecColor(VecColor aBean) visitVecConnection(VecConnection aBean) visitVecContent(VecContent aBean) visitVecContract(VecContract aBean) visitVecCreation(VecCreation aBean) visitVecCustomUnit(VecCustomUnit aBean) visitVecDimension(VecDimension aBean) visitVecFixingRole(VecFixingRole aBean) visitVecIECUnit(VecIECUnit aBean) visitVecMapping(VecMapping aBean) visitVecMaterial(VecMaterial aBean) visitVecModuleList(VecModuleList aBean) visitVecNet(VecNet aBean) visitVecNetGroup(VecNetGroup aBean) visitVecNetType(VecNetType aBean) visitVecOtherUnit(VecOtherUnit aBean) visitVecPartUsage(VecPartUsage aBean) visitVecPath(VecPath aBean) visitVecPermission(VecPermission aBean) visitVecPerson(VecPerson aBean) visitVecPinTiming(VecPinTiming aBean) visitVecProject(VecProject aBean) visitVecRouting(VecRouting aBean) visitVecSignal(VecSignal aBean) visitVecSIUnit(VecSIUnit aBean) visitVecSize(VecSize aBean) visitVecSlot(VecSlot aBean) visitVecSlotLayout(VecSlotLayout aBean) visitVecTolerance(VecTolerance aBean) visitVecUsageNode(VecUsageNode aBean) visitVecUSUnit(VecUSUnit aBean) visitVecValueRange(VecValueRange aBean) visitVecWireEnd(VecWireEnd aBean) visitVecWireLength(VecWireLength aBean) visitVecWireRole(VecWireRole aBean) visitVecWireType(VecWireType aBean) visitVecZone(VecZone aBean)
-
Constructor Details
-
FunctionVisitor
Instances a new FunctionVisitor with the given function.- Parameters:
func- Function which will be executed and returned for each visit method.- Throws:
NullPointerException- If the given function isnull.
-
-
Method Details
-
visitVecAbrasionResistanceClass
- Specified by:
visitVecAbrasionResistanceClassin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecAliasIdentification
- Specified by:
visitVecAliasIdentificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecAntennaSpecification
- Specified by:
visitVecAntennaSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecApproval
- Specified by:
visitVecApprovalin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecBSplineCurve
- Specified by:
visitVecBSplineCurvein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecBatterySpecification
- Specified by:
visitVecBatterySpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecBoltMountedFixingSpecification
public O visitVecBoltMountedFixingSpecification(VecBoltMountedFixingSpecification aBean) throws RuntimeException - Specified by:
visitVecBoltMountedFixingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecBooleanValueProperty
- Specified by:
visitVecBooleanValuePropertyin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecBoundingBox
- Specified by:
visitVecBoundingBoxin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecBuildingBlockPositioning2D
public O visitVecBuildingBlockPositioning2D(VecBuildingBlockPositioning2D aBean) throws RuntimeException - Specified by:
visitVecBuildingBlockPositioning2Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecBuildingBlockPositioning3D
public O visitVecBuildingBlockPositioning3D(VecBuildingBlockPositioning3D aBean) throws RuntimeException - Specified by:
visitVecBuildingBlockPositioning3Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecBuildingBlockSpecification2D
public O visitVecBuildingBlockSpecification2D(VecBuildingBlockSpecification2D aBean) throws RuntimeException - Specified by:
visitVecBuildingBlockSpecification2Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecBuildingBlockSpecification3D
public O visitVecBuildingBlockSpecification3D(VecBuildingBlockSpecification3D aBean) throws RuntimeException - Specified by:
visitVecBuildingBlockSpecification3Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCableDuctOutlet
- Specified by:
visitVecCableDuctOutletin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCableDuctRole
- Specified by:
visitVecCableDuctRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCableDuctSpecification
- Specified by:
visitVecCableDuctSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCableLeadThrough
- Specified by:
visitVecCableLeadThroughin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCableTieRole
- Specified by:
visitVecCableTieRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCableTieSpecification
- Specified by:
visitVecCableTieSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCartesianDimension
- Specified by:
visitVecCartesianDimensionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCartesianPoint2D
- Specified by:
visitVecCartesianPoint2Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCartesianPoint3D
- Specified by:
visitVecCartesianPoint3Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCartesianVector2D
- Specified by:
visitVecCartesianVector2Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCartesianVector3D
- Specified by:
visitVecCartesianVector3Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavity
- Specified by:
visitVecCavityin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavityAccessoryRole
- Specified by:
visitVecCavityAccessoryRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavityAccessorySpecification
public O visitVecCavityAccessorySpecification(VecCavityAccessorySpecification aBean) throws RuntimeException - Specified by:
visitVecCavityAccessorySpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavityAddOn
- Specified by:
visitVecCavityAddOnin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavityCoupling
- Specified by:
visitVecCavityCouplingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavityMapping
- Specified by:
visitVecCavityMappingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavityMounting
- Specified by:
visitVecCavityMountingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavityMountingDetail
- Specified by:
visitVecCavityMountingDetailin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavityPlugRole
- Specified by:
visitVecCavityPlugRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavityPlugSpecification
- Specified by:
visitVecCavityPlugSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavityReference
- Specified by:
visitVecCavityReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavitySealRole
- Specified by:
visitVecCavitySealRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavitySealSpecification
- Specified by:
visitVecCavitySealSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCavitySpecification
- Specified by:
visitVecCavitySpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecChangeDescription
- Specified by:
visitVecChangeDescriptionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCoding
- Specified by:
visitVecCodingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecColor
- Specified by:
visitVecColorin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCompatibilitySpecification
public O visitVecCompatibilitySpecification(VecCompatibilitySpecification aBean) throws RuntimeException - Specified by:
visitVecCompatibilitySpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCompatibilityStatement
- Specified by:
visitVecCompatibilityStatementin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecComponentConnector
- Specified by:
visitVecComponentConnectorin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecComponentNode
- Specified by:
visitVecComponentNodein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecComponentPort
- Specified by:
visitVecComponentPortin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCompositeUnit
- Specified by:
visitVecCompositeUnitin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCompositionSpecification
public O visitVecCompositionSpecification(VecCompositionSpecification aBean) throws RuntimeException - Specified by:
visitVecCompositionSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConductorCurrentInformation
public O visitVecConductorCurrentInformation(VecConductorCurrentInformation aBean) throws RuntimeException - Specified by:
visitVecConductorCurrentInformationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConductorMaterial
- Specified by:
visitVecConductorMaterialin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConformanceClass
- Specified by:
visitVecConformanceClassin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConnection
- Specified by:
visitVecConnectionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConnectionEnd
- Specified by:
visitVecConnectionEndin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConnectionGroup
- Specified by:
visitVecConnectionGroupin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConnectionSpecification
- Specified by:
visitVecConnectionSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConnectorHousingCapRole
- Specified by:
visitVecConnectorHousingCapRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConnectorHousingCapSpecification
public O visitVecConnectorHousingCapSpecification(VecConnectorHousingCapSpecification aBean) throws RuntimeException - Specified by:
visitVecConnectorHousingCapSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConnectorHousingRole
- Specified by:
visitVecConnectorHousingRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecConnectorHousingSpecification
public O visitVecConnectorHousingSpecification(VecConnectorHousingSpecification aBean) throws RuntimeException - Specified by:
visitVecConnectorHousingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecContactPoint
- Specified by:
visitVecContactPointin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecContactSystem
- Specified by:
visitVecContactSystemin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecContactSystemSpecification
public O visitVecContactSystemSpecification(VecContactSystemSpecification aBean) throws RuntimeException - Specified by:
visitVecContactSystemSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecContactingSpecification
- Specified by:
visitVecContactingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecContent
- Specified by:
visitVecContentin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecContract
- Specified by:
visitVecContractin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCopyrightInformation
- Specified by:
visitVecCopyrightInformationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCoreSpecification
- Specified by:
visitVecCoreSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCorrugatedPipeSpecification
public O visitVecCorrugatedPipeSpecification(VecCorrugatedPipeSpecification aBean) throws RuntimeException - Specified by:
visitVecCorrugatedPipeSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCouplingPoint
- Specified by:
visitVecCouplingPointin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCouplingSpecification
- Specified by:
visitVecCouplingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCreation
- Specified by:
visitVecCreationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecCustomUnit
- Specified by:
visitVecCustomUnitin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecDateValueProperty
- Specified by:
visitVecDateValuePropertyin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecDefaultDimension
- Specified by:
visitVecDefaultDimensionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecDefaultDimensionSpecification
public O visitVecDefaultDimensionSpecification(VecDefaultDimensionSpecification aBean) throws RuntimeException - Specified by:
visitVecDefaultDimensionSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecDimension
- Specified by:
visitVecDimensionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecDocumentBasedInstruction
public O visitVecDocumentBasedInstruction(VecDocumentBasedInstruction aBean) throws RuntimeException - Specified by:
visitVecDocumentBasedInstructionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecDocumentVersion
- Specified by:
visitVecDocumentVersionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecDoubleValueProperty
- Specified by:
visitVecDoubleValuePropertyin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecEEComponentRole
- Specified by:
visitVecEEComponentRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecEEComponentSpecification
public O visitVecEEComponentSpecification(VecEEComponentSpecification aBean) throws RuntimeException - Specified by:
visitVecEEComponentSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecEdgeMountedFixingSpecification
public O visitVecEdgeMountedFixingSpecification(VecEdgeMountedFixingSpecification aBean) throws RuntimeException - Specified by:
visitVecEdgeMountedFixingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecExtensionSlot
- Specified by:
visitVecExtensionSlotin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecExtensionSlotReference
- Specified by:
visitVecExtensionSlotReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecExternalMapping
- Specified by:
visitVecExternalMappingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecExternalMappingSpecification
public O visitVecExternalMappingSpecification(VecExternalMappingSpecification aBean) throws RuntimeException - Specified by:
visitVecExternalMappingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecFileBasedInstruction
- Specified by:
visitVecFileBasedInstructionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecFillerSpecification
- Specified by:
visitVecFillerSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecFittingOutlet
- Specified by:
visitVecFittingOutletin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecFittingSpecification
- Specified by:
visitVecFittingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecFixingRole
- Specified by:
visitVecFixingRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecFixingSpecification
- Specified by:
visitVecFixingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecFlatCoreSpecification
- Specified by:
visitVecFlatCoreSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecFuseComponent
- Specified by:
visitVecFuseComponentin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecFuseSpecification
- Specified by:
visitVecFuseSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecGeneralTechnicalPartSpecification
public O visitVecGeneralTechnicalPartSpecification(VecGeneralTechnicalPartSpecification aBean) throws RuntimeException - Specified by:
visitVecGeneralTechnicalPartSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecGeometryNode2D
- Specified by:
visitVecGeometryNode2Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecGeometryNode3D
- Specified by:
visitVecGeometryNode3Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecGeometrySegment2D
- Specified by:
visitVecGeometrySegment2Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecGeometrySegment3D
- Specified by:
visitVecGeometrySegment3Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecGrommetRole
- Specified by:
visitVecGrommetRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecGrommetSpecification
- Specified by:
visitVecGrommetSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecHarnessDrawingSpecification2D
public O visitVecHarnessDrawingSpecification2D(VecHarnessDrawingSpecification2D aBean) throws RuntimeException - Specified by:
visitVecHarnessDrawingSpecification2Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecHarnessGeometrySpecification3D
public O visitVecHarnessGeometrySpecification3D(VecHarnessGeometrySpecification3D aBean) throws RuntimeException - Specified by:
visitVecHarnessGeometrySpecification3Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecHoleMountedFixingSpecification
public O visitVecHoleMountedFixingSpecification(VecHoleMountedFixingSpecification aBean) throws RuntimeException - Specified by:
visitVecHoleMountedFixingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecHousingComponent
- Specified by:
visitVecHousingComponentin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecHousingComponentReference
public O visitVecHousingComponentReference(VecHousingComponentReference aBean) throws RuntimeException - Specified by:
visitVecHousingComponentReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecIECUnit
- Specified by:
visitVecIECUnitin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecImperialUnit
- Specified by:
visitVecImperialUnitin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecInsulationSpecification
- Specified by:
visitVecInsulationSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecIntegerValueProperty
- Specified by:
visitVecIntegerValuePropertyin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecInternalComponentConnection
public O visitVecInternalComponentConnection(VecInternalComponentConnection aBean) throws RuntimeException - Specified by:
visitVecInternalComponentConnectionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecInternalTerminalConnection
public O visitVecInternalTerminalConnection(VecInternalTerminalConnection aBean) throws RuntimeException - Specified by:
visitVecInternalTerminalConnectionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecItemEquivalence
- Specified by:
visitVecItemEquivalencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecItemHistoryEntry
- Specified by:
visitVecItemHistoryEntryin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecLocalizedString
- Specified by:
visitVecLocalizedStringin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecLocalizedStringProperty
- Specified by:
visitVecLocalizedStringPropertyin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecLocalizedTypedString
- Specified by:
visitVecLocalizedTypedStringin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMapping
- Specified by:
visitVecMappingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMappingSpecification
- Specified by:
visitVecMappingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMassInformation
- Specified by:
visitVecMassInformationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMaterial
- Specified by:
visitVecMaterialin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMatingDetail
- Specified by:
visitVecMatingDetailin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMatingPoint
- Specified by:
visitVecMatingPointin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMeasurementPoint
- Specified by:
visitVecMeasurementPointin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMeasurementPointReference
public O visitVecMeasurementPointReference(VecMeasurementPointReference aBean) throws RuntimeException - Specified by:
visitVecMeasurementPointReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecModularSlot
- Specified by:
visitVecModularSlotin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecModularSlotAddOn
- Specified by:
visitVecModularSlotAddOnin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecModularSlotReference
- Specified by:
visitVecModularSlotReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecModuleFamily
- Specified by:
visitVecModuleFamilyin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecModuleFamilySpecification
public O visitVecModuleFamilySpecification(VecModuleFamilySpecification aBean) throws RuntimeException - Specified by:
visitVecModuleFamilySpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecModuleList
- Specified by:
visitVecModuleListin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecModuleListSpecification
- Specified by:
visitVecModuleListSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMultiCavityPlugSpecification
public O visitVecMultiCavityPlugSpecification(VecMultiCavityPlugSpecification aBean) throws RuntimeException - Specified by:
visitVecMultiCavityPlugSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMultiCavitySealSpecification
public O visitVecMultiCavitySealSpecification(VecMultiCavitySealSpecification aBean) throws RuntimeException - Specified by:
visitVecMultiCavitySealSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecMultiFuseSpecification
- Specified by:
visitVecMultiFuseSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecNet
- Specified by:
visitVecNetin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecNetGroup
- Specified by:
visitVecNetGroupin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecNetSpecification
- Specified by:
visitVecNetSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecNetType
- Specified by:
visitVecNetTypein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecNetworkNode
- Specified by:
visitVecNetworkNodein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecNetworkPort
- Specified by:
visitVecNetworkPortin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecNodeLocation
- Specified by:
visitVecNodeLocationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecNumericalValue
- Specified by:
visitVecNumericalValuein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecNumericalValueProperty
- Specified by:
visitVecNumericalValuePropertyin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecOccurrenceOrUsageViewItem2D
public O visitVecOccurrenceOrUsageViewItem2D(VecOccurrenceOrUsageViewItem2D aBean) throws RuntimeException - Specified by:
visitVecOccurrenceOrUsageViewItem2Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecOccurrenceOrUsageViewItem3D
public O visitVecOccurrenceOrUsageViewItem3D(VecOccurrenceOrUsageViewItem3D aBean) throws RuntimeException - Specified by:
visitVecOccurrenceOrUsageViewItem3Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecOnPointPlacement
- Specified by:
visitVecOnPointPlacementin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecOnWayPlacement
- Specified by:
visitVecOnWayPlacementin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecOpenCavitiesAssignment
- Specified by:
visitVecOpenCavitiesAssignmentin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecOtherUnit
- Specified by:
visitVecOtherUnitin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPartOccurrence
- Specified by:
visitVecPartOccurrencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPartOrUsageRelatedSpecification
public O visitVecPartOrUsageRelatedSpecification(VecPartOrUsageRelatedSpecification aBean) throws RuntimeException - Specified by:
visitVecPartOrUsageRelatedSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPartRelation
- Specified by:
visitVecPartRelationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPartStructureSpecification
public O visitVecPartStructureSpecification(VecPartStructureSpecification aBean) throws RuntimeException - Specified by:
visitVecPartStructureSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPartSubstitutionSpecification
public O visitVecPartSubstitutionSpecification(VecPartSubstitutionSpecification aBean) throws RuntimeException - Specified by:
visitVecPartSubstitutionSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPartUsage
- Specified by:
visitVecPartUsagein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPartUsageSpecification
- Specified by:
visitVecPartUsageSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPartVersion
- Specified by:
visitVecPartVersionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPartWithSubComponentsRole
public O visitVecPartWithSubComponentsRole(VecPartWithSubComponentsRole aBean) throws RuntimeException - Specified by:
visitVecPartWithSubComponentsRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPath
- Specified by:
visitVecPathin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPathSegment
- Specified by:
visitVecPathSegmentin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPermission
- Specified by:
visitVecPermissionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPerson
- Specified by:
visitVecPersonin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPinComponent
- Specified by:
visitVecPinComponentin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPinComponentBehavior
- Specified by:
visitVecPinComponentBehaviorin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPinComponentReference
- Specified by:
visitVecPinComponentReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPinCurrentInformation
- Specified by:
visitVecPinCurrentInformationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPinOpticalInformation
- Specified by:
visitVecPinOpticalInformationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPinTiming
- Specified by:
visitVecPinTimingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPinVoltageInformation
- Specified by:
visitVecPinVoltageInformationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPlaceableElementRole
- Specified by:
visitVecPlaceableElementRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPlaceableElementSpecification
public O visitVecPlaceableElementSpecification(VecPlaceableElementSpecification aBean) throws RuntimeException - Specified by:
visitVecPlaceableElementSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPlacementPoint
- Specified by:
visitVecPlacementPointin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPlacementPointReference
- Specified by:
visitVecPlacementPointReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPlacementSpecification
- Specified by:
visitVecPlacementSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPluggableTerminalRole
- Specified by:
visitVecPluggableTerminalRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPluggableTerminalSpecification
public O visitVecPluggableTerminalSpecification(VecPluggableTerminalSpecification aBean) throws RuntimeException - Specified by:
visitVecPluggableTerminalSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPotentialDistributorSpecification
public O visitVecPotentialDistributorSpecification(VecPotentialDistributorSpecification aBean) throws RuntimeException - Specified by:
visitVecPotentialDistributorSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecPowerConsumption
- Specified by:
visitVecPowerConsumptionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecProject
- Specified by:
visitVecProjectin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecRelaySpecification
- Specified by:
visitVecRelaySpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecRingTerminalRole
- Specified by:
visitVecRingTerminalRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecRingTerminalSpecification
public O visitVecRingTerminalSpecification(VecRingTerminalSpecification aBean) throws RuntimeException - Specified by:
visitVecRingTerminalSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecRobustnessProperties
- Specified by:
visitVecRobustnessPropertiesin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecRouting
- Specified by:
visitVecRoutingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecRoutingSpecification
- Specified by:
visitVecRoutingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSIUnit
- Specified by:
visitVecSIUnitin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSealedCavitiesAssignment
public O visitVecSealedCavitiesAssignment(VecSealedCavitiesAssignment aBean) throws RuntimeException - Specified by:
visitVecSealedCavitiesAssignmentin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSealingClass
- Specified by:
visitVecSealingClassin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSegmentConnectionPoint
- Specified by:
visitVecSegmentConnectionPointin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSegmentCrossSectionArea
- Specified by:
visitVecSegmentCrossSectionAreain interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSegmentLength
- Specified by:
visitVecSegmentLengthin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSegmentLocation
- Specified by:
visitVecSegmentLocationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSheetOrChapter
- Specified by:
visitVecSheetOrChapterin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecShieldSpecification
- Specified by:
visitVecShieldSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecShrinkableTubeSpecification
public O visitVecShrinkableTubeSpecification(VecShrinkableTubeSpecification aBean) throws RuntimeException - Specified by:
visitVecShrinkableTubeSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSignal
- Specified by:
visitVecSignalin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSignalSpecification
- Specified by:
visitVecSignalSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSimpleValueProperty
- Specified by:
visitVecSimpleValuePropertyin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSize
- Specified by:
visitVecSizein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSlot
- Specified by:
visitVecSlotin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSlotCoupling
- Specified by:
visitVecSlotCouplingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSlotLayout
- Specified by:
visitVecSlotLayoutin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSlotMapping
- Specified by:
visitVecSlotMappingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSlotReference
- Specified by:
visitVecSlotReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSlotSpecification
- Specified by:
visitVecSlotSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSoundDampingClass
- Specified by:
visitVecSoundDampingClassin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSpecificRole
- Specified by:
visitVecSpecificRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSpliceTerminalRole
- Specified by:
visitVecSpliceTerminalRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSpliceTerminalSpecification
public O visitVecSpliceTerminalSpecification(VecSpliceTerminalSpecification aBean) throws RuntimeException - Specified by:
visitVecSpliceTerminalSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecStripeSpecification
- Specified by:
visitVecStripeSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecSwitchingState
- Specified by:
visitVecSwitchingStatein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTapeSpecification
- Specified by:
visitVecTapeSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTemperatureInformation
- Specified by:
visitVecTemperatureInformationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTerminalCurrentInformation
public O visitVecTerminalCurrentInformation(VecTerminalCurrentInformation aBean) throws RuntimeException - Specified by:
visitVecTerminalCurrentInformationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTerminalReception
- Specified by:
visitVecTerminalReceptionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTerminalReceptionReference
public O visitVecTerminalReceptionReference(VecTerminalReceptionReference aBean) throws RuntimeException - Specified by:
visitVecTerminalReceptionReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTerminalReceptionSpecification
public O visitVecTerminalReceptionSpecification(VecTerminalReceptionSpecification aBean) throws RuntimeException - Specified by:
visitVecTerminalReceptionSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTerminalRole
- Specified by:
visitVecTerminalRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTerminalSpecification
- Specified by:
visitVecTerminalSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTerminalType
- Specified by:
visitVecTerminalTypein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTextBasedInstruction
- Specified by:
visitVecTextBasedInstructionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTolerance
- Specified by:
visitVecTolerancein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTopologyGroupSpecification
public O visitVecTopologyGroupSpecification(VecTopologyGroupSpecification aBean) throws RuntimeException - Specified by:
visitVecTopologyGroupSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTopologyNode
- Specified by:
visitVecTopologyNodein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTopologySegment
- Specified by:
visitVecTopologySegmentin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTopologySpecification
- Specified by:
visitVecTopologySpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTransformation2D
- Specified by:
visitVecTransformation2Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTransformation3D
- Specified by:
visitVecTransformation3Din interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecTubeSpecification
- Specified by:
visitVecTubeSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecUSUnit
- Specified by:
visitVecUSUnitin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecUsageConstraint
- Specified by:
visitVecUsageConstraintin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecUsageConstraintSpecification
public O visitVecUsageConstraintSpecification(VecUsageConstraintSpecification aBean) throws RuntimeException - Specified by:
visitVecUsageConstraintSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecUsageNode
- Specified by:
visitVecUsageNodein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecUsageNodeSpecification
- Specified by:
visitVecUsageNodeSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecValueRange
- Specified by:
visitVecValueRangein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecValueRangeProperty
- Specified by:
visitVecValueRangePropertyin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecVariantCode
- Specified by:
visitVecVariantCodein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecVariantCodeSpecification
public O visitVecVariantCodeSpecification(VecVariantCodeSpecification aBean) throws RuntimeException - Specified by:
visitVecVariantCodeSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecVariantConfiguration
- Specified by:
visitVecVariantConfigurationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecVariantConfigurationSpecification
public O visitVecVariantConfigurationSpecification(VecVariantConfigurationSpecification aBean) throws RuntimeException - Specified by:
visitVecVariantConfigurationSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecVariantGroup
- Specified by:
visitVecVariantGroupin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecVariantGroupSpecification
public O visitVecVariantGroupSpecification(VecVariantGroupSpecification aBean) throws RuntimeException - Specified by:
visitVecVariantGroupSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireElement
- Specified by:
visitVecWireElementin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireElementReference
- Specified by:
visitVecWireElementReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireElementSpecification
public O visitVecWireElementSpecification(VecWireElementSpecification aBean) throws RuntimeException - Specified by:
visitVecWireElementSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireEnd
- Specified by:
visitVecWireEndin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireEndAccessoryRole
- Specified by:
visitVecWireEndAccessoryRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireEndAccessorySpecification
public O visitVecWireEndAccessorySpecification(VecWireEndAccessorySpecification aBean) throws RuntimeException - Specified by:
visitVecWireEndAccessorySpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireGroupSpecification
- Specified by:
visitVecWireGroupSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireGrouping
- Specified by:
visitVecWireGroupingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireGroupingSpecification
public O visitVecWireGroupingSpecification(VecWireGroupingSpecification aBean) throws RuntimeException - Specified by:
visitVecWireGroupingSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireLength
- Specified by:
visitVecWireLengthin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireMounting
- Specified by:
visitVecWireMountingin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireMountingDetail
- Specified by:
visitVecWireMountingDetailin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireProtectionRole
- Specified by:
visitVecWireProtectionRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireProtectionSpecification
public O visitVecWireProtectionSpecification(VecWireProtectionSpecification aBean) throws RuntimeException - Specified by:
visitVecWireProtectionSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireReception
- Specified by:
visitVecWireReceptionin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireReceptionReference
- Specified by:
visitVecWireReceptionReferencein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireReceptionSpecification
public O visitVecWireReceptionSpecification(VecWireReceptionSpecification aBean) throws RuntimeException - Specified by:
visitVecWireReceptionSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireRole
- Specified by:
visitVecWireRolein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireSpecification
- Specified by:
visitVecWireSpecificationin interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecWireType
- Specified by:
visitVecWireTypein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-
visitVecZone
- Specified by:
visitVecZonein interfaceVisitor<I extends Identifiable,O> - Throws:
RuntimeException
-