public class Concept extends Object
ConceptExpansion| Constructor and Description |
|---|
Concept(String name,
int prevalence)
Instantiates a new concept.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
int |
getPrevalence()
Gets the prevalence.
|
String |
toString() |
public Concept(String name, int prevalence)
name - the nameprevalence - the prevalenceCopyright © 2015. All rights reserved.