List<BaseProperty> baseProperties = new ArrayList<BaseProperty>();
Property prop = PropertyImpl.valueByDefNode(
new PropertyDefinitionImpl(PropertyCategory.LOGIC, DomainURI.valueByString("http://wijis.wisconsin.gov/names/operators/wijis/gateway/")),
ResourceNodeImpl.getEmptyInstance(DomainURI.valueByString("http://wijis.wisconsin.gov/names/operators/wijis/gateway/")));
baseProperties.add(prop);
Burst burst = new BurstImpl(baseProperties, true);
try
{
cardinalOr.matchesPatternExactly(burst, true);
}
catch(UnsupportedOperationException e)