Uses of Class
net.ssehub.easy.reasoning.core.reasoner.AttributeException
-
Packages that use AttributeException 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 AttributeException in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner that throw AttributeException Modifier and Type Method Description voidAttributeValues. addValue(Attribute attribute, Value value)Adds avaluefor a given attribute.voidAttributeValues. resolveUsing(Project project, boolean clear)Resolve unresolved attributes inproject.voidAttributeValues. setValue(Attribute attribute, Value value, int index)Adds avaluefor a given attribute.
-