fr.inrialpes.exmo.align.service.jade.messageontology
Class Action
java.lang.Object
fr.inrialpes.exmo.align.service.jade.messageontology.Action
- All Implemented Interfaces:
- jade.content.ContentElement, jade.content.Predicate, Serializable
- Direct Known Subclasses:
- ALIGN, CUT, FIND, LOAD, METADATA, RETRIEVE, STORE, TRANSLATE
public class Action
- extends Object
- implements jade.content.Predicate
Protege name: Action
- Version:
- 2007/03/19, 17:12:29
- Author:
- ontology bean generator
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
hasParameter
private List<Parameter> hasParameter
- Protege name: hasParameter
result
private String result
- Protege name: Result
Action
public Action()
addHasParameter
public void addHasParameter(Parameter elem)
removeHasParameter
public boolean removeHasParameter(Parameter elem)
clearAllHasParameter
public void clearAllHasParameter()
getAllHasParameter
public Iterator<Parameter> getAllHasParameter()
getHasParameter
public List<Parameter> getHasParameter()
setHasParameter
public void setHasParameter(List<Parameter> l)
setResult
public void setResult(String result)
getResult
public String getResult()
(C) INRIA & friends, 2003-${curryear}