Serialized Form
-
Package org.drools.compiler.builder.conf
-
Class org.drools.compiler.builder.conf.DecisionTableConfigurationImpl extends org.drools.io.ResourceConfigurationImpl implements Serializable
-
Class org.drools.compiler.builder.conf.JaxbConfigurationImpl extends org.drools.io.ResourceConfigurationImpl implements Serializable
-
-
Package org.drools.compiler.builder.impl
-
Class org.drools.compiler.builder.impl.EvaluatorRegistry extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.drools.compiler.builder.impl.classbuilder
-
Class org.drools.compiler.builder.impl.classbuilder.EnumClassDefinition extends org.drools.core.factmodel.ClassDefinition implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.compiler.builder.impl.classbuilder.EnumLiteralDefinition extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.compiler.builder.impl.errors
-
Class org.drools.compiler.builder.impl.errors.MissingImplementationException extends RuntimeException implements Serializable
-
Serialized Fields
-
dependency
String dependency
-
resource
org.kie.api.io.Resource resource
-
-
-
-
Package org.drools.compiler.compiler
-
Class org.drools.compiler.compiler.PackageBuilderErrors extends ArrayList<org.kie.internal.builder.KnowledgeBuilderError> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.compiler.compiler.PackageBuilderResults extends ArrayList<org.kie.internal.builder.KnowledgeBuilderResult> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.compiler.compiler.SerializableDroolsError extends org.drools.drl.parser.DroolsError implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.compiler.compiler.io.memory
-
Class org.drools.compiler.compiler.io.memory.MemoryFile extends Object implements Serializable
-
Serialized Fields
-
folder
Folder folder
-
mfs
MemoryFileSystem mfs
-
name
String name
-
-
-
Class org.drools.compiler.compiler.io.memory.MemoryFileSystem extends Object implements Serializable
-
Serialized Fields
-
fileContents
Map<org.drools.util.PortablePath,org.drools.io.InternalResource> fileContents
-
folder
MemoryFolder folder
-
folderMap
Map<org.drools.util.PortablePath,Folder> folderMap
-
folders
Map<org.drools.util.PortablePath,Set<FileSystemItem>> folders
-
modifiedFilesSinceLastMark
Set<String> modifiedFilesSinceLastMark
-
-
-
Class org.drools.compiler.compiler.io.memory.MemoryFolder extends Object implements Serializable
-
Serialized Fields
-
mfs
MemoryFileSystem mfs
-
path
org.drools.util.PortablePath path
-
pFolder
MemoryFolder pFolder
-
-
-
-
Package org.drools.compiler.kie.builder.impl
-
Class org.drools.compiler.kie.builder.impl.AbstractKieModule extends Object implements Serializable
-
Serialized Fields
-
compilationCache
Map<String,InternalKieModule.CompilationCache> compilationCache
-
kieDependencies
Map<org.kie.api.builder.ReleaseId,InternalKieModule> kieDependencies
-
releaseId
org.kie.api.builder.ReleaseId releaseId
-
unresolvedDependencies
Collection<org.kie.api.builder.ReleaseId> unresolvedDependencies
-
-
-
Class org.drools.compiler.kie.builder.impl.FileKieModule extends AbstractKieModule implements Serializable
-
Serialized Fields
-
file
File file
-
-
-
Class org.drools.compiler.kie.builder.impl.InternalKieModule.CompilationCache extends Object implements Serializable
- serialVersionUID:
- 3812243055974412935L
-
Class org.drools.compiler.kie.builder.impl.InternalKieModule.CompilationCacheEntry extends Object implements Serializable
- serialVersionUID:
- 1423987159014688588L
-
Serialized Fields
-
bytecode
byte[] bytecode
-
className
String className
-
-
Class org.drools.compiler.kie.builder.impl.InternalKieModule.MalformedKieModuleException extends RuntimeException implements Serializable
-
Class org.drools.compiler.kie.builder.impl.KieBuilderSetImpl.DummyResource extends org.drools.io.BaseResource implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.compiler.kie.builder.impl.KieFileSystemImpl extends Object implements Serializable
-
Serialized Fields
-
mfs
MemoryFileSystem mfs
-
-
-
Class org.drools.compiler.kie.builder.impl.MemoryKieModule extends AbstractKieModule implements Serializable
-
Serialized Fields
-
creationTimestamp
long creationTimestamp
-
mfs
MemoryFileSystem mfs
-
-
-
Class org.drools.compiler.kie.builder.impl.ZipKieModule extends AbstractKieModule implements Serializable
-
-
Package org.drools.compiler.kie.builder.impl.event
-
Class org.drools.compiler.kie.builder.impl.event.KieScannerEventSupport extends org.drools.core.event.AbstractEventSupport<org.kie.api.event.kiescanner.KieScannerEventListener> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.compiler.lang.descr
-
Class org.drools.compiler.lang.descr.CompositePackageDescr extends org.drools.drl.ast.descr.PackageDescr implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.compiler.rule.builder
-
Class org.drools.compiler.rule.builder.EvaluatorWrapper extends Object implements Serializable
- serialVersionUID:
- 520L
-
Serialized Fields
-
bindingName
String bindingName
-
evaluator
org.drools.core.rule.accessor.Evaluator evaluator
-
leftBinding
org.drools.core.rule.Declaration leftBinding
-
rightBinding
org.drools.core.rule.Declaration rightBinding
-
selfLeft
boolean selfLeft
-
selfRight
boolean selfRight
-
-