Package | Description |
---|---|
org.drools.core.metadata |
Modifier and Type | Interface and Description |
---|---|
interface |
ManyToManyValuedMetaProperty<T,R,C extends Collection<R>,D extends Collection<T>> |
interface |
ManyToOneValuedMetaProperty<T,R,C extends Collection<T>> |
interface |
ManyValuedMetaProperty<T,R,C extends Collection<R>> |
interface |
OneToManyValuedMetaProperty<T,R,C extends Collection<R>> |
interface |
OneToOneValuedMetaProperty<T,R> |
interface |
OneValuedMetaProperty<T,R> |
Modifier and Type | Class and Description |
---|---|
class |
InvertiblePropertyLiteral |
class |
ManyToManyPropertyLiteral<T,R> |
class |
ManyToOnePropertyLiteral<T,R> |
class |
OneToManyPropertyLiteral<T,R> |
class |
OneToOnePropertyLiteral<T,R> |
class |
PropertyLiteral<T,R,C> |
class |
ToManyPropertyLiteral<T,R> |
class |
ToOnePropertyLiteral<T,R> |
Modifier and Type | Field and Description |
---|---|
protected MetaProperty<T,?,?>[] |
ClassLiteral.properties |
protected MetaProperty<T,R,C> |
ModifyLiteral.ModifyTaskLiteral.propertyLiteral |
Modifier and Type | Method and Description |
---|---|
MetaProperty<R,T,D> |
InvertibleMetaProperty.getInverse() |
MetaProperty<T,?,?>[] |
MetaClass.getProperties() |
MetaProperty<T,?,?>[] |
ClassLiteral.getProperties() |
MetaProperty<T,?,?> |
ModifyTask.getProperty() |
MetaProperty |
ModifyLiteral.ModifyTaskLiteral.getProperty() |
protected <T,R> MetaProperty |
MetadataContainer.getProperty(int index) |
protected <T,R> MetaProperty<T,R,?> |
MetadataContainer.getProperty(String name) |
Modifier and Type | Method and Description |
---|---|
List<MetaProperty<T,?,?>> |
MetadataContainer.properties() |
Modifier and Type | Method and Description |
---|---|
protected <R,C> void |
ModifyLiteral.addTask(MetaProperty<?,R,C> p,
C val) |
protected <R,C> void |
ModifyLiteral.addTask(MetaProperty<?,R,C> p,
C val,
Lit mode) |
int |
PropertyLiteral.compareTo(MetaProperty<T,R,C> o) |
int |
MetaClass.getPropertyIndex(MetaProperty propertyLiteral) |
int |
ClassLiteral.getPropertyIndex(MetaProperty prop) |
Constructor and Description |
---|
ClassLiteral(MetaProperty<T,?,?>[] propertyLiterals) |
ModifyLiteral.ModifyTaskLiteral(MetaProperty<?,R,C> p,
C val,
Lit mode) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.