org.eclipse.ocl.examples.domain.library
Class AbstractProperty

java.lang.Object
  extended by org.eclipse.ocl.examples.domain.library.AbstractFeature
      extended by org.eclipse.ocl.examples.domain.library.AbstractProperty
All Implemented Interfaces:
LibraryFeature, LibraryProperty
Direct Known Subclasses:
CollectionClassifierElementTypeProperty, CompositionProperty, ConstrainedProperty, EcoreLibraryOppositeProperty, EcoreLibraryProperty, EnumerationClassifierOwnedLiteralProperty, EObjectProperty, ExplicitNavigationProperty, ImplicitNonCompositionProperty, TuplePartProperty

public abstract class AbstractProperty
extends AbstractFeature
implements LibraryProperty


Constructor Summary
AbstractProperty()
           
 
Method Summary
 
Methods inherited from class org.eclipse.ocl.examples.domain.library.AbstractFeature
getLibraryValidator, getValidator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.examples.domain.library.LibraryProperty
evaluate
 
Methods inherited from interface org.eclipse.ocl.examples.domain.library.LibraryFeature
getValidator
 

Constructor Detail

AbstractProperty

public AbstractProperty()