Package jadex.application
Class ApplicationModelInfo
- java.lang.Object
-
- jadex.bridge.modelinfo.Startable
-
- jadex.bridge.modelinfo.ModelInfo
-
- jadex.application.ApplicationModelInfo
-
- All Implemented Interfaces:
IModelInfo
public class ApplicationModelInfo extends ModelInfo
Representation of application models.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>
extensions
The extensions.-
Fields inherited from class jadex.bridge.modelinfo.ModelInfo
allimports, arguments, breakpoints, classloader, configurations, features, filename, fullname, imports, instancename, name, namehint, nfproperties, packagename, predecessors, properties, providedservices, rawmodel, report, requiredservices, results, rid, startable, subcomponents, successors, type
-
Fields inherited from class jadex.bridge.modelinfo.Startable
description
-
-
Constructor Summary
Constructors Constructor Description ApplicationModelInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addExtensiontype(java.lang.Object extension)
Add a extension type.java.lang.Object[]
getExtensionTypes()
Get the extension names.void
setExtensiontypes(java.lang.Object[] extensions)
Set the extension types.-
Methods inherited from class jadex.bridge.modelinfo.ModelInfo
addArgument, addConfiguration, addImport, addNFProperty, addPredecessors, addProperty, addProperty, addProvidedService, addRequiredService, addResult, addSubcomponentType, addSuccessors, checkName, checkPackage, getAllImports, getArgument, getArguments, getBreakpoints, getClassLoader, getConfiguration, getConfigurationNames, getConfigurations, getFeatures, getFilename, getFullName, getImports, getInstanceName, getKeepalive, getMonitoring, getName, getNameHint, getNFProperties, getPackage, getPredecessors, getProperties, getProperty, getProvidedServices, getRawModel, getReport, getResourceIdentifier, getResult, getResults, getService, getServices, getSubcomponentTypes, getSuccessors, getSuspend, getSynchronous, getType, internalSetRawModel, isStartable, removeProvidedService, removeRequiredService, setArguments, setBreakpoints, setClassloader, setConfigurations, setFeatures, setFilename, setImports, setInstanceName, setName, setNameHint, setNFProperties, setPackage, setPredecessors, setProperties, setProvidedServices, setReport, setRequiredServices, setResourceIdentifier, setResults, setStartable, setSubcomponentTypes, setSuccessors, setType
-
Methods inherited from class jadex.bridge.modelinfo.Startable
getDescription, getKeepalive, getMonitoring, getScope, getSuspend, getSynchronous, setDescription, setKeepalive, setMonitoring, setScope, setSuspend, setSynchronous
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jadex.bridge.modelinfo.IModelInfo
getDescription
-
-
-
-
Method Detail
-
getExtensionTypes
public java.lang.Object[] getExtensionTypes()
Get the extension names.
-
setExtensiontypes
public void setExtensiontypes(java.lang.Object[] extensions)
Set the extension types.
-
addExtensiontype
public void addExtensiontype(java.lang.Object extension)
Add a extension type.- Parameters:
extension
- The extension type.
-
-