Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2XB3FinalProject
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Schankula
2XB3FinalProject
Commits
52c4b73c
There was an error fetching the commit references. Please try again later.
Commit
52c4b73c
authored
7 years ago
by
Christopher Schankula
Browse files
Options
Downloads
Patches
Plain Diff
a few more method stubs on TaxonNode
parent
3414ad38
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/biotree/TaxonNode.java
+17
-0
17 additions, 0 deletions
src/biotree/TaxonNode.java
with
17 additions
and
0 deletions
src/biotree/TaxonNode.java
+
17
−
0
View file @
52c4b73c
...
...
@@ -3,6 +3,23 @@ package biotree;
public
class
TaxonNode
{
public
TaxonNode
(
int
taxonId
,
TaxonType
taxonType
,
String
name
)
{
}
public
int
getTaxonId
()
{
return
0
;
}
public
TaxonType
getTaxonType
()
{
return
null
;
}
public
String
getName
()
{
return
""
;
}
public
void
setParent
(
TaxonNode
parent
)
{
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment