Class StepVertex


  • public class StepVertex
    extends Object
    • Method Detail

      • reloadIfDirty

        public void reloadIfDirty()
      • save

        public com.orientechnologies.orient.core.record.OVertex save​(com.orientechnologies.orient.core.db.ODatabaseSession dbSession)
      • listParentVertices

        public List<com.orientechnologies.orient.core.record.OVertex> listParentVertices()
      • listChildrenVertices

        public List<com.orientechnologies.orient.core.record.OVertex> listChildrenVertices()
      • getParentEdges

        public Iterable<com.orientechnologies.orient.core.record.OEdge> getParentEdges()
      • getChildrenEdges

        public Iterable<com.orientechnologies.orient.core.record.OEdge> getChildrenEdges()
      • implementation

        public String implementation()
      • strategy

        public com.orientechnologies.orient.core.record.OElement strategy()