|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentox.error.ErrorSource
org.opentox.formatters.AbstractAlgorithmFormatter
org.opentox.formatters.AlgorithmRdfFormatter
public class AlgorithmRdfFormatter
Build an RDF representation for an Algorithm. Validated at http://www.rdfabout.com/demo/validator/ !
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Fields inherited from class org.opentox.formatters.AbstractAlgorithmFormatter |
---|
metainf |
Fields inherited from class org.opentox.error.ErrorSource |
---|
errorRep |
Constructor Summary | |
---|---|
AlgorithmRdfFormatter(AlgorithmMeta metainf)
Class Constructor. |
Method Summary | |
---|---|
org.restlet.representation.Representation |
getRepresentation(org.restlet.data.MediaType mediatype)
Returns the Corresponding Representation. |
Methods inherited from class org.opentox.error.ErrorSource |
---|
getErrorRep |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public AlgorithmRdfFormatter(AlgorithmMeta metainf)
metainf
- Algorithm Meta-information one has to provide to
construct an AlgorithmRdfFormater object.Method Detail |
---|
public org.restlet.representation.Representation getRepresentation(org.restlet.data.MediaType mediatype)
AbstractAlgorithmFormatter
getRepresentation
in interface IFormatter
getRepresentation
in class AbstractAlgorithmFormatter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |