Package io.openraven.magpie.core.layers
Interface Layer
-
- All Known Implementing Classes:
IntermediateLayer,OriginLayer,TerminalLayer
public interface Layer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexec()StringgetName()LayerTypegetType()voidshutdown()
-
-
-
Method Detail
-
exec
void exec() throws FifoException
- Throws:
FifoException
-
getName
String getName()
-
getType
LayerType getType()
-
shutdown
void shutdown()
-
-