Package | Description |
---|---|
net.sf.openschema |
Modifier and Type | Field and Description |
---|---|
List<Property> |
OpenSchemaPlanner.Predicate.properties
Properties to check upon the variables.
|
Modifier and Type | Method and Description |
---|---|
static Property |
Property.parse(String s,
Set<String> vars)
Static parse method, this is the only way to create properties.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
OpenSchemaPlanner.Predicate.getProperties()
Properties that the variables should hold.
|
Constructor and Description |
---|
Predicate(String id,
String defaultFocus,
Map<String,String> vars,
Set<String> requiredVars,
List<Property> properties,
Map<String,Object> output)
Full constructor, this is an immutable class.
|
Copyright © 2015 Pablo Duboue. All rights reserved.