Update the aai-common with the latest code
[aai/aai-common.git] / aai-core / src / main / java / org / openecomp / aai / serialization / engines / query / QueryEngine.java
index 0285fbd..f77f726 100644 (file)
@@ -62,6 +62,8 @@ public abstract class QueryEngine {
        public abstract List<Vertex> findAllChildren(Vertex start);
        
        public abstract List<Vertex> findChildrenOfType(Vertex start, String type);
+       
+       public abstract List<Vertex> findChildren(Vertex start);
        /**
         * Find deletable.
         *