org.eclipse.etrice.generator.etricegen.validation
Interface PortInstanceValidator


public interface PortInstanceValidator

A sample validator interface for PortInstance. 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 validateBindings( value)
           
 boolean validateKind(PortKind value)
           
 boolean validatePort(Port value)
           
 

Method Detail

validate

boolean validate()

validatePort

boolean validatePort(Port value)

validateKind

boolean validateKind(PortKind value)

validateBindings

boolean validateBindings( value)