Skip to content
Snippets Groups Projects
Commit a5f86a81 authored by Alberto Debiasi's avatar Alberto Debiasi
Browse files

Update ChessSystemModel

Change-Id: I2e4657eb18f0c3d99c44c90f59e0cd854dee4e4c
parent 41068e4a
No related branches found
No related tags found
No related merge requests found
......@@ -1014,6 +1014,11 @@ public class ChessSystemModel implements AbstractSystemModel {
return EntityUtil.getInstance().isBlockTypeAttribute(attributeName, (Class)blockAsClass);
}
@Override
public boolean isBlockType(Object type) {
return EntityUtil.getInstance().isBlock((Element)type);
}
@Override
public Object getAttributeBlockType(String attributeName, Object block) {
return EntityUtil.getInstance().getAttributeBlockType(attributeName,(Class)block);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment