Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get entities in InteractionNetwork #17

Open
lcottret opened this issue Feb 6, 2015 · 0 comments
Open

get entities in InteractionNetwork #17

lcottret opened this issue Feb 6, 2015 · 0 comments
Labels

Comments

@lcottret
Copy link
Collaborator

lcottret commented Feb 6, 2015

Pourquoi ?
Je charge mes réseaux.

Quand je fais : System.err.println(b.getInteractionNetwork().getInteractionNetworkEntities().keySet());
J'obtiens : [G3, G2, G1, T1, T2].
Très bien, c'est ce que j'ai dans le SBMLQual.

Ensuite, une ligne plus loin, quand je fais :
for(BioEntity e : b.getInteractionNetwork().getEntities()) {
System.err.println(e.getId());
}

J'obtiens tous les ids de mon réseau d'interactions + tous les ids de mon réseau métabolique !

Je ne comprends pas bien mais en tout cas, comme les noms de fonction ont à peu près le même nom, ca ne peut qu'amener des confusions !

@lcottret lcottret added the bug label Feb 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant