Uses of Interface
org.osid.topology.EdgeForm
Packages that use EdgeForm
Package
Description
The Open Service Interface Definitions for the org.osid.topology
service.
The Open Service Interface Definitions for the org.osid.topology.batch
service.
-
Uses of EdgeForm in org.osid.topology
Methods in org.osid.topology that return EdgeFormModifier and TypeMethodDescriptionEdgeAdminSession.getEdgeFormForCreate(Id sourceNodeId, Id destinationNodeId, Type[] edgeRecordTypes) Gets the edge form for creating new edges.EdgeAdminSession.getEdgeFormForUpdate(Id edgeId) Gets the edge form for updating an existing edge.Methods in org.osid.topology with parameters of type EdgeFormModifier and TypeMethodDescriptionEdgeAdminSession.createEdge(EdgeForm edgeForm) Creates a newEdge.voidEdgeAdminSession.updateEdge(EdgeForm edgeForm) Updates an existing edge. -
Uses of EdgeForm in org.osid.topology.batch
Subinterfaces of EdgeForm in org.osid.topology.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating edges in bulk.