//Artefact:JavaClass/com/sphenon/modelling/uml/PropertyOverlay
Synopsis
public interface PropertyOverlay
//Artefact:Method/com/sphenon/modelling/uml/PropertyOverlay/tryGetProperty
Synopsis
public java.lang.Object tryGetProperty (CallContext context, String path, java.lang.Class c)
//Artefact:Method/com/sphenon/modelling/uml/PropertyOverlay/trySetProperty
Synopsis
public boolean trySetProperty (CallContext context, String path, Object value)