public class DataTpl extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
appendConsole(StringBuilder buffer) |
DataAtom |
atom() |
String |
column(String field) |
static DataTpl |
create() |
DataKey |
getKey() |
void |
initKey(Schema schema,
MField field,
MAttribute attribute) |
void |
initTpl(Schema schema,
MField field,
MAttribute attribute) |
MJoin |
joinLeader() |
ConcurrentMap<String,String> |
joinVoters() |
ConcurrentMap<String,String> |
joinVoters(Predicate<MJoin> predicate) |
ConcurrentMap<String,DataMatrix> |
matrixData() |
DataTpl |
on(AoSentence sentence) |
DataTpl |
on(DataAtom atom) |
Schema |
schema(String identifier) |
public static DataTpl create()
public DataTpl on(AoSentence sentence)
public MJoin joinLeader()
public ConcurrentMap<String,String> joinVoters(Predicate<MJoin> predicate)
public ConcurrentMap<String,String> joinVoters()
public ConcurrentMap<String,DataMatrix> matrixData()
public DataKey getKey()
public DataAtom atom()
public void initTpl(Schema schema, MField field, MAttribute attribute)
public void initKey(Schema schema, MField field, MAttribute attribute)
public void appendConsole(StringBuilder buffer)
Copyright © 2020. All rights reserved.