StackElement.<init>
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using jadex.xml.StackElement.<init> (Showing top 12 results out of 315)

  • Common ways to obtain StackElement
private void myMethod () {
StackElement s =
  • Tuple tuple;Tuple tuple2;(StackElement) tuple.get(tuple2.getEntities().length - 1)
  • Smart code suggestions by Codota
}
origin: net.sourceforge.jadex/jadex-xml

stack.add(new StackElement(subtag, null));
origin: net.sourceforge.jadex/jadex-kernel-bdi

new StackElement(new QName(model instanceof OAVAgentModel ? "agent" : "capability"), mcapa),
new StackElement(new QName(state.getType(melement).getName()), melement),
new StackElement(new QName(state.getType(mcondition).getName()), mcondition)});
new StackElement(new QName(model instanceof OAVAgentModel ? "agent" : "capability"), mcapa),
new StackElement(new QName(state.getType(mcondition).getName()), mcondition)});				
origin: net.sourceforge.jadex/jadex-kernel-bdi

addEntry(new Tuple(new Object[]{new StackElement(new QName(this instanceof OAVAgentModel ? "agent" : "capability"), handle)}),
  "Exception when resolving arguments/results: "+e);
origin: net.sourceforge.jadex/jadex-xml

    stack.add(new StackElement(path[i], object));
    writeNewline(writer);
StackElement topse = new StackElement(tag, object);
stack.add(topse);
wc.getWrittenObjects().put(object, ""+curid);
origin: net.sourceforge.jadex/jadex-kernel-bpmn

report.put(new Tuple(new Object[]{new StackElement(new QName("BpmnDiagram"), ret)}), "Name '"+ret.getModelInfo().getName()+"' does not match file name '"+ret.getModelInfo().getFilename()+"'.");				
report.put(new Tuple(new Object[]{new StackElement(new QName("BpmnDiagram"), ret)}), "Package '"+ret.getModelInfo().getPackage()+"' does not match file name '"+ret.getModelInfo().getFilename()+"'.");				
origin: net.sourceforge.jadex/jadex-kernel-bdi

    new StackElement(new QName(model instanceof OAVAgentModel ? "agent" : "capability"), mcapa),
    new StackElement(new QName("capabilities"), null),
    new StackElement(new QName("capability"), mcrs[i])});
  model.addEntry(se, "Included capability <a href=\"#"+cmodel.getModelInfo().getFilename()+"\">"+cmodel.getModelInfo().getName()+"</a> has errors.");
  model.addDocument(cmodel.getModelInfo().getFilename(), cmodel.getModelInfo().getReport().getErrorHTML());
  new StackElement(new QName(model instanceof OAVAgentModel ? "agent" : "capability"), mcapa),
  new StackElement(new QName("capabilities"), null),
  new StackElement(new QName("capability"), mcrs[i])});	// Todo: mcaparef no longer in state!=
model.addEntry(se, "Included capability '"+file+"' cannot be loaded: "+e);
  new StackElement(new QName(model instanceof OAVAgentModel ? "agent" : "capability"), mcapa),
  new StackElement(new QName("goals"), null),
  new StackElement(new QName("goal"), val[0])});	// Todo: mcaparef no longer in state!=
model.addEntry(se, "Goal publish has error.");
  new StackElement(new QName(model instanceof OAVAgentModel ? "agent" : "capability"), mcapa),
  new StackElement(new QName(state.getType(mplan).getName()), mplan),
  new StackElement(new QName(state.getType(mbody).getName()), mbody)});
model.addEntry(se, "No executor for plan body type: "+type);
origin: org.activecomponents.jadex/jadex-editor-bpmn

report.add(new Tuple(new Object[]{new StackElement(new QName("BpmnDiagram"), ret)}), "Name '"+ret.getModelInfo().getName()+"' does not match file name '"+ret.getModelInfo().getFilename()+"'.");				
report.add(new Tuple(new Object[]{new StackElement(new QName("BpmnDiagram"), ret)}), "Package '"+ret.getModelInfo().getPackage()+"' does not match file name '"+ret.getModelInfo().getFilename()+"'.");				
origin: net.sourceforge.jadex/jadex-xml

  StackElement se = new StackElement(handler, localname, object, rawattrs, typeinfo, StaxLocationWrapper.fromLocation(parser.getLocation()));
  readcontext.addStackElement(se);
  StackElement se = new StackElement(handler, localname, null, rawattrs, typeinfo, StaxLocationWrapper.fromLocation(parser.getLocation()));
  readcontext.addStackElement(se);
  readcontext.getReporter().report("idref not contained: "+idref, "idref error", se, se.getLocation());						
readcontext.addStackElement(new StackElement(handler, localname, object, rawattrs, typeinfo, StaxLocationWrapper.fromLocation(parser.getLocation())));
origin: org.activecomponents.jadex/jadex-kernel-component

entries.add(new Tuple(new Object[]{new StackElement(new QName("component"), ret)}), "Name '"+mi.getName()+"' does not match file name '"+ret.getModelInfo().getFilename()+"'.");				
entries.add(new Tuple(new Object[]{new StackElement(new QName("component"), ret)}), "Package '"+mi.getPackage()+"' does not match file name '"+ret.getModelInfo().getFilename()+"'.");				
origin: net.sourceforge.jadex/jadex-kernel-bdi

entries.put(new Tuple(new Object[]{new StackElement(new QName("capability"), "XML file")}), e.toString());
if(!mi.checkName())
  entries.put(new Tuple(new Object[]{new StackElement(new QName("capability"), handle)}), "Name '"+mi.getName()+"' does not match file name '"+mi.getFilename()+"'.");				
  entries.put(new Tuple(new Object[]{new StackElement(new QName("capability"), handle)}), "Package '"+mi.getPackage()+"' does not match file name '"+mi.getFilename()+"'.");				
origin: net.sourceforge.jadex/jadex-kernel-component

report.put(new Tuple(new Object[]{new StackElement(new QName("BpmnDiagram"), ret)}), "Name '"+mi.getName()+"' does not match file name '"+ret.getModelInfo().getFilename()+"'.");				
report.put(new Tuple(new Object[]{new StackElement(new QName("BpmnDiagram"), ret)}), "Package '"+mi.getPackage()+"' does not match file name '"+ret.getModelInfo().getFilename()+"'.");				
origin: net.sourceforge.jadex/jadex-xml

topse = new StackElement(topse.getReaderHandler(), topse.getTag(), val, topse.getRawAttributes(), null, topse.getLocation());
readcontext.setStackElement(topse, readcontext.getStackSize()-1);
jadex.xmlStackElement<init>

Javadoc

Create a new stack element.

Popular methods of StackElement

  • getLocation
    Get the location.
  • getObject
    Get the object.
  • getReaderHandler
    Get the current reader handler.
  • getTag
    Get the tag.
  • getRawAttributes
    Get the raw attributes.
  • addContent
    Add content to the already collected content (if any).
  • getContent
    Get the content (if any).
  • getTypeInfo
    Get the typeinfo.
  • setObject
    Set the object.

Popular in Java

  • Running tasks concurrently on multiple threads
  • setScale (BigDecimal)
  • findViewById (Activity)
  • addToBackStack (FragmentTransaction)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JTextField (javax.swing)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)