Skip to content

Commit

Permalink
Merge pull request #103 from diging/feature/CCP-154
Browse files Browse the repository at this point in the history
Feature/ccp 154
  • Loading branch information
jdamerow committed Apr 27, 2016
2 parents fd29ae0 + 1683b8c commit b310e26
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 184 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ public interface IConceptTypeManger {

public ConceptType[] getAllTypes();

/**
* This method retrieves a type by the provided type ID. Returns null if there
* is not such type.
* @param id ID of the type to be retrieved.
* @return The corresponding type or null if there is no type for th ID.
*/
public ConceptType getType(String id);

public void deleteType(String id);
Expand Down
Loading

0 comments on commit b310e26

Please sign in to comment.