|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroundedMode
Extends Mode and defines the method getGrounding to be implemented by the grounded modes
Method Summary | |
---|---|
void |
addGrounding(Grounding g)
Adds a grounding specification to the Grounded Mode |
Set<Grounding> |
getGrounding()
Returns the grounding object entries of the Grounded mode |
void |
removeGrounding(Grounding g)
Removes a grounding specification from the Grounded Mode |
Methods inherited from interface org.wsmo.service.signature.Mode |
---|
getConcept, getRelation, isConcept |
Method Detail |
---|
Set<Grounding> getGrounding() throws NotGroundedException
NotGroundedException
void addGrounding(Grounding g)
g
- A Grounding object to be addedvoid removeGrounding(Grounding g)
g
- A Grounding object to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |