public abstract class BaseMLNode extends BaseNode
| Modifier and Type | Field and Description |
|---|---|
static String |
FROM |
static String |
FROM_SEPARATOR |
_dead, _index_stateChunk, _index_superTimeTree, _index_timeTree, _index_worldOrder, _resolver, _super_time_magic, _time_magic, _world_magic| Constructor and Description |
|---|
BaseMLNode(long p_world,
long p_time,
long p_id,
Graph p_graph) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
extractFeatures(Callback<double[]> callback) |
protected void |
illegalArgumentIfFalse(boolean condition,
String errorMessage)
Asserts that condition is true.
|
protected static void |
requireNotNull(Object obj,
String message)
If
obj is null, throws NullPointerException with a message |
addToRelation, addToRelationAt, cacheLock, cacheUnlock, createClone, drop, end, forceSet, forceSetAt, free, get, getAt, getAtWithDefault, getDMatrix, getDoubleArray, getEGraph, getIntArray, getIntIntMap, getIntStringMap, getLMatrix, getLongArray, getLongLongArrayMap, getLongLongMap, getOrCreate, getOrCreateAt, getRawAt, getRelation, getRelationIndexed, getStringArray, getStringIntMap, getTypedRawAt, getWithDefault, graph, id, init, lastModification, newState, nodeTypeName, phasedState, relation, relationAt, remove, removeAt, removeFromRelation, removeFromRelationAt, rephase, set, setAt, setTimeSensitivity, time, timeDephasing, timepoints, timeSensitivity, toString, travel, travelInTime, travelInWorld, type, typeAt, unphasedState, worldpublic BaseMLNode(long p_world,
long p_time,
long p_id,
Graph p_graph)
protected static void requireNotNull(Object obj, String message)
obj is null, throws NullPointerException with a messageobj - message - protected void illegalArgumentIfFalse(boolean condition,
String errorMessage)
IllegalArgumentException with a specified error messagecondition - Condition to testerrorMessage - Error message thrown with IllegalArgumentException (if thrown)IllegalArgumentException - if condition is falseprotected void extractFeatures(Callback<double[]> callback)
Copyright © 2017. All rights reserved.