public class GraphTokener extends Tokener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS
The Constant for CLASS Diagramms.
|
static byte |
FLAG_CARDINALITY |
static byte |
FLAG_CLASS |
static byte |
FLAG_SHOWLINE |
static java.lang.String |
OBJECT
The Constant for OBJECT Diagramms.
|
SPACE| Constructor and Description |
|---|
GraphTokener() |
| Modifier and Type | Method and Description |
|---|---|
GraphList |
diffModel(GraphList master,
GraphList slave) |
GraphList |
encode(java.lang.Object object,
MapEntity map) |
GraphList |
highlightModel(GraphList clazzDiagram,
GraphList objectDiagram) |
void |
highlightModel(JsonArray clazzDiagram,
GraphList objectDiagram) |
GraphTokener |
withMap(IdMap map) |
array, checkValues, createLink, getByte, getChar, getCreator, getCreatorClass, getCurrentChar, getId, getKey, getMap, getObject, getProperties, getString, getStringList, isChild, isEmpty, isEnd, isError, length, newInstance, newInstanceList, nextClean, nextString, nextString, nextToken, nextValue, notify, parseToEntity, parseToEntity, position, remaining, skip, skip, skipChar, skipTo, skipTo, splitStrings, transformValue, withBuffer, withBuffer, withLookAHead, withLookAHeadpublic static final java.lang.String CLASS
public static final byte FLAG_CLASS
public static final byte FLAG_CARDINALITY
public static final byte FLAG_SHOWLINE
public static final java.lang.String OBJECT
public GraphTokener withMap(IdMap map)