I
- the generic typeO
- the generic typepublic abstract static class BackpropagationFullVERDE.BackpropagationRule<I,O>
extends java.lang.Object
Constructor and Description |
---|
BackpropagationRule(java.lang.Class<I> inputType,
java.lang.Class<O> outputType)
Instantiates a new backpropagation rule.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<I> |
getInputType()
Gets the input type.
|
java.lang.Class<O> |
getOutputType()
Gets the output type.
|
void |
printStatus(java.lang.String property,
org.eclipse.uml2.uml.Element theElement,
java.lang.String value)
Prints the status.
|
public java.lang.Class<I> getInputType()
public java.lang.Class<O> getOutputType()
public void printStatus(java.lang.String property, org.eclipse.uml2.uml.Element theElement, java.lang.String value)
property
- the propertytheElement
- the the elementvalue
- the value