edu.ksu.cis.cadena.core.adapter.property
Class DirectPropertyContainerAdapter
java.lang.Object
edu.ksu.cis.cadena.core.adapter.BaseCadenaAdapter
edu.ksu.cis.cadena.core.adapter.property.DirectPropertyContainerAdapter
- All Implemented Interfaces:
- CadenaAdapter
public class DirectPropertyContainerAdapter
- extends BaseCadenaAdapter
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXTRANEOUS_PROPERTY_ERROR
public static final java.lang.String EXTRANEOUS_PROPERTY_ERROR
PROPERTY_ALREADY_SET_ERROR
public static final java.lang.String PROPERTY_ALREADY_SET_ERROR
PROPERTY_UNSET_ERROR
public static final java.lang.String PROPERTY_UNSET_ERROR
DirectPropertyContainerAdapter
public DirectPropertyContainerAdapter()
checkNode
public void checkNode(EObject node)
- Description copied from interface:
CadenaAdapter
- Called when a complete check of the model is performed. All checks that
the adapter provides should be checked by this call.
- Specified by:
checkNode in interface CadenaAdapter- Overrides:
checkNode in class BaseCadenaAdapter
- Parameters:
node - The current node being checked.
forwardReferenceChanged
public void forwardReferenceChanged(Notification notification,
EObject notifyingObject,
EStructuralFeature notifyingObjectFeature)
- Specified by:
forwardReferenceChanged in interface CadenaAdapter- Specified by:
forwardReferenceChanged in class BaseCadenaAdapter
checkProperties
public void checkProperties(DirectPropertyContainer propertyContainer)
checkUnspecifiedProperties
public static void checkUnspecifiedProperties(Scenario scenario,
DirectPropertyContainer container)
- Report errors for properties which have no default value, have no value
specified, and are not bound to an open property.
- Parameters:
instance -