提交 2b9df0f6 编写于 作者: M Mathieu Bastian

Debug edge functions

上级 9ead548b
......@@ -149,7 +149,7 @@ public class AppearanceModelImpl implements AppearanceModel {
if (edgeFunctions != null) {
for (Function f : edgeFunctions) {
if (f.isAttribute()) {
attributeEdgeFunctions.add(((AttributeFunction) f).getColumn());;
attributeEdgeFunctions.add(((AttributeFunction) f).getColumn());
}
}
}
......@@ -187,7 +187,7 @@ public class AppearanceModelImpl implements AppearanceModel {
}
}
if (transformer.isEdge()) {
for (Column col : attributeModel.getNodeTable()) {
for (Column col : attributeModel.getEdgeTable()) {
if (!col.isProperty() && col.isNumber()) {
Index index = localScale ? graphModel.getEdgeIndex(graphModel.getVisibleView()) : graphModel.getEdgeIndex();
if (transformer instanceof RankingTransformer && isRanking(col) && !attributeEdgeFunctions.contains(col)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册