Searched refs:getPropertyAs (Results 1 - 25 of 32) sorted by relevance

12

/owl-s/src/impl/owls/process/
H A DSimpleProcessImpl.java26 return (AtomicProcess) getPropertyAs(OWLS.Process.realizedBy, AtomicProcess.class);
33 return (CompositeProcess) getPropertyAs(OWLS.Process.expandsTo, CompositeProcess.class);
H A DCompositeProcessImpl.java49 return (ControlConstruct) getPropertyAs(OWLS.Process.composedOf, ControlConstruct.class);
H A DValueOfImpl.java32 return (Perform) getPropertyAs(OWLS.Process.fromProcess, Perform.class);
46 return (Parameter) getPropertyAs(OWLS.Process.theVar, Parameter.class);
H A DResultImpl.java34 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 DRepeatUntilImpl.java21 return (Condition) getPropertyAs(OWLS.Process.untilCondition, Condition.class);
29 return (ControlConstruct) getPropertyAs(OWLS.Process.untilProcess, ControlConstruct.class);
H A DRepeatWhileImpl.java22 return (Condition) getPropertyAs(OWLS.Process.whileCondition, Condition.class);
30 return (ControlConstruct) getPropertyAs(OWLS.Process.whileProcess, ControlConstruct.class);
H A DForEachImpl.java25 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 DIfThenElseImpl.java27 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 DBagBasedControlConstructImpl.java31 return (ControlConstructBag) getPropertyAs(OWLS.Process.components, ControlConstructBag.class);
H A DProduceImpl.java34 return (OutputBinding) getPropertyAs(OWLS.Process.producedBinding, OutputBinding.class);
/owl-s/src/impl/swrl/
H A DIndividualPropertyAtomImpl.java26 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 DDataPropertyAtomImpl.java30 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 DClassAtomImpl.java26 return (OWLClass) getPropertyAs(SWRL.classPredicate, OWLClass.class);
34 return (SWRLIndividualObject) getPropertyAs(SWRL.argument1, SWRLIndividualObject.class);
H A DDifferentIndividualsAtomImpl.java27 return (SWRLIndividualObject) getPropertyAs(SWRL.argument1, SWRLIndividualObject.class);
31 return (SWRLIndividualObject) getPropertyAs(SWRL.argument2, SWRLIndividualObject.class);
H A DSameIndividualAtomImpl.java27 return (SWRLIndividualObject) getPropertyAs(SWRL.argument1, SWRLIndividualObject.class);
31 return (SWRLIndividualObject) getPropertyAs(SWRL.argument2, SWRLIndividualObject.class);
/owl-s/src/impl/owls/generic/expression/
H A DExpressionImpl.java46 return (LogicLanguage) getPropertyAs(OWLS.Expression.expressionLanguage, LogicLanguage.class);
/owl-s/src/impl/owls/process/binding/
H A DInputBindingImpl.java35 return (Input) getPropertyAs(OWLS.Process.toParam, Input.class);
H A DOutputBindingImpl.java37 return (Output) getPropertyAs(OWLS.Process.toParam, Output.class);
H A DBindingImpl.java29 (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 DServiceImpl.java44 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 DAtomicGroundingImpl.java75 return (AtomicProcess) getPropertyAs(OWLS.Grounding.owlsProcess, AtomicProcess.class);
H A DJavaVariableImpl.java21 return (Parameter) getPropertyAs(MoreGroundings.owlsParameter, Parameter.class);
H A DUPnPMessageMapImpl.java58 return (Parameter) getPropertyAs(OWLS.Grounding.owlsParameter, Parameter.class);
H A DWSDLMessageMapImpl.java57 return (Parameter) getPropertyAs(OWLS.Grounding.owlsParameter, Parameter.class);
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java71 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);

Completed in 30 milliseconds

12