Package oracle.spatial.network.nfe.model.edit
Provides classes that aid on the edition of an NFE model
-
Interface Summary Interface Description NFEManipulator An NFEManipulator implementation should ease in-memory edition tasks such as adding, removing and moving features. -
Class Summary Class Description NFEBasicModelManipulator The default implementation of NFEModelManipulatorNFEChangesKeeper This class is meant to keep the references to the edited objects (network elements and features) in a project session, in order to keep the tracking of the changes performed and then save them into the DB when desired.NFEConnectableEdge<V> Represents an edge and the location (relative to the edge and as a point in space) where the connection must be performed.NFEConnectionDescriptor<U,V> Holds a vertex a collections of edges to be connected to the point.NFEConnectionManager Component in charge of connecting/disconnecting network/feature elements.NFEEditionManager This class keeps tracks of all the changes made to the model's content such as network elements, features, feature elements and rule instances.