kevmegforest

Results 2 issues of kevmegforest

I've got a bug with fields which are mandatory for classes. I'm trying to create an Edge on an existing vertex using ``` edgeHasCalculs= COP_Vertex.addEdgeToExistingVStoreLocation(storeVertex, calculs.INITIALIZER_EHasCalculs); edgeHasCalculs.setTypeCalcul(classOf[VCOP].getSimpleName); edgeHasCalculs.setTimespan(timespan); edgeHasCalculs.setEnd_Date(endDate.toDate()); ```...

For example i have this orientdb schema class inheritance ``` V -> VHeating -> VHeating_Elect -> VHeating_Gaz ``` In a traversal doing the step filter hasLabel("VHeating") should give me vertex...