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

create test cases for hierarchy #8

Open
FreakyBytes opened this issue Jan 30, 2017 · 0 comments
Open

create test cases for hierarchy #8

FreakyBytes opened this issue Jan 30, 2017 · 0 comments

Comments

@FreakyBytes
Copy link
Member

Trac Ticket #8

component: code
owner: martin
reporter: martin
created: 2014-02-07 12:06:18
milestone:
type: task
version:
keywords:

and their various differences, ala

{{{
#!java
HierarchyNetworkComponent parA = comp.getParentA (), parB = comp.getParentB ();
if (parA != null || parB != null)
// [...]
}}}

and of course check what the graph producers compute...

comment 1

time: 2014-02-07 12:06:52
author: martin

comment 2

time: 2014-02-07 12:06:52
author: martin

Updated description to **and their various differences, ala

{{{
#!java
HierarchyNetworkComponent parA = comp.getParentA (), parB = comp.getParentB ();
if (parA != null || parB != null)
// [...]
}}}

and of course check what the graph producers compute...**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant