Skip to content

We2Am-BaSsem/electronic-topology-api

Repository files navigation

electronic-topology-api

Description

A simple API for elecronic typology,a set of electronic components that are connected together.

API Methods:

  1. Read a topology from A Json file in the data directory given file name

    API.ReadTopology(fileName);

  2. Write a topology to A Json file in the out directory given its ID

    API.WriteTopology(topologyID);

  3. Get All Topologies in the memory

    API.GetAllTopology();

  4. Delete a topology from the memory given its ID

    API.DeleteTopologyByID(topologyID);

  5. Get all devices in a specific topology given topology's ID

    API.GetDevices(topologyID);

  6. Get all devices in a specific topology and connected to a specific node given topology's ID and node's ID

    API.GetTopologyByConnectedNodes(topologyID,nodeID)

Test Report

Report

Documentation

Documentation

Dependencies

  1. Java
  2. Junit
  3. Allure-Reporter

logo logo logo