Uses of Class
com.foursoft.harness.vec.v113.VecInternalComponentConnection
Packages that use VecInternalComponentConnection
-
Uses of VecInternalComponentConnection in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecInternalComponentConnectionModifier and TypeFieldDescriptionprotected List<VecInternalComponentConnection>VecEEComponentSpecification.connectionsprotected List<VecInternalComponentConnection>VecSwitchingState.switchedConnectionsSpecifies theInternalComponentConnectionsthat are switched by thisSwitchingState.Methods in com.foursoft.harness.vec.v113 that return VecInternalComponentConnectionModifier and TypeMethodDescriptionObjectFactory.createVecInternalComponentConnection()Create an instance ofVecInternalComponentConnectionMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecInternalComponentConnectionModifier and TypeMethodDescriptionVecEEComponentSpecification.getConnections()Gets the value of the connections property.VecConductorSpecification.getRefInternalComponentConnection()Gets aSetof allVecInternalComponentConnectionthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.VecPinComponent.getRefInternalComponentConnection()Gets aSetof allVecInternalComponentConnectionthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.VecSwitchingState.getSwitchedConnections()Gets the value of the switchedConnections property. -
Uses of VecInternalComponentConnection in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecInternalComponentConnectionModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecInternalComponentConnection(VecInternalComponentConnection aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecInternalComponentConnection(VecInternalComponentConnection aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecInternalComponentConnection(VecInternalComponentConnection aBean) FunctionVisitor.visitVecInternalComponentConnection(VecInternalComponentConnection aBean) StrictBaseVisitor.visitVecInternalComponentConnection(VecInternalComponentConnection aBean) TraversingVisitor.visitVecInternalComponentConnection(VecInternalComponentConnection aBean)