eu.larkc.jactr.modules.larkc.plugin
Class LarKCPluginParticipant

java.lang.Object
  extended by org.jactr.io.participant.impl.BasicASTParticipant
      extended by eu.larkc.jactr.modules.larkc.plugin.LarKCPluginParticipant
All Implemented Interfaces:
org.jactr.io.participant.IASTParticipant

public class LarKCPluginParticipant
extends org.jactr.io.participant.impl.BasicASTParticipant

The IASTParticipant takes the location of a model descriptor (with no modules) and installs the contents into the model passed to it.

All you need to do is create the model file and set its location to DEFAULT_LOCATION

If your module has parameters (implements IParameterized), you can set the default values via createParameterMap()


Constructor Summary
LarKCPluginParticipant()
          A zero arg constructor.
 
Method Summary
 
Methods inherited from class org.jactr.io.participant.impl.BasicASTParticipant
getInjector, getTrimmer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LarKCPluginParticipant

public LarKCPluginParticipant()
A zero arg constructor. Resource loaded here for use at runtime, also add resource to plugin.xml for build-time use.