Class CheckIsVertexTypeStep

  • All Implemented Interfaces:
    ExecutionStep, ExecutionStepInternal

    public class CheckIsVertexTypeStep
    extends AbstractExecutionStep
    This step is used just as a gate check for classes (eg. for CREATE VERTEX to make sure that the passed class is a vertex class).
    Author:
    Luigi Dell'Aquila (luigi.dellaquila-(at)-gmail.com)
    • Constructor Detail

      • CheckIsVertexTypeStep

        public CheckIsVertexTypeStep​(String targetClass,
                                     CommandContext context,
                                     boolean profilingEnabled)
        Parameters:
        targetClass - a type to be checked
        context - execution context
        profilingEnabled - true to collect execution stats