public final class ModuleScope extends InstanceScope
InstanceScope
Constructor and Description |
---|
ModuleScope(String id,
PeerCard pc,
ModuleContext mc)
Constructor using default instance (this), and ModuleContext for module
Id.
|
ModuleScope(String id,
String peerID,
String moduleID)
Constructor using strings.
|
Modifier and Type | Method and Description |
---|---|
String |
getModuleID()
Get the set Module Id.
|
getPeerID
applicationPartScope, applicationScope, getId, instanceScope, moduleScope, scope
public ModuleScope(String id, String peerID, String moduleID)
id
- peerID
- moduleID
- public ModuleScope(String id, PeerCard pc, ModuleContext mc)
id
- unique id.pc
- for the instance which the scope is meant for, must not be
null.mc
- for the Module which the scope is meant for, must not be null.public String getModuleID()
Copyright © 2018 universAAL Consortium. All rights reserved.