List<String> oids = objectIds;
if (oids == null) {
oids = Common.newArrayList(0);
}
if (oids.size() != nodeChilds.size()) {
throw new WinkAstException("OBJECTLIT Node: props and childs count are not equal");
}
}
for (final Node c : nodeChilds) {
Node cidentified = c;