|
copyright The Portico Project 2008. | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICMetadata | |
---|---|
org.portico.core.fedex | |
org.portico.impl.hla13.fomparser | |
org.portico.impl.hla1516.fomparser | |
org.portico.lrc.handlers | |
org.portico.shared.model |
Uses of ICMetadata in org.portico.core.fedex |
---|
Fields in org.portico.core.fedex declared as ICMetadata | |
---|---|
private ICMetadata |
ICInterest.interactionClass
|
Fields in org.portico.core.fedex with type parameters of type ICMetadata | |
---|---|
private Map<ICMetadata,ICInterest> |
InterestManager.iPublications
|
private Map<ICMetadata,ICInterest> |
InterestManager.iSubscriptions
|
Methods in org.portico.core.fedex that return ICMetadata | |
---|---|
ICMetadata |
ICInterest.getInteractionClass()
Get the ICMetadata class representing the interaction that this interest
is associated with. |
Methods in org.portico.core.fedex that return types with arguments of type ICMetadata | |
---|---|
Set<ICMetadata> |
InterestManager.getAllPublishedInteractions(Federate federate)
Returns a set of all the interaction classes (as ICMetadata instances} that the
provided federate has a publication interest in. |
Set<ICMetadata> |
InterestManager.getAllSubscribedInteractions(Federate federate)
Returns a set of all the interaction classes (as ICMetadata instances} that the
provided federate has a subscription interest in. |
Constructors in org.portico.core.fedex with parameters of type ICMetadata | |
---|---|
ICInterest(ICMetadata interactionClass)
|
Uses of ICMetadata in org.portico.impl.hla13.fomparser |
---|
Methods in org.portico.impl.hla13.fomparser with parameters of type ICMetadata | |
---|---|
void |
FOM.interactionClass(ObjectModel theModel,
ICMetadata parent)
|
void |
FOM.interactionParameter(ICMetadata theInteraction,
ObjectModel theModel)
|
Uses of ICMetadata in org.portico.impl.hla1516.fomparser |
---|
Methods in org.portico.impl.hla1516.fomparser that return ICMetadata | |
---|---|
private ICMetadata |
FOM.processIC(Element element,
ICMetadata parent)
|
private ICMetadata |
FOM.processInteractions(Element element)
|
Methods in org.portico.impl.hla1516.fomparser with parameters of type ICMetadata | |
---|---|
private void |
FOM.attachParameters(Element iClass,
ICMetadata parent)
|
private ICMetadata |
FOM.processIC(Element element,
ICMetadata parent)
|
Uses of ICMetadata in org.portico.lrc.handlers |
---|
Methods in org.portico.lrc.handlers that return ICMetadata | |
---|---|
private ICMetadata |
REQ_SubscribeInteractionHandler.validate(int classHandle)
This method will verify that the interaction class exists in the FOM. |
ICMetadata |
REQ_InteractionHandler.validateICPublished(int classHandle,
Set<Integer> parameters)
This method will validate that the given interaction class exists in the FOM and is being published by the federate associated with this LRC. |
Methods in org.portico.lrc.handlers with parameters of type ICMetadata | |
---|---|
private RegionInstance |
REQ_SubscribeInteractionHandler.validateDDM(ICMetadata metadata,
int regionToken)
This method will validate the DDM portion of a request. |
private void |
REQ_InteractionHandler.validateRegion(ICMetadata interactionClass,
int regionToken)
Validate that the region is known to the federate, and that it is valid for the class of interaction that is being sent. |
Uses of ICMetadata in org.portico.shared.model |
---|
Fields in org.portico.shared.model declared as ICMetadata | |
---|---|
private ICMetadata |
PCMetadata.container
|
private ICMetadata |
ObjectModel.icroot
|
private ICMetadata |
ICMetadata.parent
|
Fields in org.portico.shared.model with type parameters of type ICMetadata | |
---|---|
private Set<ICMetadata> |
ICMetadata.children
|
private Map<Integer,ICMetadata> |
ObjectModel.iclasses
|
Methods in org.portico.shared.model that return ICMetadata | |
---|---|
ICMetadata |
PCMetadata.getContainer()
|
ICMetadata |
ObjectModel.getInteractionClass(int handle)
Fetch the object class of the given handle in this model. |
ICMetadata |
ObjectModel.getInteractionClass(String name)
Find the interaction class with the given name and return it. |
ICMetadata |
ObjectModel.getInteractionRoot()
Get the class that represents InteractionRoot (or HLAInteractionRoot in 1516). |
ICMetadata |
ICMetadata.getParent()
|
ICMetadata |
ObjectModel.newInteraction(String name)
Creates a new ICMetadata instance with the given name and a generaetd
handle. |
ICMetadata |
ObjectModel.removeInteractionClass(int handle)
Remove and return the given interaction class from this model. |
Methods in org.portico.shared.model that return types with arguments of type ICMetadata | |
---|---|
Set<ICMetadata> |
ObjectModel.getAllInteractionClasses()
Get a set of all the interaction classes currently contained within this FOM. |
Set<ICMetadata> |
ICMetadata.getChildTypes()
|
Methods in org.portico.shared.model with parameters of type ICMetadata | |
---|---|
void |
ObjectModel.addInteractionClass(ICMetadata ic)
Add the given interaction class to this model. |
private void |
StringRenderer.renderInteraction(ICMetadata clazz,
StringBuilder builder,
int level)
|
void |
PCMetadata.setContainer(ICMetadata container)
|
void |
ObjectModel.setInteractionRoot(ICMetadata root)
Designate the given class as the interaction root of this FOM. |
void |
ICMetadata.setParent(ICMetadata parent)
|
|
copyright The Portico Project 2008. | |||||||||
PREV NEXT | FRAMES NO FRAMES |