Uses of Interface
test.de.iip_ecosphere.platform.connectors.opcuav1.simpleMachineNamespace.MethodCreator
-
Packages that use MethodCreator Package Description test.de.iip_ecosphere.platform.connectors.opcuav1.simpleMachineNamespace A simple test machine namespace. -
-
Uses of MethodCreator in test.de.iip_ecosphere.platform.connectors.opcuav1.simpleMachineNamespace
Methods in test.de.iip_ecosphere.platform.connectors.opcuav1.simpleMachineNamespace with parameters of type MethodCreator Modifier and Type Method Description private voidNamespace. addMethod(org.eclipse.milo.opcua.sdk.server.nodes.UaFolderNode parent, java.lang.String name, java.lang.String description, MethodCreator<?> creator)Adds a method declaration toparent.
-