public abstract class Scope extends Object
Constructor and Description |
---|
Scope(String id)
Constructor with a given identifier.
|
Modifier and Type | Method and Description |
---|---|
static Scope |
applicationPartScope(String id,
String appId,
String partId) |
static Scope |
applicationScope(String id,
String appId) |
String |
getId()
Get the unique identifier for the entity with in the scope.
|
static Scope |
instanceScope(String id,
PeerCard peerCard) |
static Scope |
moduleScope(String id,
PeerCard pc,
ModuleContext mc) |
static Scope |
scope(String id) |
protected static final String FORBIDDEN
public Scope(String id)
id
- the unique identifier for an entity within the scope.public String getId()
public static Scope moduleScope(String id, PeerCard pc, ModuleContext mc)
Copyright © 2018 universAAL Consortium. All rights reserved.