Uses of Class
com.foursoft.harness.vec.v113.VecUsageNode
Packages that use VecUsageNode
-
Uses of VecUsageNode in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecUsageNodeModifier and TypeFieldDescriptionprotected VecUsageNodeVecComponentNode.realizedUsageNodeReferences theUsageNodethat is realized by thisComponentNode.protected VecUsageNodeVecNetworkNode.realizedUsageNodeReferences theUsageNodethat is realized by thisNetworkNode.protected VecUsageNodeVecOccurrenceOrUsage.realizedUsageNodeReferences theUsageNodethat is realized by thisOccurrenceOrUsage.protected VecUsageNodeVecTopologyNode.realizedUsageNodeReferences theUsageNodethat is realized by thisTopologyNode.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecUsageNodeModifier and TypeFieldDescriptionprotected List<VecUsageNode>VecUsageNode.subUsageNodesprotected List<VecUsageNode>VecUsageConstraint.usageNodeUsageNode UsageConstraint PartVersionprotected List<VecUsageNode>VecUsageNodeSpecification.usageNodesSpecifies theUsageNodesdefined by thisUsageNodeSpecification.Methods in com.foursoft.harness.vec.v113 that return VecUsageNodeModifier and TypeMethodDescriptionObjectFactory.createVecUsageNode()Create an instance ofVecUsageNodeVecUsageNode.getParentUsageNode()Gets a reference to the parent of this object in the XML DOM Tree.VecComponentNode.getRealizedUsageNode()Gets the value of the realizedUsageNode property.VecNetworkNode.getRealizedUsageNode()Gets the value of the realizedUsageNode property.VecOccurrenceOrUsage.getRealizedUsageNode()Gets the value of the realizedUsageNode property.VecTopologyNode.getRealizedUsageNode()Gets the value of the realizedUsageNode property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecUsageNodeModifier and TypeMethodDescriptionVecProject.getRefUsageNode()Gets aSetof allVecUsageNodethat 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.VecUsageNode.getSubUsageNodes()Gets the value of the subUsageNodes property.VecUsageConstraint.getUsageNode()Gets the value of the usageNode property.VecUsageNodeSpecification.getUsageNodes()Gets the value of the usageNodes property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecUsageNodeModifier and TypeMethodDescriptionvoidVecComponentNode.setRealizedUsageNode(VecUsageNode value) Sets the value of the realizedUsageNode property.voidVecNetworkNode.setRealizedUsageNode(VecUsageNode value) Sets the value of the realizedUsageNode property.voidVecOccurrenceOrUsage.setRealizedUsageNode(VecUsageNode value) Sets the value of the realizedUsageNode property.voidVecTopologyNode.setRealizedUsageNode(VecUsageNode value) Sets the value of the realizedUsageNode property. -
Uses of VecUsageNode in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecUsageNodeModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecUsageNode(VecUsageNode aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecUsageNode(VecUsageNode aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecUsageNode(VecUsageNode aBean) FunctionVisitor.visitVecUsageNode(VecUsageNode aBean) StrictBaseVisitor.visitVecUsageNode(VecUsageNode aBean) TraversingVisitor.visitVecUsageNode(VecUsageNode aBean) Visitor.visitVecUsageNode(VecUsageNode aBean)