org.eclipse.xtend.profiler.profilermodel.validation
Interface CallGroupValidator


public interface CallGroupValidator

A sample validator interface for CallGroup. This doesn't really do anything, and it's not a real EMF artifact. It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.


Method Summary
 boolean validate()
           
 boolean validateCount(int value)
           
 boolean validateInvoker(Item value)
           
 boolean validateSubroutine(Item value)
           
 boolean validateTime(long value)
           
 

Method Detail

validate

boolean validate()

validateInvoker

boolean validateInvoker(Item value)

validateSubroutine

boolean validateSubroutine(Item value)

validateCount

boolean validateCount(int value)

validateTime

boolean validateTime(long value)