1044104510461047104810491050
* @throws IOException */ @Test public void getOutgoingsExisting() throws IOException, ParseException { Assert.assertTrue( existing.getOutgoings().contains( new Relation( Type.is_a, 17634, "C" ) ) ); //$NON-NLS-1$ }
1054105510561057105810591060
* @throws IOException */ @Test public void getOutgoingsSecondary() throws IOException, ParseException { Assert.assertTrue( secondary.getOutgoings().contains( new Relation( Type.has_role, 48360, "C" ) ) ); //$NON-NLS-1$ }
1084108510861087108810891090
* @throws IOException */ @Test public void getIncomingsExisting() throws IOException, ParseException { Assert.assertTrue( existing.getIncomings().contains( new Relation( Type.has_functional_parent, 15866, "C" ) ) ); //$NON-NLS-1$ }
1094109510961097109810991100
* @throws IOException */ @Test public void getIncomingsSecondary() throws IOException, ParseException { Assert.assertTrue( secondary.getIncomings().contains( new Relation( Type.is_conjugate_acid_of, 29412, "C" ) ) ); //$NON-NLS-1$ }