@Resolve public Substitute resolve() { return new LargeSubstitute(text, "John Doe", "Sesame Street", "Metropilis"); }
@Resolve public CommandSequenceSerialize substitute() throws Exception { return SerializeHelper.get().loadXmlTry(CommandSequence.class, source); }
@Resolve public BeliefbaseConfig substitute() throws Exception { return SerializeHelper.get().loadXml(BeliefbaseConfigReal.class, source); }
@Resolve public AgentConfig substitute() throws Exception { return SerializeHelper.get().loadXml(AgentConfigReal.class, source); }