| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
getDefaultArrayProperty(ObjectLabel objlabel,
BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Wrapper for
Obj.getDefaultArrayProperty(). |
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
getDefaultNonArrayProperty(ObjectLabel objlabel,
BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Wrapper for
Obj.getDefaultNonArrayProperty(). |
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
getInternalPrototype(ObjectLabel objlabel,
BlockState<BlockStateType,CallContextType,CallEdgeType> s,
boolean partial)
Wrapper for
Obj.getInternalPrototype(). |
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
getInternalValue(ObjectLabel objlabel,
BlockState<BlockStateType,CallContextType,CallEdgeType> s,
boolean partial)
Wrapper for
Obj.getInternalValue(). |
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
getProperties(ObjectLabel objlabel,
BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Wrapper for
Obj.getProperties(). |
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
getProperty(ObjectLabel objlabel,
String propertyname,
BlockState<BlockStateType,CallContextType,CallEdgeType> s,
boolean partial)
Wrapper for
Obj.getProperty(String). |
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
getRealValue(Value v,
BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Fully recovers the given value if polymorphic.
|
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
getScopeChain(ObjectLabel objlabel,
BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Wrapper for
Obj.getScopeChain(). |
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
join(Iterable<Value> values,
BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Joins the given values, performing full recovery for polymorphic values if necessary.
|
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
join(Value v1,
Value v2,
BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Joins the given values, performing full recovery for polymorphic values if necessary.
|
static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> |
joinWithModified(Value v1,
Value v2,
BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Joins the given values, performing full recovery for polymorphic values if necessary.
|
public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> Value getDefaultArrayProperty(ObjectLabel objlabel, BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Obj.getDefaultArrayProperty().
Never returns 'unknown'.
As a side-effect, ordinary properties may be materialized (to 'unknown').public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> Value getDefaultNonArrayProperty(ObjectLabel objlabel, BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Obj.getDefaultNonArrayProperty().
Never returns 'unknown'.
As a side-effect, ordinary properties may be materialized (to 'unknown').public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> Value getInternalPrototype(ObjectLabel objlabel, BlockState<BlockStateType,CallContextType,CallEdgeType> s, boolean partial)
Obj.getInternalPrototype().
Never returns 'unknown'.public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> Value getInternalValue(ObjectLabel objlabel, BlockState<BlockStateType,CallContextType,CallEdgeType> s, boolean partial)
Obj.getInternalValue().
Never returns 'unknown'.public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> Map<String,Value> getProperties(ObjectLabel objlabel, BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Obj.getProperties().
The resulting map may contain 'unknown' and polymorphic values, but all property names will be present.
The map is not writable.public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> Value getProperty(ObjectLabel objlabel, String propertyname, BlockState<BlockStateType,CallContextType,CallEdgeType> s, boolean partial)
Obj.getProperty(String).
Never returns 'unknown'.public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> Value getRealValue(Value v, BlockState<BlockStateType,CallContextType,CallEdgeType> s)
public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> ScopeChain getScopeChain(ObjectLabel objlabel, BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Obj.getScopeChain().
Never returns 'unknown'.public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> Value join(Iterable<Value> values, BlockState<BlockStateType,CallContextType,CallEdgeType> s)
public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> Value join(Value v1, Value v2, BlockState<BlockStateType,CallContextType,CallEdgeType> s)
public static <BlockStateType extends BlockState<BlockStateType,CallContextType,CallEdgeType>,CallContextType extends ICallContext<CallContextType>,CallEdgeType extends CallEdge<BlockStateType>> Value joinWithModified(Value v1, Value v2, BlockState<BlockStateType,CallContextType,CallEdgeType> s)
Copyright © 2012 Aarhus University