/owl-s/src/impl/owls/process/ |
H A D | SimpleProcessImpl.java | 26 return (AtomicProcess) getPropertyAs(OWLS.Process.realizedBy, AtomicProcess.class);
33 return (CompositeProcess) getPropertyAs(OWLS.Process.expandsTo, CompositeProcess.class);
|
H A D | CompositeProcessImpl.java | 49 return (ControlConstruct) getPropertyAs(OWLS.Process.composedOf, ControlConstruct.class);
|
H A D | ValueOfImpl.java | 32 return (Perform) getPropertyAs(OWLS.Process.fromProcess, Perform.class);
46 return (Parameter) getPropertyAs(OWLS.Process.theVar, Parameter.class);
|
H A D | ResultImpl.java | 34 return (Expression) getPropertyAs(OWLS.Process.hasEffect, Expression.class);
82 return (Condition) getPropertyAs(OWLS.Process.inCondition, Condition.class);
|
/owl-s/src/impl/owls/process/constructs/ |
H A D | RepeatUntilImpl.java | 21 return (Condition) getPropertyAs(OWLS.Process.untilCondition, Condition.class);
29 return (ControlConstruct) getPropertyAs(OWLS.Process.untilProcess, ControlConstruct.class);
|
H A D | RepeatWhileImpl.java | 22 return (Condition) getPropertyAs(OWLS.Process.whileCondition, Condition.class);
30 return (ControlConstruct) getPropertyAs(OWLS.Process.whileProcess, ControlConstruct.class);
|
H A D | ForEachImpl.java | 25 return (ValueOf) getPropertyAs(OWLS.Process.theList, ValueOf.class);
33 return (Local) getPropertyAs(OWLS.Process.theLoopVar, Local.class);
41 return (ControlConstruct) getPropertyAs(OWLS.Process.iterateBody, ControlConstruct.class);
|
H A D | IfThenElseImpl.java | 27 return (ControlConstruct) getPropertyAs(OWLS.Process.thenP, ControlConstruct.class);
31 return (ControlConstruct) getPropertyAs(OWLS.Process.elseP, ControlConstruct.class);
35 return (Condition) getPropertyAs(OWLS.Process.ifCondition, Condition.class);
|
H A D | BagBasedControlConstructImpl.java | 31 return (ControlConstructBag) getPropertyAs(OWLS.Process.components, ControlConstructBag.class);
|
H A D | ProduceImpl.java | 34 return (OutputBinding) getPropertyAs(OWLS.Process.producedBinding, OutputBinding.class);
|
/owl-s/src/impl/swrl/ |
H A D | IndividualPropertyAtomImpl.java | 26 return (OWLObjectProperty) getPropertyAs(SWRL.propertyPredicate, OWLObjectProperty.class);
34 return (SWRLIndividualObject) getPropertyAs(SWRL.argument1, SWRLIndividualObject.class);
38 return (SWRLIndividualObject) getPropertyAs(SWRL.argument2, SWRLIndividualObject.class);
|
H A D | DataPropertyAtomImpl.java | 30 return (OWLDataProperty) getPropertyAs(SWRL.propertyPredicate, OWLDataProperty.class);
38 return (SWRLIndividualObject) getPropertyAs(SWRL.argument1, SWRLIndividualObject.class);
42 SWRLDataObject arg = (SWRLDataVariable) getPropertyAs(SWRL.argument2, SWRLDataVariable.class);
44 arg = (SWRLDataValue) getPropertyAs(SWRL._argument2, SWRLDataValue.class);
|
H A D | ClassAtomImpl.java | 26 return (OWLClass) getPropertyAs(SWRL.classPredicate, OWLClass.class);
34 return (SWRLIndividualObject) getPropertyAs(SWRL.argument1, SWRLIndividualObject.class);
|
H A D | DifferentIndividualsAtomImpl.java | 27 return (SWRLIndividualObject) getPropertyAs(SWRL.argument1, SWRLIndividualObject.class);
31 return (SWRLIndividualObject) getPropertyAs(SWRL.argument2, SWRLIndividualObject.class);
|
H A D | SameIndividualAtomImpl.java | 27 return (SWRLIndividualObject) getPropertyAs(SWRL.argument1, SWRLIndividualObject.class);
31 return (SWRLIndividualObject) getPropertyAs(SWRL.argument2, SWRLIndividualObject.class);
|
/owl-s/src/impl/owls/generic/expression/ |
H A D | ExpressionImpl.java | 46 return (LogicLanguage) getPropertyAs(OWLS.Expression.expressionLanguage, LogicLanguage.class);
|
/owl-s/src/impl/owls/process/binding/ |
H A D | InputBindingImpl.java | 35 return (Input) getPropertyAs(OWLS.Process.toParam, Input.class);
|
H A D | OutputBindingImpl.java | 37 return (Output) getPropertyAs(OWLS.Process.toParam, Output.class);
|
H A D | BindingImpl.java | 29 (ParameterValue) getPropertyAs(OWLS.Process.valueSource, ValueOf.class);
61 // value = (ParameterValue) getPropertyAs(OWLS.Process.valueType, ParameterValue.class);
64 // value = (ParameterValue) getPropertyAs(OWLS.Process.valueSpecifier, ValueOf.class);
67 // value = (ParameterValue) getPropertyAs(OWLS.Process.valueFunction, ValueFunction.class);
94 return (Parameter) getPropertyAs(OWLS.Process.toParam, Parameter.class);
|
/owl-s/src/impl/owls/service/ |
H A D | ServiceImpl.java | 44 return (Process) getPropertyAs(OWLS.Service.describedBy, Process.class);
51 return (Profile) getPropertyAs(OWLS.Service.presents, Profile.class);
80 return (Grounding) getPropertyAs(OWLS.Service.supports, Grounding.class);
|
/owl-s/src/impl/owls/grounding/ |
H A D | AtomicGroundingImpl.java | 75 return (AtomicProcess) getPropertyAs(OWLS.Grounding.owlsProcess, AtomicProcess.class);
|
H A D | JavaVariableImpl.java | 21 return (Parameter) getPropertyAs(MoreGroundings.owlsParameter, Parameter.class);
|
H A D | UPnPMessageMapImpl.java | 58 return (Parameter) getPropertyAs(OWLS.Grounding.owlsParameter, Parameter.class);
|
H A D | WSDLMessageMapImpl.java | 57 return (Parameter) getPropertyAs(OWLS.Grounding.owlsParameter, Parameter.class);
|
/owl-s/src/impl/owls/profile/ |
H A D | ProfileImpl.java | 71 return (Service) getPropertyAs(OWLS.Service.presentedBy, Service.class);
143 return (Condition) getPropertyAs(OWLS.Profile.hasPrecondition, Condition.class);
166 return (Result) getPropertyAs(OWLS.Profile.hasResult, Result.class);
198 return (ServiceCategory) getPropertyAs(OWLS.Profile.serviceCategory, ServiceCategory.class);
240 return (Actor) getPropertyAs(OWLS.Profile.contactInformation, Actor.class);
252 return (ServiceParameter) getPropertyAs(prop, ServiceParameter.class);
|