Uses of Interface
net.ssehub.easy.reasoning.core.reasoner.ConstraintList.IModificationListener
-
Packages that use ConstraintList.IModificationListener Package Description net.ssehub.easy.reasoning.core.reasoner All classes and interfaces needed to implement a reasoner.
How to write a reasoner: Create an Eclipse Plugin project with Activator (even if "empty"). Addorg.eclipse.equinox.dsto the required plugins andorg.osgi.service.componentto the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the reasoner core. -
-
Uses of ConstraintList.IModificationListener in net.ssehub.easy.reasoning.core.reasoner
Fields in net.ssehub.easy.reasoning.core.reasoner declared as ConstraintList.IModificationListener Modifier and Type Field Description private ConstraintList.IModificationListenerConstraintList. listenerMethods in net.ssehub.easy.reasoning.core.reasoner with parameters of type ConstraintList.IModificationListener Modifier and Type Method Description protected voidConstraintList. setModificationListener(ConstraintList.IModificationListener listener)Changes the modification listener.Constructors in net.ssehub.easy.reasoning.core.reasoner with parameters of type ConstraintList.IModificationListener Constructor Description ConstraintList(ConstraintList.IModificationListener listener)Constructs an empty constraint base.
-