Uses of Class
romanemperorsscraper.scraping.dynasties.Dynasty
-
Packages that use Dynasty Package Description romanemperorsscraper.scraping.dynasties romanemperorsscraper.tester romanemperorsscraper.ui.tree -
-
Uses of Dynasty in romanemperorsscraper.scraping.dynasties
Fields in romanemperorsscraper.scraping.dynasties declared as Dynasty Modifier and Type Field Description private DynastyDynastyTree. dynastyFields in romanemperorsscraper.scraping.dynasties with type parameters of type Dynasty Modifier and Type Field Description private static java.util.HashMap<java.lang.String,Dynasty>Dynasty. storedDynastiesMethods in romanemperorsscraper.scraping.dynasties that return Dynasty Modifier and Type Method Description DynastyDynastyTree. getDynasty()static DynastyDynasty. getStoredDynastyByUrl(java.lang.String dynastyPageUrl)Given a dynasty's Wikipedia page URL, return the corresponding Dynasty objectMethods in romanemperorsscraper.scraping.dynasties that return types with arguments of type Dynasty Modifier and Type Method Description static java.util.HashMap<java.lang.String,Dynasty>DynastySerializer. deserializeDynastiesHashMap(org.json.simple.JSONObject serializedHashMap)Given a JSONObject which represents the serialized form of an HashMap containing some dynasties' data by their Wikipedia page URL, reconstruct the corresponding Dynasty objects and, once the deserialization is completed, return the original HashMapstatic java.util.HashMap<java.lang.String,Dynasty>Dynasty. getStoredDynasties()Methods in romanemperorsscraper.scraping.dynasties with parameters of type Dynasty Modifier and Type Method Description static org.json.simple.JSONObjectDynastySerializer. serializeDynasty(Dynasty dynasty)Create and return a serialized form of a given Dynasty objectstatic voidDynasty. storeDynasty(java.lang.String dynastyPageUrl, Dynasty dynasty)Put a new Dynasty in the stored dynasties HashMap by its Wikipedia page URLMethod parameters in romanemperorsscraper.scraping.dynasties with type arguments of type Dynasty Modifier and Type Method Description static org.json.simple.JSONObjectDynastySerializer. serializeDynastiesHashMap(java.util.HashMap<java.lang.String,Dynasty> unserializedDynasties)Given an HashMap containing dynasties' data by URL, serialize it in a single JSONObject and then return itstatic voidDynasty. setStoredDynasties(java.util.HashMap<java.lang.String,Dynasty> storedDynasties)Constructors in romanemperorsscraper.scraping.dynasties with parameters of type Dynasty Constructor Description DynastyTree(org.openqa.selenium.WebDriver webDriver, PersonPageData founderPageData, Dynasty dynasty)Construct the graph of the dynasty starting from the Founder -
Uses of Dynasty in romanemperorsscraper.tester
Fields in romanemperorsscraper.tester declared as Dynasty Modifier and Type Field Description private static DynastyDynastyTester. dynasty -
Uses of Dynasty in romanemperorsscraper.ui.tree
Fields in romanemperorsscraper.ui.tree declared as Dynasty Modifier and Type Field Description private DynastyDynastyTreeFrame. dynastyMethods in romanemperorsscraper.ui.tree that return Dynasty Modifier and Type Method Description DynastyDynastyTreeFrame. getDynasty()Methods in romanemperorsscraper.ui.tree with parameters of type Dynasty Modifier and Type Method Description static DynastyTreeFrameDynastyTreeFrame. createOrGetLegendFrameInstance(org.graphstream.graph.Graph graph, Dynasty graphLegendDynasty)Create the DynastyTreeFrame of the graph legend or return it if it was already createdConstructors in romanemperorsscraper.ui.tree with parameters of type Dynasty Constructor Description DynastyTreeFrame(org.graphstream.graph.Graph graph, Dynasty dynasty)Given a dynasty Graph and Dynasty object, create a frame containing the genealogical tree graph
-