public class SumoConcept extends Object implements Property, Serializable
Sumo Concept: see http://www.adampease.org/OP/
Constructor and Description |
---|
SumoConcept(String conceptName,
SumoRelation relation)
Instantiates a new Sumo concept.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(String key)
Gets the
|
String |
getName()
Gets name.
|
SumoRelation |
getRelation()
Gets relation.
|
Set<String> |
keySet()
Key set.
|
String |
toString() |
public SumoConcept(String conceptName, SumoRelation relation)
conceptName
- the concept namerelation
- the relationpublic String getName()
public SumoRelation getRelation()
Copyright © 2016. All rights reserved.