public abstract class MessageFactory extends Object
Factory class to build full message (anonymizing structure).
Modifier and Type | Field and Description |
---|---|
protected VortexMessage |
fullmsg |
protected IdentityStoreBlock |
hotspot |
protected IdentityStore |
identityStore |
protected String |
msg |
protected IdentityStoreBlock |
source |
protected IdentityStoreBlock |
target |
Modifier | Constructor and Description |
---|---|
protected |
MessageFactory() |
Modifier and Type | Method and Description |
---|---|
abstract RoutingCombo |
build() |
abstract GraphSet |
getGraph() |
VortexMessage |
getMessage()
Gets the current message as a VortexMessage.
|
IdentityStore |
setIdentityStore(IdentityStore is)
Sets the identity store to be used for creation of the message.
|
protected VortexMessage fullmsg
protected String msg
protected IdentityStoreBlock source
protected IdentityStoreBlock target
protected IdentityStoreBlock hotspot
protected IdentityStore identityStore
public IdentityStore setIdentityStore(IdentityStore is)
Sets the identity store to be used for creation of the message.
is
- the identity store to be setpublic VortexMessage getMessage()
Gets the current message as a VortexMessage.
public abstract RoutingCombo build()
public abstract GraphSet getGraph()
Copyright © 2023. All rights reserved.